rustyline v3.0.0 Release Notes

Release Date: 2018-12-09 // over 5 years ago
  • ๐Ÿ’ฅ 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