From aea3ca5614915ea81e7146bdb1bca98b9d2341dc Mon Sep 17 00:00:00 2001 From: DABH Date: Fri, 16 Feb 2018 14:57:36 -0800 Subject: [PATCH] Add note to readme directing users to pre-release version; eagerly solicit feedback... --- ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index f09eb70..ff36a05 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,9 @@ # colors.js [![Build Status](https://travis-ci.org/Marak/colors.js.svg?branch=master)](https://travis-ci.org/Marak/colors.js) +**Update on colors.js roadmap (2018-02-16):** The maintainers have published a pre-release version of `colors` that addresses a number of compatibility issues raised by community. You may install the +RC version by specifying `next` or `>=1.2.0-rc0` as the version for `colors` in your `package.json`. We are eager to receive community feedback on this version in order to move it out of pre-release. +Please open Issues to provide feedback, and check the `develop` branch for the latest bleeding-edge updates. + ## get color and style in your node.js console ![Demo](https://raw.githubusercontent.com/Marak/colors.js/master/screenshots/colors.png)