Skip to content

3.0.0

Compare
Choose a tag to compare
@gwenn gwenn released this 09 Dec 09:32
· 1053 commits to master since this release
066f573

Breaking Changes

  • fix highlight_char signature
  • remove highlight_dynamic_prompt deprecated method

Changelog

  • Add support for matching delimiter blinking (#111)
  • Ensure Editor is Send and Sync. (#160)
  • Complete hints with the right key
  • Allow customisation of the output stream
  • Ignore all IO errors during file completion
  • Fix spelling in documentation
  • Apply clippy::pedantic suggestions
  • Fix hint display logic
  • Simplify surrogate pair handling on windows
  • Rust 2018 edition