2019-04-11 07:46:30 +10:00
|
|
|
# Changes crossterm_style 0.3
|
|
|
|
- Removed `TerminalColor::from_output()`
|
|
|
|
- Added `NoItalic` attribute
|
|
|
|
|
2019-02-23 01:20:24 +11:00
|
|
|
# Changes crossterm_style 0.2
|
|
|
|
- Introduced more `Attributes`
|
|
|
|
- Introduced easier ways to style text [issue 87](https://github.com/TimonPost/crossterm/issues/87).
|
|
|
|
- Removed `ColorType` since it was unnecessary.
|
|
|
|
|
|
|
|
# Changes crossterm_style 0.1
|
|
|
|
- Moved out of `crossterm` 5.4 crate.
|