[READ-ONLY] Mirror of https://github.com/probablykasper/colorboy-js. Easy terminal coloring for Node.js, macOS/Linux npmjs.com/package/colorboy
ansi cli color package terminal
0

Configure Feed

Select the types of activity you want to include in your feed.

Update CHANGELOG.md

Kasper (Sep 5, 2020, 9:27 PM +0200) bb6a9e65 6c014d4b

+9
+9
CHANGELOG.md
··· 1 + ## 2.1.0 - 2020 Sep 5 2 + - Support for specifying color arrays as arguments. For example: 3 + ```js 4 + 'Monstercat'.color(255, 0, 255) 5 + ``` 6 + - Added MIT license 7 + - Fixed rgb colors not working 8 + - Improved error messages 9 + 1 10 ## 2.0.0 - 2018 May 24 2 11 - Now based on chalk 3 12 - Windows support