- Rewrite as ES module. Some breaking changes to the API surface has been made as a result.
- Better adhere to CSS specification (#4).
- Add support for CSS Color Module Level 4 syntax.
- Update dependencies.
- Add eslint.
- Add babel.
- Fix alpha 0 incorrectly defaulting to 1 (#2). Thanks to jedwards1211.
- Add
toHslaArray
method.
- Fix typo causing
rgba()
to return incorrect results.
- Fix
toHexString()
not padding values.
- Initial release.