All Versions
50
Latest Version
Avg Release Cycle
51 days
Latest Release
1949 days ago

Changelog History
Page 2

  • v2.0.3 Changes

    August 17, 2018
    ๐Ÿ›  Fixed
    • โœ… Double insertion of test when using predictive text on an empty textview Issue #72
    • Assertion failure when inserting mention after emoji Issue #73
  • v2.0.2 Changes

    August 07, 2018
    ๐Ÿ›  Fixed
    • ๐Ÿ‘ป Exception 'NSRangeException' for searchSpaces feature Issue #69
  • v2.0.1 Changes

    Cleaned
    • โœ‚ Remove SZ prefix from class files
  • v2.0.0 Changes

    Cleaned
    • โœ‚ Removed support for < swift 4.0
    • Converted classes to structs where appropriate
    • ๐Ÿšš Renamed variables to remove redundancies
    ๐Ÿ›  Fixed
    • textView(_:shouldChangeTextIn:replacementString:) not being called Issue #65
    Note
    • ๐Ÿ“š This release contains breaking changes. Please refer to the ReadMe and documentation within code for more information.
  • v1.1.3 Changes

    Cleaned
    • ๐Ÿ‘ Allow for multiple triggers to be chosen for triggering mentions Issue #55
  • v1.1.2 Changes

    Cleaned
    • โœ‚ Removed the last bit of warnings from most recent Apple updates
  • v1.1.1 Changes

    ๐Ÿ›  Fixed
    • ๐Ÿšš Issue where auto correct moves selected range incorrectly
  • v1.1.0 Changes

    โž• Added
    • Xcode 9 + Swift 4 compatibility
    Note
    • ๐Ÿš€ This release contains breaking changes, some methods have been updated for clarity as well as classes changes to protocols. ๐Ÿ‘€ See README for more information.
  • v1.0.9 Changes

    โž• Added
    • The ability to use pod try SZMentionsSwift reported by @slxl Issue #49
  • v1.0.8 Changes

    ๐Ÿ›  Fixed
    • Issue with inserting text before a mention
    Cleaned
    • General code clean up