Skip to content

Releases: jorgebucaran/colorette

2.0.20

16 Apr 15:39
2.0.20
811fd2f
Compare
Choose a tag to compare
  • Improved package.json by adding type definitions to exports by @ahnpnl (#96).

2.0.19

14 Jun 15:12
2.0.19
10218ff
Compare
Choose a tag to compare
  • Handle undefined env, argv, and platform (#94).

2.0.18

14 Jun 02:10
2.0.18
668a978
Compare
Choose a tag to compare
  • Fixed Vite support by @kibertoad (#92).
  • Destructured process into constants (#93).

2.0.17

03 Jun 14:35
2.0.17
106748e
Compare
Choose a tag to compare
  • Color functions should always return a string (#88).
  • Fixed detection of dumb terminals on Windows (#91).

2.0.16

03 Jun 14:30
2.0.16
3deaf78
Compare
Choose a tag to compare
  • Added 🌈.
  • Formatted benchmark results.

2.0.15

07 Oct 10:03
2.0.15
4a6a70c
Compare
Choose a tag to compare
  • Pre-compute index start search position.

2.0.14

04 Oct 04:10
2.0.14
054a30f
Compare
Choose a tag to compare
  • 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
2.0.13
7246298
Compare
Choose a tag to compare
  • Added --color and --no-color flag support (#77).

2.0.12

04 Oct 04:07
2.0.12
bad6464
Compare
Choose a tag to compare
  • Reverse conditional expression (#78).

2.0.11

25 Sep 23:01
2.0.11
02d2141
Compare
Choose a tag to compare
  • Avoid explicit checks for undefined.
    • This enhances runtime performance, although it may be dependent on execution order.