3a26fb6783130afafb75512db39de8458b60a8dcf9574b32ba28cbc909827edf8153348c7b2e1930494488efbdfcb58be51f4e20ab6dc825de1df9fb6c0413 821 B

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