- Support for parsing hex colors will alpha values e.g.
#ffff
,#ffffffff
(thanks to @0tho) - Add
hsl2string
conversion function
- Allow rgb2hex to handle floats
- Add travis build
Big thanks to @tristaaan for this release!
- Support parsing shortform hex colors e.g.
#fff
- Support parsing rgb colors with percentage values e.g.
rgb(50%, 50%, 50%)
- Better test coverage
- Fork @harthur's color-convert
- Simplify API
- Drop unecessary functions
- Add parsing functions
- Add basic data-driven test-suite