Skip to content

Releases: zkat/supports-color

v2.0.0

30 Jan 18:15
c3ced07
Compare
Choose a tag to compare

Bug Fixes

  • deps: Replace atty with is_terminal (#10) (edf565e5)
    • BREAKING CHANGE: Exported stream types are no longer atty's getting re-exported.

v1.3.1

05 Nov 21:55
7017df5
Compare
Choose a tag to compare

Bug Fixes

  • docs: Update README example for accuracy (#7) (88a56df7)
  • alloc: stop allocating unnecessary Strings (#8) (606262f7)

v1.3.0

05 Nov 21:54
db20f83
Compare
Choose a tag to compare

Bug Fixes

  • clicolor: Ignore unit tests on GH action and change order of CLICOLOR check (#5) (370e8188)

Features

  • msrv: Reduce MSRV from 1.54 to 1.42 (#6) (a33337a6)

v1.2.0

05 Nov 21:53
682c775
Compare
Choose a tag to compare

Features

v1.1.1

05 Nov 21:53
e484118
Compare
Choose a tag to compare

Bug Fixes

  • deps: bump is_ci because of missing api (31d57374)

v1.1.0

05 Nov 21:52
8f73694
Compare
Choose a tag to compare

Features

  • api: Add cached version of supports_color::on (#1) (2cf2b76f)

v1.0.4

05 Nov 21:52
4dd517e
Compare
Choose a tag to compare

Bug Fixes

  • deps: remove dependencies on regex and lazy-static too (366f5b92)

v1.0.3

05 Nov 21:52
e4a8abb
Compare
Choose a tag to compare

Bug Fixes

  • deps: switch to much more lightweight is_ci (d481c017)

v1.0.2

05 Nov 21:51
826ee48
Compare
Choose a tag to compare

Bug Fixes

  • detection: messed up logic on windows and forgot no_color. oops (fbecf72f)

v1.0.1

11 Sep 06:04
b1e8861
Compare
Choose a tag to compare

Bug Fixes

  • api: forgot to export atty::Stream, and example was totally wrong (a9eef66f)