Skip to content

v1.1.0

Compare
Choose a tag to compare
@RohanNagar RohanNagar released this 22 May 22:08
· 320 commits to master since this release
  • Disallow construction of utility classes and prevent classes from being subclassed (Thanks @bowbahdoe!)
  • Fix bug where email addresses that have a dotless domain or top level domain starting with the - character would be incorrectly classified as valid.
    For example, test@-foo and test@my.-domain should both be invalid.