Skip to content

v0.1.3

Compare
Choose a tag to compare
@bestwebua bestwebua released this 27 Mar 13:31
· 226 commits to master since this release
01f9de3
  1. Fixed default REGEX_EMAIL_PATTERN #7:
  • local part of address can't start with a dot or special symbol
  • local part of address can include + symbol
  1. Fixed default REGEX_DOMAIN_PATTERN #8:
  • TLD size increased up to 63 characters
  1. Fixed bug with case sensitive domain names #9:
  2. Added independent domain name extractor to Truemail::Validate::Mx#run
  3. Updated gem version to 0.1.3

P.S.: Thanks @AlexeyDemidov for deep analysis Truemail gem logic.