Skip to content

Releases: jesselpalmer/node-email-verifier

2.0.0

20 Aug 05:32
b4cbf7f
Compare
Choose a tag to compare

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

12 Apr 14:43
696ce2b
Compare
Choose a tag to compare

Updates package-lock.json file

1.1.0

12 Apr 14:24
e7f238c
Compare
Choose a tag to compare

Adds param to disable MX records check

1.0.1

10 Feb 18:34
599fde6
Compare
Choose a tag to compare

Update dependencies

1.0.0

12 Nov 01:49
303685c
Compare
Choose a tag to compare

Initial release