Releases: elusivecodes/FrostColor
Releases · elusivecodes/FrostColor
v4.0
- Removed mutable Color.
- Renamed ColorImmutable to Color.
- Converted to ES6 module.
v3.0.3
- Removed scheme.
v3.0.2
- Fixed various precision rounding issues.
v3.0.1
- Added trim to
fromHSLStringmethod. - Added trim to
fromRGBStringmethod. - Added round to alpha hex calculation in
_getHexmethod. - Added comment to
_toHexmethod in Helpers JS. - Fixed error message in
fromHSLStringmethod. - Updated README.
v3.0
- Added support for alternate RGB/HSL formats.
- Modified
toHSLStringmethod to output in alternate format. - Modified
toRGBStringmethod to output in alternate format. - Removed
fromRGBAStringmethod. - Removed
fromHSLAStringmethod. - Updated tests.
v2.0.8
- Updated NPM.
v2.0.7
- Updated NPM.
v2.0.6
- Modified
color2argument to be optional infindContrastmethod.
v2.0.5
- Added
findContrastmethod.
v2.0.4
- Added
contraststatic method.