Skip to content

Releases: ekscrypto/SwiftEmailValidator

1.0.4

17 Mar 16:10
521eaed
Compare
Choose a tag to compare

Publicly expose 'host' and other attributes of the validated email

1.0.3

19 May 12:00
Compare
Choose a tag to compare
Update to latest version of SwiftPublicSuffix

Require SwiftPublicSuffixList 1.1.4

14 May 12:00
Compare
Choose a tag to compare
1.0.2

Require the iOS libraries fix in SwiftPublicSuffixList

Fix minimum iOS versions errors

13 May 18:42
Compare
Choose a tag to compare
1.0.1

Matching minimum versions of PublicSuffixList

1.0.0 Official Public Release

02 Feb 06:14
Compare
Choose a tag to compare

SwiftEmailValidator is finally feature complete with RFC2047 auto-encoding option, full Unicode support and Public Suffix validation. As recommended by users on Reddit, options have been added to be able to bypass the Public Suffix lookup and use a custom Regex for the domain.

0.9.2 Public Suffix List update 2022-01-29

30 Jan 04:52
Compare
Choose a tag to compare

This release updates the built-in Public Suffix List as of 2022-01-29.

Added:

  • api.gov.uk

SMTP server production ready

28 Jan 13:12
Compare
Choose a tag to compare

Version 0.9.1 of the library brings full international email validation support for SMTP server validation. Missing to reach the 1.0 milestone are .userInterface validation strategy support to allow some automatic reformatting of the email before using the strict validator.

0.9 SMTP Server Production Ready

28 Jan 06:07
Compare
Choose a tag to compare

Version 0.9 of the library brings full international email validation support for SMTP server validation. Missing to reach the 1.0 milestone are .userInterface validation strategy support to allow some automatic reformatting of the email before using the strict validator.

0.6-alpha

27 Jan 16:57
Compare
Choose a tag to compare
0.6-alpha Pre-release
Pre-release

Support for international email, RFC2047 encoded and pure unicode. Needs to implement RFC2047 UI -> SMTP validation

0.5-pre-alpha

23 Jan 04:39
Compare
Choose a tag to compare
0.5-pre-alpha Pre-release
Pre-release

Pre-alpha release with US-ASCII email validation. RFC2047 class added for decoding Unicode email addresses but not yet fully supported in the validator