Releases: jesselpalmer/node-email-verifier
Releases · jesselpalmer/node-email-verifier
2.0.0
What's Changed
- Feature: Introduced support for custom timeout settings in the email validation process, allowing users to specify the duration for MX record lookups.
- Enhancement: Improved the email validation function to handle options as an object, providing more flexibility in configuring validation behavior (e.g.,
checkMx
,timeout
). - Backward Compatibility: Maintained backward compatibility with previous versions by supporting boolean options for
checkMx
.
New Contributors
- Big thank you to @rkitover! It was their idea to add support for the custom timeout and made their first contribution in #8.
Full Changelog: 1.1.1...2.0.0
1.1.1
Updates package-lock.json file
1.1.0
Adds param to disable MX records check
1.0.1
Update dependencies
1.0.0
Initial release