1.8 KiB
1.8 KiB
supports-hyperlinks
Release Changelog
2.1.0 (2023-04-18)
Features
- terms: add support for a couple more terminals (0a7728c5)
Miscellaneous Tasks
- edition: bump edition to 2021 (5cd860b1)
2.0.0 (2023-03-13)
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
tois-terminal
(#3) (a321f355)- BREAKING CHANGE: the exported
Stream
enum is no longer anatty
type, and this crate no longer acceptsatty
types as input.
- BREAKING CHANGE: the exported
1.2.0 (2021-09-16)
Bug Fixes
- conditions: allow fallthrough when nested checks are false (3aa5ffbb)
Features
- force: add support for forcing hyperlinks (96d75a7c)
1.1.0 (2021-09-11)
Features
- on: add atty and on() function for ease of use (bf17421f)
1.0.0 (2021-09-11)
Features
- api: initial commit (4eb64a5b)