Skip to content

Latest commit

 

History

History
72 lines (31 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

72 lines (31 loc) · 2.64 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.5 (2019-02-15)

Note: Version bump only for package @thi.ng/color

0.1.4 (2019-02-10)

Note: Version bump only for package @thi.ng/color

0.1.3 (2019-02-05)

Note: Version bump only for package @thi.ng/color

0.1.2 (2019-01-31)

Note: Version bump only for package @thi.ng/color

0.1.1 (2019-01-21)

Note: Version bump only for package @thi.ng/color

0.1.0 (2019-01-21)

Bug Fixes

  • color: add/update conversions (a5c53c3)
  • color: HCYA field names (1c28c22)

Features

  • 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)

Performance Improvements

  • color: refactor porterDiff as HOF, update all PD ops, add docs (714381d)