v5.0.0
- feat: bump yansi to 1, remove enable_ansi_support by @kevinji in https://github.com/ctron/colored_json/pull/10
- feat: support NO_COLOR env-var by @ctron in https://github.com/ctron/colored_json/pull/11
- @kevinji made their first contribution in https://github.com/ctron/colored_json/pull/10
Full Changelog: https://github.com/ctron/colored_json/compare/v4.1.0...v5.0.0
v4.1.0
- feat: use
std'sis_terminal()by @JarvisCraft in https://github.com/ctron/colored_json/pull/8
- @JarvisCraft made their first contribution in https://github.com/ctron/colored_json/pull/8
Full Changelog: https://github.com/ctron/colored_json/compare/v4.0.0...v4.1.0
v3.2.0
- add support for coloring colons in object key-value pairs by @Humandoodlebug in https://github.com/ctron/colored_json/pull/5
Full Changelog: https://github.com/ctron/colored_json/compare/v3.1.0...v3.2.0
3.1.0
- migrate from atty to is-terminal due to RUSTSEC-2021-0145 by @Humandoodlebug in https://github.com/ctron/colored_json/pull/4
- @Humandoodlebug made their first contribution in https://github.com/ctron/colored_json/pull/4
Full Changelog: https://github.com/ctron/colored_json/compare/v3.0.1...v3.1.0