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

Latest commit

 

History

History
34 lines (25 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.43 KB

Version 0.4.0

  • Internal refactoring (PR #2)
    • Improved public documentation
    • sys module is no longer public
  • Fixed examples link (PR #6)
  • Sync documentation style (PR #7)
  • Removed all references to the crossterm book (PR #8)
  • Replaced RAW_MODE_ENABLED with is_raw_mode_enabled (PR #9)
  • Use SyncReader & InputEvent::CursorPosition for pos_raw() (PR #10)

Version 0.3.1

Version 0.3.0

  • TerminalCursor::pos() returns crossterm::Result<(u16, u16)>
  • TerminalCursor::move_* returns crossterm::Result
  • TerminalCursor::reset_position() to restore_position()
  • All i16 values for indexing: set/get cursor pos synced to u16 values
  • Command::get_anis_code() to ansi_code()
  • ExecutableCommand::queue returns crossterm::Result
  • QueueableCommand::queue returns crossterm::Result
  • Command API takes mutable self instead of self

Version 0.2.0

  • Removed TerminalCursor::from_output()

Version 0.1.0

  • Moved out of crossterm 5.4 crate.