Skip to content

Commit

Permalink
update roadmap and bump version -- 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Jul 22, 2018
1 parent 2ff363d commit 2631877
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
20 changes: 13 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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

### 1.3.0
### 1.4.0
* Support custom colors
### 1.2.4

### 1.3.2
* 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~~

### 1.2.2 (4/30/18)
### ~~1.2.2 (4/30/18)~~
* ~~Fix multiline string support, Typescript fixes, etc.~~

### ~~1.2.0 (release date: about 3/5/18, barring any new issues)~~
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "colors",
"description": "get colors in your node.js console",
"version": "1.3.0",
"version": "1.3.1",
"author": "Marak Squires",
"contributors": [
{
"name": "DABH",
"url": "https://github.com/DABH"
}],
"homepage": "https://github.com/Marak/colors.js",
"bugs": "https://github.com/Marak/colors.js/issues",
"keywords": [
Expand Down

0 comments on commit 2631877

Please sign in to comment.