Skip to content

Releases: markusn/color-diff

converted to esm

31 May 19:56
8bf8e74
Compare
Choose a tag to compare

converted to esm module, cjs backwards compatible using rollup

Some modernization

26 Apr 21:01
0a7010e
Compare
Choose a tag to compare
  • don't support mixing casing for r,g,b properties, either all upper or all lower
  • use camelCase instead of snake_case
  • snake_case -> camelCase mappings are still present to not break more dependents than necessary.
  • fixed jsdoc types and type checking using tsc
  • only run tests on node > 18
  • no more travis, use github actions
  • bumped all deps
  • added linting

v1.2.0

22 Mar 14:20
Compare
Choose a tag to compare

Allow lowercase r, g, b in RGB object.

v1.1.0: Update package.json

15 May 10:06
Compare
Choose a tag to compare

Performance improvements and expose raw Lab functions for better performance.