All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.2.2 (2020-06-01)
Note: Version bump only for package @thi.ng/color
1.2.1 (2020-06-01)
Note: Version bump only for package @thi.ng/color
1.2.0 (2020-05-29)
- color: add gradient presets (2f93581)
1.1.2 (2019-11-09)
- color: update/rename imports (vectors pkg) (7cb8877)
1.1.0 (2019-08-21)
- color: add resolveAsCSS(), update deps (f96ac92)
1.0.2 (2019-08-16)
- color: add proper rounding to rgbaInt() (d956954)
1.0.0 (2019-07-31)
- color: update factory fn args for mem-mapped colors (eae671e)
- color: remove PD related functions, update readme (5d868db)
- color: Porter-Duff ops & pre/post-multiply moved to new package @thi.ng/porter-duff
0.2.0 (2019-07-07)
- color: enable TS strict compiler flags (refactor) (8c13166)
- color: TS strictNullChecks, update color conversion fns (04dc356)
0.1.10 (2019-03-04)
- color: add/update luminanceRGB/luminanceInt, add to re-exports (566cf02)
0.1.7 (2019-02-28)
- color: update ColorMode & Hue const enum handling (bb71b7c)
- color: add alpha()/setAlpha(), add docs, re-exports, update readme (b849bd1)
- color: add convert() fallback, minor other updates (aa30344)
- color: add HSI converters, add clampH(), minor refactors (404ac54)
- color: add Hue enum, closestHue*() fns, namedHueRgba() (e7bb46b)
- color: add luminance defmulti (445b8c1)
- color: add more color spaces, refactor, rename, simplify (e930d73)
- color: add multiCosineGradient() (dbbb26c)
- color: add new package (0b51ef1)
- color: add Porter-Duff ops, pre/post-multiply, update types (a5d2f98)
- color: add RGBA/HSLA wrapper types, update convert (610699a)
- color: add/update class wrappers (5788646)
- color: refactor porterDiff as HOF, update all PD ops, add docs (714381d)