Skip to content

Releases: Qix-/color-convert

3.1.3

Choose a tag to compare

@Qix- Qix- released this 14 Nov 18:28
5c106a6

What's Changed

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2

Choose a tag to compare

@Qix- Qix- released this 13 Sep 16:33
cf05a00

Functionally identical release to 3.1.0.

Version 3.1.1 is compromised. Please see debug-js/debug#1005.

3.1.0

Choose a tag to compare

@Qix- Qix- released this 13 May 10:04
07e073a

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.0

Choose a tag to compare

@Qix- Qix- released this 05 Feb 19:01
e0a2fbb

What's Changed

New Contributors

Full Changelog: 2.0.1...3.0.0

0.6.0

Choose a tag to compare

@MoOx MoOx released this 23 Jul 07:11
  • Added: methods to handle
    ANSI 16/256 colors:
    • rgb2ansi16
    • rgb2ansi
    • hsl2ansi16
    • hsl2ansi
    • hsv2ansi16
    • hsv2ansi
    • hwb2ansi16
    • hwb2ansi
    • cmyk2ansi16
    • cmyk2ansi
    • keyword2ansi16
    • keyword2ansi
    • ansi162rgb
    • ansi162hsl
    • ansi162hsv
    • ansi162hwb
    • ansi162cmyk
    • ansi162keyword
    • ansi2rgb
    • ansi2hsl
    • ansi2hsv
    • ansi2hwb
    • ansi2cmyk
    • ansi2keyword
      (#18)

0.5.3

Choose a tag to compare

@MoOx MoOx released this 02 Jun 04:46
  • Fixed: hsl2hsv does not return NaN anymore when using [0,0,0]
    (#15)