Skip to content

Latest commit

 

History

History
115 lines (67 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

115 lines (67 loc) · 3.92 KB

supports-color Release Changelog

3.0.2 (2024-11-26)

Bug Fixes

  • unsafe: Remove unsafe code in favor of OnceLock (#20) (4b299e2a)

3.0.1 (2024-09-03)

Bug Fixes

  • ansi: improve detection of terminals over SSH (#19) (370dc2b7)

3.0.0 (2024-02-04)

Features

  • deps: Replace is-terminal with std::io::IsTerminal (#11) (6fb6e359)
    • BREAKING CHANGE: This bumps the MSRV to 1.70.0 due to the new std::io::IsTerminal API.

2.1.0 (2023-09-20)

Features

  • ignore_is_terminal: Allow the is_terminal check to be overridden by environment variable. (#13) (ff0a31a6)
  • truecolor: improve check for truecolor (#14) (736c044a)

2.0.0 (2022-12-15)

Bug Fixes

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

1.3.1 (2022-11-05)

Bug Fixes

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

1.3.0 (2021-10-03)

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)

1.2.0 (2021-10-01)

Features

  • clicolor: Add CLICOLOR support (#4) (71b0ff30)

1.1.1 (2021-09-22)

Bug Fixes

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

1.1.0 (2021-09-22)

Features

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

1.0.4 (2021-09-22)

Bug Fixes

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

1.0.3 (2021-09-22)

Bug Fixes

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

1.0.2 (2021-09-11)

Bug Fixes

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

1.0.1 (2021-09-11)

Bug Fixes

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

1.0.0 (2021-09-11)

Features