Skip to content

Releases: Qix-/color-string

2.0.1

14 Feb 13:04
52ceb47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

06 Feb 08:11
f664009
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.1...2.0.0

1.9.0

03 Dec 16:38
Compare
Choose a tag to compare

Minor Release 1.9.0

  • Add parsing of exponential alpha values for HWB and HSL (#66)

Thanks to @babycannotsay for their contribution!

1.8.2

30 Nov 19:14
Compare
Choose a tag to compare

Patch release 1.8.2

  • Fix incorrect handling of optional comma in rgb() regex (#65)

Thanks to @gerdasi and @mastertheblaster for reporting and confirming the bug!

1.8.1

30 Nov 09:23
Compare
Choose a tag to compare

Patch release 1.8.1

  • Fix rgb alpha percentage parsing from int to float (#61)

Thanks to @clytras for their contribution!

1.8.0

30 Nov 09:21
Compare
Choose a tag to compare

Minor release 1.8.0

  • Add anchors to keyword regex (#64)

Thanks to @cq360767996 for their contribution!

1.7.4

26 Nov 08:01
Compare
Choose a tag to compare

Patch Release 1.7.4

  • Fix bug in .to.hex() output if the inputs aren't rounded numbers (#25)

1.7.3

26 Nov 07:54
Compare
Choose a tag to compare

Patch Release 1.7.3

  • Fix hue modulo operation (#50)

Thanks to @adroitwhiz for their contributions.

1.7.2

26 Nov 07:53
Compare
Choose a tag to compare

Patch Release 1.7.2

  • Fix issue where color-string with incorrectly return a color for properties on Object's prototype like "constructor". (#45)

Thanks to @tolmasky for their contributions.

1.7.1

26 Nov 07:38
Compare
Choose a tag to compare

Patch release 1.7.1

  • Reduce acceptable characters in keyword matching regex (#42)

Thanks to @benmccann for their contributions!