All Versions
50
Latest Version
Avg Release Cycle
51 days
Latest Release
1949 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.3 Changes
August 17, 2018 -
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
- The ability to use
-
v1.0.8 Changes
๐ Fixed
- Issue with inserting text before a mention
Cleaned
- General code clean up