This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Releases: skeggse/isemail
Releases · skeggse/isemail
v3.2.0
A few quality and correctness improvements:
minDomainAtoms
testing does not apply to domain literals, which better matches the intent behind the parameterisemail
now rejects the domain formmailbox@[127.0.0.1].example.com
with a fatal error- The new
excludeDiagnoses
configuration parameter enables granular control over error cases
v3.1.4
This patch release updates the punycode
dependency for bundler compatibility, fixes the IDN-aware length check, and adds an explicit type check to the email
parameter. Please note that if you were previously passing in a non-string, you would have still seen a TypeError
- just from a different location.
v3.1.3
Support Unicode, remove checkDNS
v3.0.0 3.0.0
v2.2.0
Add tldBlacklist option
v2.1.0 add tldBlacklist option
ES6 Update
v2.0.0 version 2.0.0
Drop Node 0.8, fix style, switch to lab/code
Republish under hapijs
This project has been republished. The changes mostly revolve around ownership, and the new version tries to conform to the hapijs style guidelines.