All Versions
3
Latest Version
Avg Release Cycle
901 days
Latest Release
969 days ago
Changelog History
Changelog History
-
v2.0 Changes
October 13, 2020๐ Version 2.0 includes a rewrite to make this library work with Swift 4.2 and above, and a new delimiter feature that can be used when autocompleting email providers.
What's new:
- Rewritten to work with Swift 4.2 and above (closes #3, closes #4, closes #5, closes #6, closes #7, closes #8).
- โ Added delimiter feature.
- โ Add Swift Package Manager support.
๐ Bug fixes:
- ๐ Fix
.Word
mode (closes #1).
๐ฅ Breaking changes:
suggestion
is now read only.autocompleteType
has been renamed tosuggestionType
.- ๐
pixelCorrection
has been renamed topixelCorrections
, and changed from aCGFloat
to aCGPoint
to support correcting bothy
andx
axis. padding
has been renamed tohorizontalPadding
.completionColor
has been renmaed tosuggestionColor
.
-
v1.1 Changes
November 23, 2015- โ Added AutocompleteType
-
v1.0
November 08, 2015