From baa0e1c7dc50d868354206b9ea71273e3f05f593 Mon Sep 17 00:00:00 2001 From: DABH Date: Sun, 22 Sep 2019 16:45:29 -0700 Subject: [PATCH] update roadmap --- ROADMAP.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index fe9c4af..dad2014 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,12 +4,17 @@ Here we describe upcoming and recent releases and the key features/fixes they in ## Currently Planned Releases -### 1.4.0 +### 1.5.0 * Support custom colors -### 1.3.4 +### 1.4.1 * Refactor tests to use a testing library like jest (only affects dev/testing) +### ~~1.4.0 (9/22/19)~~ + * ~~Allow colorizing null/undefined in safe mode (@givehug, @jweinsteincbt)~~ + * ~~Add bright/background colors (ASCI standard) (@vsimonian, @mejenborg)~~ + * ~~Improve docs around enable()/disable() (@mrjacobbloom)~~ + ### ~~1.3.3 (12/9/18)~~ * ~~Remove extraneous swap files~~