All Versions
50
Latest Version
Avg Release Cycle
51 days
Latest Release
1387 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