Skip to content

7.0.0

Compare
Choose a tag to compare
@gwenn gwenn released this 22 Nov 09:01
· 613 commits to master since this release
97890b0

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 add type Hint = String; to fix old implementations)
  • Flexible AcceptLine, fix bug in multi-line accept (#379)
  • Split KeyPress into separate Key and Modifier 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 for str (#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)