Releases: zkat/supports-color
Releases · zkat/supports-color
v2.0.0
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
Bug Fixes
- docs: Update README example for accuracy (#7) (88a56df7)
- alloc: stop allocating unnecessary Strings (#8) (606262f7)
v1.3.0
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.1.1
Bug Fixes
- deps: bump is_ci because of missing api (31d57374)
v1.1.0
Features
- api: Add cached version of supports_color::on (#1) (2cf2b76f)
v1.0.4
Bug Fixes
- deps: remove dependencies on regex and lazy-static too (366f5b92)
v1.0.3
Bug Fixes
- deps: switch to much more lightweight is_ci (d481c017)
v1.0.2
Bug Fixes
- detection: messed up logic on windows and forgot no_color. oops (fbecf72f)
v1.0.1
Bug Fixes
- api: forgot to export atty::Stream, and example was totally wrong (a9eef66f)