Skip to content

Releases: zyansheep/rustyline-async

Release 0.4.3

05 Aug 19:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Release 0.4.2

02 Feb 19:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

Release 0.4.1

13 Dec 03:37
Compare
Choose a tag to compare

What's Changed

  • Fix newline visual glitch by @manforowicz in #19
  • Only respond to key presses; update crossterm to 0.27.0 by @jwodder in #27
  • Use #[error(transparent)] for ReadlineError::IO by @jwodder in #25
  • Add more documentation by @jwodder in #24
  • Make Readline::flush() always erase the prompt string by @jwodder in #22
  • Remove some unneeded dependencies by @jwodder in #29

New Contributors

Full Changelog: v0.4.0...v0.4.1

Release 0.4.0

07 Sep 14:17
Compare
Choose a tag to compare

NOTE: Breaking API Update - readline now returns ReadlineEvents instead of Strings (diverging from rustyline's design)

Full Changelog: v0.3.3...v0.4.0

Release 0.3.3

05 Sep 14:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

Release 0.3.2

27 May 23:07
7de386a
Compare
Choose a tag to compare

What's Changed

  • Allow configuration of whether line appears after and .
  • Add a doc comment for should_print_line_on() by @jwodder in #13
  • Fix double key presses on Windows by @srtopster in #14

New Contributors

Full Changelog: v0.3.1...v0.3.2

Edit: I forgot to actually publish this release to crates.io. Sorry! Update to 0.3.3 to get these changes.

Release 0.3.1

26 Feb 03:08
Compare
Choose a tag to compare
  • Fix bug with prompt disappearing after pressing
  • Update Crossterm

Full Changelog: v0.3.0...v0.3.1

Release 0.3.0

19 Nov 23:23
Compare
Choose a tag to compare

What's Changed

  • Breaking change with Readline::flush() function. Make sure to call it after your select! loop! fixes #9
  • Update Crossterm

Full Changelog: v0.2.6...v0.3.0

Release 0.2.6

11 Jul 11:46
Compare
Choose a tag to compare
  • Update Crossterm
  • Remove Cargo.lock

Full Changelog: v0.2.5...v0.2.6

Release 0.2.5

11 Jul 11:43
Compare
Choose a tag to compare
  • Simplify examples by @Siphalor in #6
  • Allow all key modifiers for typing text - Fixes Windows issues with special characters by @Siphalor in #7