File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1- # colors.js roadmap
1+ # colors.js roadmap / changelog
22
3- Here we describe upcoming releases and the key features/fixes they include. Don't see your feature/issue listed here? Get more +1's!
3+ Here we describe upcoming and recent releases and the key features/fixes they include. Don't see your feature/issue listed here? Get more +1's!
44
55## Currently Planned Releases
66
7- ### 1.3 .0
7+ ### 1.4 .0
88 * Support custom colors
9-
10- ### 1.2.4
9+
10+ ### 1.3.2
1111 * Refactor tests to use a testing library like jest (only affects dev/testing)
1212
13- ### 1.2.3 (4/30/18)
13+ ### ~~ 1.3.1 (7/22/18)~~
14+
15+ * ~~ Remove circular dependencies due to color maps~~
16+ * ~~ Fix multiple attributes in custom setTheme in safe mode~~
17+ * ~~ Preserve multiple consecutive newlines when applying style~~
18+
19+ ### ~~ 1.2.3 (4/30/18)~~
1420 * ~~ Add ESLint and lint all the things~~
1521
16- ### 1.2.2 (4/30/18)
22+ ### ~~ 1.2.2 (4/30/18)~~
1723 * ~~ Fix multiline string support, Typescript fixes, etc.~~
1824
1925### ~~ 1.2.0 (release date: about 3/5/18, barring any new issues)~~
Original file line number Diff line number Diff line change 11{
22 "name" : " colors" ,
33 "description" : " get colors in your node.js console" ,
4- "version" : " 1.3.0 " ,
4+ "version" : " 1.3.1 " ,
55 "author" : " Marak Squires" ,
6+ "contributors" : [
7+ {
8+ "name" : " DABH" ,
9+ "url" : " https://github.com/DABH"
10+ }],
611 "homepage" : " https://github.com/Marak/colors.js" ,
712 "bugs" : " https://github.com/Marak/colors.js/issues" ,
813 "keywords" : [
You can’t perform that action at this time.
0 commit comments