Releases: zyansheep/rustyline-async
Releases · zyansheep/rustyline-async
Release 0.4.3
Release 0.4.2
Release 0.4.1
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)]
forReadlineError::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
-
@manforowicz made their first contribution in #19
-
Thank you @jwodder for becoming a maintainer!
Full Changelog: v0.4.0...v0.4.1
Release 0.4.0
NOTE: Breaking API Update - readline now returns ReadlineEvent
s instead of Strings (diverging from rustyline's design)
Full Changelog: v0.3.3...v0.4.0
Release 0.3.3
Release 0.3.2
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
- @jwodder made their first contribution in #13
- @srtopster made their first contribution in #14
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
- Fix bug with prompt disappearing after pressing
- Update Crossterm
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
What's Changed
- Breaking change with
Readline::flush()
function. Make sure to call it after yourselect!
loop! fixes #9 - Update Crossterm
Full Changelog: v0.2.6...v0.3.0
Release 0.2.6
- Update Crossterm
- Remove Cargo.lock
Full Changelog: v0.2.5...v0.2.6