Colorette Versions Save

🌈Easily set your terminal text color & styles

2.0.20

1 year ago
  • Improved package.json by adding type definitions to exports by @ahnpnl (#96).

2.0.19

1 year ago
  • Handle undefined env, argv, and platform (#94).

2.0.18

1 year ago
  • Fixed Vite support by @kibertoad (#92).
  • Destructured process into constants (#93).

2.0.17

1 year ago
  • Color functions should always return a string (#88).
  • Fixed detection of dumb terminals on Windows (#91).

2.0.16

1 year ago
  • Added 🌈.
  • Formatted benchmark results.

2.0.15

2 years ago
  • Pre-compute index start search position.

2.0.14

2 years ago
  • 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.12

2 years ago
  • Reverse conditional expression (#78).

2.0.13

2 years ago
  • Added --color and --no-color flag support (#77).

2.0.11

2 years ago
  • Avoid explicit checks for undefined.
    • This enhances runtime performance, although it may be dependent on execution order.