mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 11:00:11 +00:00
update roadmap and bump version -- 1.3.1 release
This commit is contained in:
parent
2ff363d261
commit
2631877f88
20
ROADMAP.md
20
ROADMAP.md
@ -1,19 +1,25 @@
|
|||||||
# colors.js roadmap
|
# colors.js roadmap / changelog
|
||||||
|
|
||||||
Here we describe upcoming releases and the key features/fixes they include. Don't see your feature/issue listed here? Get more +1's!
|
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!
|
||||||
|
|
||||||
## Currently Planned Releases
|
## Currently Planned Releases
|
||||||
|
|
||||||
### 1.3.0
|
### 1.4.0
|
||||||
* Support custom colors
|
* Support custom colors
|
||||||
|
|
||||||
### 1.2.4
|
### 1.3.2
|
||||||
* Refactor tests to use a testing library like jest (only affects dev/testing)
|
* Refactor tests to use a testing library like jest (only affects dev/testing)
|
||||||
|
|
||||||
### 1.2.3 (4/30/18)
|
### ~~1.3.1 (7/22/18)~~
|
||||||
|
|
||||||
|
* ~~Remove circular dependencies due to color maps~~
|
||||||
|
* ~~Fix multiple attributes in custom setTheme in safe mode~~
|
||||||
|
* ~~Preserve multiple consecutive newlines when applying style~~
|
||||||
|
|
||||||
|
### ~~1.2.3 (4/30/18)~~
|
||||||
* ~~Add ESLint and lint all the things~~
|
* ~~Add ESLint and lint all the things~~
|
||||||
|
|
||||||
### 1.2.2 (4/30/18)
|
### ~~1.2.2 (4/30/18)~~
|
||||||
* ~~Fix multiline string support, Typescript fixes, etc.~~
|
* ~~Fix multiline string support, Typescript fixes, etc.~~
|
||||||
|
|
||||||
### ~~1.2.0 (release date: about 3/5/18, barring any new issues)~~
|
### ~~1.2.0 (release date: about 3/5/18, barring any new issues)~~
|
||||||
|
|||||||
@ -1,8 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "colors",
|
"name": "colors",
|
||||||
"description": "get colors in your node.js console",
|
"description": "get colors in your node.js console",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"author": "Marak Squires",
|
"author": "Marak Squires",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "DABH",
|
||||||
|
"url": "https://github.com/DABH"
|
||||||
|
}],
|
||||||
"homepage": "https://github.com/Marak/colors.js",
|
"homepage": "https://github.com/Marak/colors.js",
|
||||||
"bugs": "https://github.com/Marak/colors.js/issues",
|
"bugs": "https://github.com/Marak/colors.js/issues",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user