- Refactoring (PR #2)
- Added unit tests
- Restructured files
- Improved documentation and added book page to lib.rs
- Fixed bug with
SetBg
command, WinApi logic - Fixed bug with
StyledObject
, used stdout for resetting terminal color - Introduced
ResetColor
command
- Sync documentation style (PR #3)
- Remove all references to the crossterm book (PR #4)
- Windows 7 grey/white foreground/intensity swapped (PR #5)
- Maintenance release only
- Moved to a separate repository
get_available_color_count
returns no resultExecutableCommand::queue
returnscrossterm::Result
QueueableCommand::queue
returnscrossterm::Result
available_color_count
toavailable_color_count()
- Added derives:
Debug
forObjectStyle
[debug-derive] - Command API takes mutable self instead of self
- Removed
TerminalColor::from_output()
- Added
NoItalic
attribute
- Introduced more
Attributes
- Introduced easier ways to style text issue 87.
- Removed
ColorType
since it was unnecessary.
- Moved out of
crossterm
5.4 crate.