rustyline v7.0.0 Release Notes
Release Date: 2020-11-22 // over 2 years ago-
๐ฅ Breaking Changes
- Append histo (Should fix #400): a mutable reference is now needed to save history
- Detach hint title from completion text (#414):
Hinter
trait has a new associated type (just addtype Hint = String;
to fix old implementations) - Flexible
AcceptLine
, fix bug in multi-line accept (#379) - Split
KeyPress
into separateKey
andModifier
types. (#318 / #421)
๐ Changelog
- Make possible to deactivate
move_cursor_at_leftmost
(#445 / #448) - Ctrl+Left, Ctrl+Right for word skip (#146)
- Implement indentation commands (#452)
- Implement
Candidate
forstr
(#447) - Ignore EINTR while polling (#454)
- ๐ Fix input validation (#461)
- Document
Validator::validate_while_typing
not being implemented (#460) - โฌ๏ธ Upgrade dependencies and switch back to
dirs
(#456)