Skip to content

Releases: swift-standards/swift-emailaddress-type

Release 0.1.0

31 Jul 07:25

Choose a tag to compare

What's New

  • Added EmailAddress.regex for simple validation scenarios

This release introduces regex-based validation functionality for email addresses, providing a convenient way to perform basic email validation in Swift applications.

v0.0.1

26 Jul 16:17

Choose a tag to compare

Initial release of swift-emailaddress-type

Features:

  • Swift EmailAddress type with RFC 5321, RFC 5322, and RFC 6531 support
  • Comprehensive validation and parsing
  • Display name support
  • Codable and RawRepresentable conformance
  • Full test coverage