Skip to content

Releases: spothero/SpotHeroEmailValidator-iOS

3.1.0

14 Nov 20:35
d0fe24f
Compare
Choose a tag to compare

Adds Email and EmailComponents models for simpler email validation and parsing

3.0.1

24 May 19:24
f2fcbe7
Compare
Choose a tag to compare

Fixed

  • Emails with a trailing @ symbol will now be properly caught by the validator and throw an invalidSyntax error (#47)

3.0.0

23 Dec 15:32
3d93e68
Compare
Choose a tag to compare
  • Dropped Cocoapods support (#36)
  • Updated remaining Objective-C files to Swift
  • Fixed a bug with passedValidation property (#40)

3.0.0-beta.3

17 Dec 19:43
cc668fa
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release
Fixed bug with passedValidation property (#40)

3.0.0-beta.2

11 Dec 22:07
09d495b
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release
IOS-2671: Added SwiftLint and SwiftFormat config files (#39)

3.0.0-beta.1: All Swift!

08 May 22:07
d2de934
Compare
Choose a tag to compare
Pre-release

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?

12 Oct 23:03
ebcc8db
Compare
Choose a tag to compare
IOS-1346: Xcode 11 support and SPM file reorganization (#18)

1.0.6: Deprecating SHEmailValidator in favor of SpotHeroEmailValidator

08 Oct 04:21
Compare
Choose a tag to compare

This release officially deprecates SHEmailValidator in favor of SpotHeroEmailValidator and version 2.0.0.

Moar TLDs + Error Exposure

17 May 13:37
Compare
Choose a tag to compare
  • 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.