2.1 KiB
2.1 KiB
Changelog
v0.47.0 (2023-03-13)
Breaking changes
- Bumped minimum supported Rust version (MSRV) to 1.62.1
- Change of
Color::default()value to the ANSI default colorColor::Default(code39and49for foreground and background respectively). This replacesColor::Whiteas the default value.
Other changes
constification of several functions and methods.- Improved CI workflow.
- Updated to Rust edition 2021.
- Replaced
winapidependency withwindows-sys. - Removed
overloaddependency. - Added
AnsiGenericString::as_str()to allow access to the underlying string. - Fixed typos in README.
- Added
CHANGELOG.mdfor changes since forkingansi_term.
v0.46.0 (2022-06-03)
- Removed
impl DerefforAnsiGenericString. - Improved README headings.
v0.45.1 (2022-03-27)
- Added
Color::Defaultenum variant with ansi codes39and49for foreground & background.
v0.45.0 (2022-03-16)
- Fixed examples in README.
- Fixed typos in documentation.
- Renamed
ANSIByteStringstoAnsiByteStrings. - Added GitHub Actions workflow.
- Changed authors metadata.
- Updated license
v0.43.0 (2022-01-18)
- Fixed clippy warning.
v0.40.0 (2021-11-16)
- Fixed clippy warning.
v0.38.0 (2021-10-05)
- Removed
itertoolsdependency.
v0.37.0 (2021-09-14)
- Fixed clippy warnings.
v0.31.0 (2021-05-11)
- Implemented
Defaulttrait forColorreturningColor::White. - Added helpers for gradients.
- Fixed clippy warning.
v0.30.0 (2021-04-21)
- Export
ansimodule to exposeansi::RESET.
v0.29.0 (2021-03-30)
- Renamed
Color::RGBenum variant toColor::Rgb. - Renamed
ANSIByteStringtoAnsiByteString. - Renamed
ANSIGenericStringtoAnsiGenericString. - Renamed
ANSIGenericStringstoAnsiGenericStrings. - Renamed
ANSIStringtoAnsiString. - Renamed
ANSIStringstoAnsiStrings.
v0.28.0 (2021-03-09)
- Forked
ansi_termasnu-ansi-term. - Added Nushell project contributors to the authors.
- Updated README.md.
- Renamed
ColourtoColor. - Renamed some files ending in
colourtocolor. - Added "bright" colors ansi 90-97 (foreground) and 100-107 (background).
- Ran cargo fmt