Skip to content

Releases: bdolewski/SwiftEmailValidator

v1.2.1

27 Sep 17:25
85a0fc1
Compare
Choose a tag to compare
  • fixed issue with downloading package directly from Xcode 11

v1.2.0 - Improved "namespacing"

22 Sep 19:41
d01d457
Compare
Choose a tag to compare

Now creating instances of EmailValidator is impossible by switching from struct to enum with no cases.

v1.1.0 - compliant with RFC 5322

22 Sep 14:06
6cb1140
Compare
Choose a tag to compare

Updated regular expression to match official one from RFC 5322

v1.0.0 - compliant with RFC 2822

20 Sep 19:10
e461077
Compare
Choose a tag to compare

Added validation for e-mail address compliant with RFC 2822.
Added support for Swift Package Manager