What's Changed
- Support for OKLab and OKLCH (color spaces) and deltaEOK (deltaE method)
- Experimental ACEScc implementation
- Fix typos: self -> this by @facelessuser in #61
- chore: use conditional package.json exports by @kripod in #62
- Fix algorithmic asymmetry by @facelessuser in #65
- Fix HSV to HSL conversion by @facelessuser in #68
- Fix conversion issues with HWB and HSL by @facelessuser in #79
- Acquire luminance from XYZ D65 to match WCAG 2.0 more correctly by @facelessuser in #83
- Fix error in Delta E algorithm by @facelessuser in #85
- get: use the actual package name by @Artoria2e5 in #94
- Fix comparison inconsistencies by @facelessuser in #80
- package.json: Remove duplicate wrong "main" by @Artoria2e5 in #97
- docs: minor non-content fixes in color-difference.md by @micgro42 in #88
- Pass epsilon to spaces that redirect the inGamut check by @facelessuser in #73
- Various bugfixes and improvements to the math
New Contributors
- @facelessuser made their first contribution in #61
- @kripod made their first contribution in #62
- @Artoria2e5 made their first contribution in #94
- @micgro42 made their first contribution in #88
Full Changelog: v0.0.3...v0.0.4