supports-unicode
Release Changelog
3.0.0 (2024-02-04)
Features
- deps: Switch to std::io::IsTerminal (#5) (e286df87)
- BREAKING CHANGE: This bumps the MSRV to 1.70.0 in order to use
std::io::IsTerminal
directly.
2.1.0 (2024-01-19)
Features
- env: Provide direct access to env introspection (#6) (88f56c71)
2.0.0 (2023-03-14)
This semver-major release is just for switching away from atty
due to soundness and maintenance concerns. See this issue in supports-color
for more details
Features
- tty: Switch from
atty
to is-terminal
(#4) (86bf7583)- BREAKING CHANGE: the exported
Stream
enum is no longer an atty
type, and this crate no longer accepts atty
types as input.
1.0.2 (2021-09-27)
Bug Fixes
- linux: Ignore case when detecting UTF-8 locales. (#1) (38082d27)
1.0.1 (2021-09-11)
Bug Fixes
- cargo: fix stuff in cargo.toml (bcabb6ab)
1.0.0 (2021-09-11)
Features