10.0.0
What's Changed
- Use a BufReader on unix platform #589
- PreferTerm #599, #601
- Guard cursor coordinates #602
- External print #229, #235, #600, #627
- Introduce signal-hook #606, #608
- Replace
buf_redux
withBufReader
fromstd
#613 - Remove
SmallVec
fromEvent
enum #614 - Make custom key bindings an optional Cargo feature #615
- Use
nix
APIs forumask
munging in history module #616 - Derive
Completer
,Highlighter
,Hinter
,Validator
from struct fields #621 - Upgrade nix to 0.24, limit features #623
- Do not validate if the command is 'NewLine' #640
Full Changelog: v9.1.2...v10.0.0