You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
645 B

4 years ago
  1. # 0.4.0
  2. - Changed: Invalid conversions now return `null` instead of `undefined`
  3. - Changed: Moved to XO standard
  4. - Fixed: a few details in package.json
  5. - Fixed: readme output regarding wrapped hue values ([#21](https://github.com/MoOx/color-string/pull/21))
  6. # 0.3.0
  7. - Fixed: HSL alpha channel ([#16](https://github.com/harthur/color-string/pull/16))
  8. - Fixed: ability to parse signed number ([#15](https://github.com/harthur/color-string/pull/15))
  9. - Removed: component.json
  10. - Removed: browser build
  11. - Added: license field to package.json ([#17](https://github.com/harthur/color-string/pull/17))
  12. ---
  13. Check out commit logs for earlier releases