Ansi Styles Versions Save

ANSI escape codes for styling strings in the terminal

v6.2.1

1 year ago
  • Fix exported style names (#83) 4a26c33

https://github.com/chalk/ansi-styles/compare/v6.2.0...v6.2.1

v6.2.0

1 year ago

v6.1.1

1 year ago

v6.1.0

3 years ago
  • Add support for ansi colors and add .ansi256ToAnsi(), .rgbToAnsi() and .hexToAnsi() (#71) 2ceace1

https://github.com/chalk/ansi-styles/compare/v6.0.0...v6.1.0

v6.0.0

3 years ago

Breaking

  • Require Node.js 12 b23ef5d
  • This package is now pure ESM. Please read this.

https://github.com/chalk/ansi-styles/compare/v5.2.0...v6.0.0

v5.2.0

3 years ago
  • Make color conversion functions non-enumerable (#70) cdc520c

https://github.com/chalk/ansi-styles/compare/v5.1.0...v5.2.0

v5.1.0

3 years ago

v5.0.0

3 years ago

Breaking

  • Remove support for hsv, hwb, ansi, and CSS keyword colors
    • These color types added bloat and were rarely used. As a result, this package should now be lighter and faster to import.
    • If you need those colors, you can use color-convert, which is what we used to depend on.

Improvements

  • Add .rgbToAnsi256(), .hexToRgb() and .hexToAnsi256() (#65) 9150f61

https://github.com/chalk/ansi-styles/compare/v4.3.0...v5.0.0

v4.3.0

3 years ago
  • Inline CSS colors TypeScript type (#62) 835fb45

https://github.com/chalk/ansi-styles/compare/v4.2.1...v4.3.0