Releases: enricodias/emailValidator
Releases · enricodias/emailValidator
v0.8
v0.7
From this version on, multiple service providers are supported.
Added:
- Mailgun
- MailboxLayer
- Kickbox
- getProvider() method
- isHighRisk() method
Removed:
- getRequestsLeft() method
v0.6
Removed jQuery plugin. It was moved to its own repository.
v0.5
Added jQuery plugin for client-side validation.
v0.4.1
Updated: Wildcards are now accepted in any part of the string in the local domain list.
v0.4
Added:
- additionalDomains: now it's possible to add domains to the local domain list.
v0.3
Added a local domain list with common disposable domains.
v0.2.2
Removed: respect/validation dependency
v0.2.1
Removed:
- optimize-autoloader from /.circleci/config.yml.
- phpmd/phpmd dependency.
Changed:
- Code style.
v0.2
Added new methods to make the class easier to use.
Added unit tests.
Curl replaced with GuzzleHttp.