Skip to content

Releases: dumbjs/tocolor

v0.2.4

07 Jun 18:12
Compare
Choose a tag to compare
  • Maintenance Release

What's Changed

  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #4
  • build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #5
  • build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #6
  • build(deps-dev): bump tsup from 8.0.2 to 8.1.0 by @dependabot in #7

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.0

20 Feb 03:35
Compare
Choose a tag to compare

All Changes

30e27dc fix: compressed matrix result

51dda17 docs: corrections and adds note

499675b feat: impl labToXYZ, xyzToRGB, labToRGB

8aea9ce docs: add info about LAB and XYZ conversion

931fb7d feat: add rgb to lab conversion

fd76198 feat: add rgb to xyz and tests

efcd0c9 chore: pkg simplification

v0.2.0-2

01 Jan 08:02
Compare
Choose a tag to compare
v0.2.0-2 Pre-release
Pre-release
  • fix: compressed matrix result 30e27dc
  • docs: corrections and adds note 51dda17
  • feat: impl labToXYZ, xyzToRGB, labToRGB 499675b

v0.2.0-1...v0.2.0-2

v0.2.0-1

30 Dec 14:12
Compare
Choose a tag to compare
v0.2.0-1 Pre-release
Pre-release

v0.2.0-0...v0.2.0-1

v0.2.0-0

30 Dec 11:06
Compare
Choose a tag to compare
v0.2.0-0 Pre-release
Pre-release

v0.1.0...v0.2.0-0

v0.0.9

12 Apr 01:04
Compare
Choose a tag to compare

Dev Changes

  • Source to TS
  • Simpler output bundle (non minified, modifiable code, easier to write patches while using in other codebases and using patch-package)

v0.0.7

21 Nov 10:23
Compare
Choose a tag to compare

Features

903c7da - add parseToHex | You can now send in rgb|hsl strings that'll automatically parse to hex to be used with other utils.

v0.0.6

05 Oct 17:02
Compare
Choose a tag to compare

Features

c410878 - add 3 digit hex handling

Fixes

1ad4e45 - restructure esm imports

Docs

ccd6cd3 - update

v0.0.2

06 Sep 18:23
Compare
Choose a tag to compare

0fa5a18 - update keywords of package

v0.0.1

06 Sep 18:22
Compare
Choose a tag to compare

7b36099 - initial commit