Releases: jorgebucaran/colorette
Releases · jorgebucaran/colorette
2.0.10
- Avoid using function default parameters for a slight improvement in execution time.
2.0.9
- Use global
process
directly to enhance package loading time.
2.0.8
- 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
- Reverted Rollup's
--no-esModule
and --interop
settings (#73).
2.0.6
- Make sure
env
exists (#67, #68).
2.0.5
- Make sure
tty
exists (#64).
2.0.4
- Configured Rollup to append the
__esModule
runtime to index.cjs
.
- Import
process
dependencies (#60).
- Make sure
isatty
exists (#64).
2.0.3
- Implemented auto-detection of color for top-level color functions (#70, #72).
2.0.2
- Updated type declarations to mark
createColors
options as optional (#71).
2.0.1
- Changed to not add ANSI escape sequences around
""
(empty string) or undefined
(#69).