0.47.0
Breaking changes
- Bumped minimum supported Rust version (MSRV) to 1.62.1 (@nickelc in #30)
- Change of
Color::default()
value to the ANSI default colorColor::Default
(code39
and49
for foreground and background respectively). This replacesColor::White
as the default value. (@jaudiger in #29)
Improvements and new features
const
ification of several functions and methods. (@jaudiger in #22)- Added
AnsiGenericString::as_str()
to allow access to the underlying string. (@rhzx86 in #12) - Replaced
winapi
dependency withwindows-sys
(@kgrech in #16, @nickelc in #19) - Removed
overload
dependency and implement the provided operators forRgb
manually (@nickelc in #13) - Updated to Rust edition 2021. (@jaudiger in #21)
- Improved CI workflow. (@nickelc in #18, #17, and #26)
- Fixed several mistakes in README. (@j16r, @bwinchester, @sourcefrog)
- Added
CHANGELOG.md
for changes since forkingansi_term
. (@fdncred, @nickelc, @sholderbach)
New Contributors
- @j16r made their first contribution in #10
- @bwinchester made their first contribution in #11
- @rhzx86 made their first contribution in #12
- @nickelc made their first contribution in #13
- @sourcefrog made their first contribution in #15
- @kgrech made their first contribution in #16
- @jaudiger made their first contribution in #21
Full Changelog: v0.46.0...v0.47.0