Skip to content

Releases: zkat/supports-unicode

v2.1.0

22 Jan 21:29
ff242c4
Compare
Choose a tag to compare

Features

  • env: Provide direct access to env introspection (#6) (88f56c71)

v2.0.0

22 Jan 21:29
59d3473
Compare
Choose a tag to compare

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.

v1.0.2

22 Jan 21:28
3cda9d4
Compare
Choose a tag to compare

Bug Fixes

  • linux: Ignore case when detecting UTF-8 locales. (#1) (38082d27)

v1.0.1

11 Sep 08:10
3db5e84
Compare
Choose a tag to compare

Bug Fixes

  • cargo: fix stuff in cargo.toml (bcabb6ab)

v1.0.0

11 Sep 08:10
941ef5a
Compare
Choose a tag to compare

Features