We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e2933 commit 91525eeCopy full SHA for 91525ee
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Culori Changelog
2
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
8
### 0.5.1
9
10
**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
@@ -1,6 +1,6 @@
{
"name": "culori",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "build/culori.umd.js",
"browser": "build/culori.umd.js",
"module": "build/culori.js",
0 commit comments