Skip to content

Releases: jorgebucaran/colorette

2.0.0

17 Sep 14:11
2.0.0
84c6337
Compare
Choose a tag to compare
  • Introduced a new API to allow instance reuse (#42):
    • Added a createColors function that returns an object with all available color functions.
      • Color support is automatically detected, but it can be overridden via the useColor boolean property.
    • Introduced a new isColorSupported property, which is true if the terminal supports color, and false otherwise.
    • Removed options.enabled.

1.4.0

07 Sep 17:10
1.4.0
eec128e
Compare
Choose a tag to compare
  • Implemented a more robust isTTY check (#63).

1.3.0

07 Sep 17:08
1.3.0
2116ff7
Compare
Choose a tag to compare
  • Improved CI environment color support check (#61, #62).

1.2.2

25 Feb 13:30
1.2.2
844df01
Compare
Choose a tag to compare
  • Upgraded dependencies (#57).
  • Migrated tests to Twist.

1.2.1

05 Jul 13:44
1.2.1
c5b8a00
Compare
Choose a tag to compare
  • Added support for ES modules (#44, #45).
  • Switched to c8 for code coverage.

1.2.0

16 May 18:30
1.2.0
99c8cfc
Compare
Choose a tag to compare
  • Fixed FORCE_COLOR bug (#41).
    • FORCE_COLOR=0 does not disable color; use NO_COLOR to disable color.

1.1.0

29 Jun 00:47
1.1.0
51c9ae3
Compare
Choose a tag to compare

1.0.0

14 Jul 03:40
b7afe58
Compare
Choose a tag to compare

Colorette started out in 2015 as a lightweight alternative to Chalk. It was originally introduced as Clor (b01b5b9).