Skip to content

Releases: jorgebucaran/colorette

2.0.10

24 Sep 18:17
2.0.10
7bb0f70
Compare
Choose a tag to compare
  • Avoid using function default parameters for a slight improvement in execution time.

2.0.9

24 Sep 18:14
2.0.9
fff5471
Compare
Choose a tag to compare
  • Use global process directly to enhance package loading time.

2.0.8

23 Sep 14:53
2.0.8
77ff01b
Compare
Choose a tag to compare
  • Avoid mutating variables inside color functions when casting to a string.
  • Create color functions once, rather than on each call to createColors.

2.0.7

22 Sep 13:45
2.0.7
4bc4ee8
Compare
Choose a tag to compare
  • Reverted Rollup's --no-esModule and --interop settings (#73).

2.0.6

22 Sep 13:45
2.0.6
ade8c09
Compare
Choose a tag to compare
  • Make sure env exists (#67, #68).

2.0.5

22 Sep 13:43
2.0.5
816a648
Compare
Choose a tag to compare
  • Make sure tty exists (#64).

2.0.4

21 Sep 16:46
2.0.4
ad244fb
Compare
Choose a tag to compare
  • Configured Rollup to append the __esModule runtime to index.cjs.
  • Import process dependencies (#60).
  • Make sure isatty exists (#64).

2.0.3

21 Sep 16:43
2.0.3
8b7be76
Compare
Choose a tag to compare
  • Implemented auto-detection of color for top-level color functions (#70, #72).

2.0.2

18 Sep 11:35
2.0.2
80b7158
Compare
Choose a tag to compare
  • Updated type declarations to mark createColors options as optional (#71).

2.0.1

18 Sep 10:51
2.0.1
cfdfb4a
Compare
Choose a tag to compare
  • Changed to not add ANSI escape sequences around "" (empty string) or undefined (#69).