Skip to content

Releases: marvinhagemeister/kolorist

1.8.0 - TrueColor support

22 Apr 22:07
a8fabdc
Compare
Choose a tag to compare

Minor Changes

  • 737ef18: Add support for 24bit TrueColor detection.

    TrueColor is supported in every modern terminals these days. The exception to that is the built in Terminal app on macOS and CI systems. TrueColor values are automatically converted to Ansi 256 when TrueColor isn't supported. The only case where I found that in practice was with Terminal.app on macOS which only supports Ansi 256.

    This also fixes an issue when a terminal would declare support for TrueColor, but not Ansi 256. Previously, we'd completely strip colors when printing Ansi 256 despite that being supported. This release addresses that.

1.7.0

03 Feb 21:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

1.6.0

11 Sep 19:55
Compare
Choose a tag to compare

What's Changed

1.5.1

17 Dec 14:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

1.5.0

18 Jun 09:47
Compare
Choose a tag to compare

Features

Maintenance

1.4.1

24 Apr 07:50
Compare
Choose a tag to compare

1.4.0

31 Mar 12:28
Compare
Choose a tag to compare

1.3.2

17 Mar 23:56
Compare
Choose a tag to compare
  • Fix: optional chaining isn't compiled away by TS as I thought (#5, thanks @bjarkihall)
  • Always downtranspile to ES2019 for Node 12 support (thanks @marvinhagemeister)

1.3.1

17 Mar 23:27
Compare
Choose a tag to compare

This fixes a regression introduced earlier today with 1.3.0.

  • Fix: runtime error if TERM is not defined in env (#4, thanks @bjarkihall)

1.2.3

05 Aug 11:45
Compare
Choose a tag to compare

This release fixes a publishing error with 1.2.2.