Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.47 KB

Version 0.5.2

  • 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)

Version 0.5.1

Version 0.5.0

  • get_available_color_count returns no result
  • ExecutableCommand::queue returns crossterm::Result
  • QueueableCommand::queue returns crossterm::Result
  • available_color_count to available_color_count()
  • Added derives: Debug for ObjectStyle [debug-derive]
  • Command API takes mutable self instead of self

Version 0.3.0

  • Removed TerminalColor::from_output()
  • Added NoItalic attribute

Version 0.2.0

  • Introduced more Attributes
  • Introduced easier ways to style text issue 87.
  • Removed ColorType since it was unnecessary.

Version 0.1.0

  • Moved out of crossterm 5.4 crate.