Releases: interaktivgmbh/colors
Releases · interaktivgmbh/colors
Version 1.2.2
Version 1.2.1
Excerpt of CHANGELOG:
[1.2.1] - 2022-08-23
Added
LICENSE
file
Changed
README.md
package.json
- Moved helper types into own file (
src/types.d.ts
) - removed comments from
tsconfig.json
Version 1.2.0
Excerpt of CHANGELOG:
[1.2.0] - 2022-08-16
Added
- Setter for attribute
red
- Setter for attribute
green
- Setter for attribute
blue
- Setter for attribute
alpha
- Private static method
#hslToRgb
- Setter for attribute
hue
- Setter for attribute
saturation
- Setter for attribute
lightness
Changed
- Private static method
#parseHsl
now uses new private static method#hslToRgb
Version 1.1.0
Excerpt of CHANGELOG:
[1.1.0] - 2022-06-23
Added
- Added this changelog
- Added README
- Post install script to automatically transpile typescript code
luminance
attribute, showing the relative lumincance as a float (0..1)calculateLuminance
method, calculating the relative luminance according to diffrent lumincane algorithmsLuminanceAlgorithm
enum
Changed
- Added dist/ directory to
.gitignore
Version 1.0.0
v1.0.0 updated dist files