1 | # 1.0.0 - 2016-01-07
|
2 |
|
3 | - Removed: unused speed test
|
4 | - Added: Automatic routing between previously unsupported conversions
|
5 | ([#27](https://github.com/Qix-/color-convert/pull/27))
|
6 | - Removed: `xxx2xxx()` and `xxx2xxxRaw()` functions
|
7 | ([#27](https://github.com/Qix-/color-convert/pull/27))
|
8 | - Removed: `convert()` class
|
9 | ([#27](https://github.com/Qix-/color-convert/pull/27))
|
10 | - Changed: all functions to lookup dictionary
|
11 | ([#27](https://github.com/Qix-/color-convert/pull/27))
|
12 | - Changed: `ansi` to `ansi256`
|
13 | ([#27](https://github.com/Qix-/color-convert/pull/27))
|
14 | - Fixed: argument grouping for functions requiring only one argument
|
15 | ([#27](https://github.com/Qix-/color-convert/pull/27))
|
16 |
|
17 | # 0.6.0 - 2015-07-23
|
18 |
|
19 | - Added: methods to handle
|
20 | [ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
|
21 | - rgb2ansi16
|
22 | - rgb2ansi
|
23 | - hsl2ansi16
|
24 | - hsl2ansi
|
25 | - hsv2ansi16
|
26 | - hsv2ansi
|
27 | - hwb2ansi16
|
28 | - hwb2ansi
|
29 | - cmyk2ansi16
|
30 | - cmyk2ansi
|
31 | - keyword2ansi16
|
32 | - keyword2ansi
|
33 | - ansi162rgb
|
34 | - ansi162hsl
|
35 | - ansi162hsv
|
36 | - ansi162hwb
|
37 | - ansi162cmyk
|
38 | - ansi162keyword
|
39 | - ansi2rgb
|
40 | - ansi2hsl
|
41 | - ansi2hsv
|
42 | - ansi2hwb
|
43 | - ansi2cmyk
|
44 | - ansi2keyword
|
45 | ([#18](https://github.com/harthur/color-convert/pull/18))
|
46 |
|
47 | # 0.5.3 - 2015-06-02
|
48 |
|
49 | - Fixed: hsl2hsv does not return `NaN` anymore when using `[0,0,0]`
|
50 | ([#15](https://github.com/harthur/color-convert/issues/15))
|
51 |
|
52 | ---
|
53 |
|
54 | Check out commit logs for older releases
|