Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 283 Bytes

CHANGELOG.md

File metadata and controls

7 lines (7 loc) · 283 Bytes

1.0.0

  • Parsing of a e-mail address from string (EmailAddress.parse(), EmailAddress.parseOrNull()).
  • Conversion to string.
  • Case-insensitive equality check.
  • Validation of the e-mail address format without instantiation of the value (see EmailAddress.validFormat()).