- Add hex, keyword, luminance, contrast, and CIEDE2000 conversions
- Support Node 6+
- Add LCH conversions
- Allow fallbacks in RGB conversions (for gray conversions)
- Add Lab and LCH tests
- Simplify test array joining
- Rename references from "LAB" to "Lab"
- Export all converter combinations of
rgb,hsl,hwb,lab,hsv,xyz, and also thergb2hueconverter - Organize library into files
- Export
rgb2lab,lab2rgb,hsl2lab, etc. converters
- Export
rgb2hueconverter
- Initial version