- unsafe: Remove
unsafe
code in favor ofOnceLock
(#20) (4b299e2a)
- ansi: improve detection of terminals over SSH (#19) (370dc2b7)
- deps: Replace
is-terminal
withstd::io::IsTerminal
(#11) (6fb6e359)- BREAKING CHANGE: This bumps the MSRV to 1.70.0 due to the new
std::io::IsTerminal
API.
- BREAKING CHANGE: This bumps the MSRV to 1.70.0 due to the new
- ignore_is_terminal: Allow the is_terminal check to be overridden by environment variable. (#13) (ff0a31a6)
- truecolor: improve check for truecolor (#14) (736c044a)
- deps: Replace atty with is_terminal (#10) (edf565e5)
- BREAKING CHANGE: Exported stream types are no longer atty's getting re-exported.
- docs: Update README example for accuracy (#7) (88a56df7)
- alloc: stop allocating unnecessary Strings (#8) (606262f7)
- clicolor: Ignore unit tests on GH action and change order of CLICOLOR check (#5) (370e8188)
- msrv: Reduce MSRV from 1.54 to 1.42 (#6) (a33337a6)
- clicolor: Add CLICOLOR support (#4) (71b0ff30)
- deps: bump is_ci because of missing api (31d57374)
- api: Add cached version of supports_color::on (#1) (2cf2b76f)
- deps: remove dependencies on regex and lazy-static too (366f5b92)
- deps: switch to much more lightweight is_ci (d481c017)
- detection: messed up logic on windows and forgot no_color. oops (fbecf72f)
- api: forgot to export atty::Stream, and example was totally wrong (a9eef66f)
- api: initial commit (fbb068d0)