Skip to content

Releases: Qix-/color-string

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!

1.7.0

26 Nov 07:32
Compare
Choose a tag to compare

Minor Release 1.7.0

  • Add support for space-separated RGB (#58)
  • Removed Travis CI in favor of Github Actions
  • Small repository cleanup.

Thanks to @JJC1138 and @clytras for their contributions!

1.6.0

17 Jul 06:34
Compare
Choose a tag to compare

Minor release 1.6.0

  • #55 - Add support for space-separated HSL

Thanks @htunnicliff for the contribution :)