From a69fcef2703c65f9cbb768d8673d9c5ad72e3bca Mon Sep 17 00:00:00 2001 From: DABH Date: Fri, 2 Mar 2018 09:31:04 -0800 Subject: [PATCH] Create ROADMAP.md --- ROADMAP.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..e8f0816 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,16 @@ +# colors.js roadmap + +Here we describe upcoming 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 + * Support custom colors + +### 1.2.1 + * Refactor tests to use a testing library like jest (only affects dev/testing) + +### 1.2.0 (release date: about 3/5/18, barring any new issues) + * Built-in Typescript definitions + * Key bug fixes for webpack/bundlers, webstorm, etc. +