Releases: jorgebucaran/colorette
Releases · jorgebucaran/colorette
2.0.20
16 Apr 15:39
Compare
Sorry, something went wrong.
No results found
Improved package.json by adding type definitions to exports by @ahnpnl (#96 ).
2.0.19
14 Jun 15:12
Compare
Sorry, something went wrong.
No results found
Handle undefined env, argv, and platform (#94 ).
2.0.18
14 Jun 02:10
Compare
Sorry, something went wrong.
No results found
Fixed Vite support by @kibertoad (#92 ).
Destructured process into constants (#93 ).
2.0.17
03 Jun 14:35
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
03 Jun 14:30
Compare
Sorry, something went wrong.
No results found
Added 🌈.
Formatted benchmark results.
2.0.15
07 Oct 10:03
Compare
Sorry, something went wrong.
No results found
Pre-compute index start search position.
2.0.14
04 Oct 04:10
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
01 Oct 13:25
Compare
Sorry, something went wrong.
No results found
Added --color and --no-color flag support (#77 ).
2.0.12
04 Oct 04:07
Compare
Sorry, something went wrong.
No results found
Reverse conditional expression (#78 ).
2.0.11
25 Sep 23:01
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.