Releases: spothero/SpotHeroEmailValidator-iOS
Releases · spothero/SpotHeroEmailValidator-iOS
3.1.0
3.0.1
3.0.0
3.0.0-beta.3
Fixed bug with passedValidation property (#40)
3.0.0-beta.2
IOS-2671: Added SwiftLint and SwiftFormat config files (#39)
3.0.0-beta.1: All Swift!
This release converts the remaining Objective-C classes into Swift.
Updated
- Converted the following classes from Objective-C to Swift:
SHEmailValidationTextField
EmailTextFieldDelegate
SHAutocorrectSuggestionView
AutocorrectSuggestionViewDelegate
2.0.0: New Module, Who Dis?
IOS-1346: Xcode 11 support and SPM file reorganization (#18)
1.0.6: Deprecating SHEmailValidator in favor of SpotHeroEmailValidator
This release officially deprecates SHEmailValidator
in favor of SpotHeroEmailValidator
and version 2.0.0
.
Moar TLDs + Error Exposure
- Updates the way TLDs are stored to facilitate addition of more top-level domains as they are added to the IANA's list
- Exposes NSErrors for inspection.