Releases: Qix-/color-convert
Releases · Qix-/color-convert
3.0.0
What's Changed
- add common scales to README by @oclyke in https://github.com/Qix-/color-convert/pull/79
- fix: better precision on xyz/srgb conversion by @Ignigena in https://github.com/Qix-/color-convert/pull/77
- Use 4 largest bits for rgb->ansi256 gray check by @spenserblack in https://github.com/Qix-/color-convert/pull/75
- Switch to GitHub Actions CI by @spenserblack in https://github.com/Qix-/color-convert/pull/91
- Update readme by @jimmywarting in https://github.com/Qix-/color-convert/pull/107
- Move to ESM by @LitoMore in https://github.com/Qix-/color-convert/pull/102
New Contributors
- @oclyke made their first contribution in https://github.com/Qix-/color-convert/pull/79
- @Ignigena made their first contribution in https://github.com/Qix-/color-convert/pull/77
- @spenserblack made their first contribution in https://github.com/Qix-/color-convert/pull/75
- @jimmywarting made their first contribution in https://github.com/Qix-/color-convert/pull/107
- @LitoMore made their first contribution in https://github.com/Qix-/color-convert/pull/102
Full Changelog: 2.0.1...3.0.0
0.6.0
- 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)