Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Oct 18, 2018
1 parent f2e2933 commit 91525ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Culori Changelog

### 0.5.2

- Adds YIQ color space and Kotsarenko/Ramos color difference function (thanks [@mourner](https://github.com/mourner) for the pointer!)
- Adds the _weights_ argument to _differenceEuclidean_

### 0.5.1

**Breaking:** Removed the `culori()` function, which was an alias for `culori.rgb()`. This makes the build simpler and clarifies the API a bit.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 91525ee

Please sign in to comment.