Releases: super-effective/colorutils
Releases · super-effective/colorutils
2.1.3 (Sept 01, 2024)
2.1.2 (Oct 01, 2023)
Upgrade dev dependencies
2.1.1 (June 06, 2022)
Bump dependency versions to address security alerts
2.1.0 (February 21, 2021)
Additional format conversions added:
- CMYK to RGB
- CMYK to Hex
- HEX to CMYK
- HEX to HSL
- HSL to RGB
- HSL to HEX
- RGB to CMYK
- RGB to HSL
- RGB to HSV
2.0.1 (February 14, 2021)
Fix: Expose Rgb and Hsv types for external use
2.0.0 (February 14, 2021)
Migrate to TypeScript and update all dependencies
1.1.1 (August 10, 2020)
Bumped dependency versions (address CVE-2020-8203)
1.1.0 (June 26, 2020)
Added functionality to help sanitizing input color hex strings
Initial Release
Initial release with:
- getPerceivedLuminance
- hexToHsv
- hexToRgb
- hsvToHex
- hsvToRgb
- rgbToHex