Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Nov 5, 2018
1 parent 73bb8f3 commit 78e0ecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Culori Changelog

### 0.7.0

#### Breaking changes

Revamped the interpolation UI to be terser ([#55](https://github.com/Evercoder/culori/issues/55)). The interpolation functions have been renamed, and their implementation has been refactored.

### 0.6.0

Stop treating the _alpha_ channel specifically in the Euclidean distance formula. Instead, assume it's always the fourth channel and assign it a default weight of 0. This means that it's now possible to factor in the alpha into the distance, if needed.
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.6.0",
"version": "0.7.0",
"main": "build/culori.umd.js",
"browser": "build/culori.umd.js",
"module": "build/culori.js",
Expand Down

0 comments on commit 78e0ecd

Please sign in to comment.