Skip to content

Releases: crossterm-rs/crossterm-winapi

0.6.1

29 Jan 06:23
73c8c12
Compare
Choose a tag to compare
  • Make semaphore Send and Sync again.
  • Make Inner Send and Sync again.

0.6.0

29 Jan 06:23
Compare
Choose a tag to compare
  • Added Common traits (Debug, Clone, etc) to many public-facing types,
    especially data struct.
  • Significantly updated the input structs, so that winapi native types are no longer exposed to the library by crossterm_winapi structs.
  • Removed PartialOrd from types where it didn't really make sense
  • Reimplemented Console::read_single_input_event and Console::read_console_input to be more efficient, safe, and correct
  • Make Console::read_console_input not return a u32; the number of events is the length of the returned vector.

0.5.1

04 Dec 16:47
Compare
Choose a tag to compare
0.5.1

0.5

04 Dec 16:48
Compare
Choose a tag to compare
0.5
0.5.0

Version 0.3.0

21 Oct 18:06
3b8ec59
Compare
Choose a tag to compare
  • Make read sync block for windows systems (PR #2)

Version 0.2.1

25 Sep 09:04
e35625a
Compare
Choose a tag to compare