Skip to content

Commit 91525ee

Browse files
committed
v0.5.2
1 parent f2e2933 commit 91525ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Culori Changelog
22

3+
### 0.5.2
4+
5+
- Adds YIQ color space and Kotsarenko/Ramos color difference function (thanks [@mourner](https://github.com/mourner) for the pointer!)
6+
- Adds the _weights_ argument to _differenceEuclidean_
7+
38
### 0.5.1
49

510
**Breaking:** Removed the `culori()` function, which was an alias for `culori.rgb()`. This makes the build simpler and clarifies the API a bit.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "culori",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"main": "build/culori.umd.js",
55
"browser": "build/culori.umd.js",
66
"module": "build/culori.js",

0 commit comments

Comments
 (0)