UNPKG

821 BMarkdownView Raw
1# 0.11.1 - 2016-01-03
2
3- Fixed: three tests being ignored `if() -> it()`
4- Changed: moved to XO standard
5
6# 0.11.0 - 2016-01-02
7
8- Fixed: Hue modulo when specifying values < 0 or > 360
9([#76](https://github.com/MoOx/color/pull/76))
10- Corrected some package.json information
11
12# 0.10.1 - 2015-07-02
13
14- Fixed: handling of 0% mix
15([#65](https://github.com/harthur/color/pull/65))
16
17# 0.10.0 - 2015-07-02
18
19- Fixed: `mix()` works with a 0..1 range (instead of 0..100 since 0.9.0)
20([#64](https://github.com/harthur/color/pull/64))
21
22# 0.9.0 - 2015-06-21
23
24- Fixed: `mix()` implementation is now the same as in Sass
25([#60](https://github.com/harthur/color/pull/60))
26
27# 0.8.0 - 2015-03-03
28
29- Removed: bower support
30- Removed: component(1) support
31- Changed: Upgrade to color-string 0.3
32
33---
34
35Check out commit logs for older releases