Releases: jorgebucaran/colorette
Releases · jorgebucaran/colorette
2.0.20
Compare
Sorry, something went wrong.
No results found
Improved package.json by adding type definitions to exports by @ahnpnl (#96 ).
2.0.19
Compare
Sorry, something went wrong.
No results found
Handle undefined env, argv, and platform (#94 ).
2.0.18
Compare
Sorry, something went wrong.
No results found
Fixed Vite support by @kibertoad (#92 ).
Destructured process into constants (#93 ).
2.0.17
Compare
Sorry, something went wrong.
No results found
Color functions should always return a string (#88 ).
Fixed detection of dumb terminals on Windows (#91 ).
2.0.16
Compare
Sorry, something went wrong.
No results found
Added 🌈.
Formatted benchmark results.
2.0.15
Compare
Sorry, something went wrong.
No results found
Pre-compute index start search position.
2.0.14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added --color and --no-color flag support (#77 ).
2.0.12
Compare
Sorry, something went wrong.
No results found
Reverse conditional expression (#78 ).
2.0.11
Compare
Sorry, something went wrong.
No results found
Avoid explicit checks for undefined.
This enhances runtime performance, although it may be dependent on execution order.