Releases: jorgebucaran/colorette
Releases · jorgebucaran/colorette
2.0.20
- Improved
package.json
by adding type definitions to exports by @ahnpnl (#96).
2.0.19
- Handle undefined
env
, argv
, and platform
(#94).
2.0.18
- Fixed Vite support by @kibertoad (#92).
- Destructured
process
into constants (#93).
2.0.17
- Color functions should always return a string (#88).
- Fixed detection of dumb terminals on Windows (#91).
2.0.16
- Added 🌈.
- Formatted benchmark results.
2.0.15
- Pre-compute index start search position.
2.0.14
- Clear bleeding sequences by using string slicing instead of regular expressions (#84).
- Added tests for Node
10
, which is still officially supported (#83).
2.0.13
- Added
--color
and --no-color
flag support (#77).
2.0.12
- Reverse conditional expression (#78).
2.0.11
- Avoid explicit checks for
undefined
.
- This enhances runtime performance, although it may be dependent on execution order.