Skip to content

Releases: egulias/EmailValidator

composer.json update

20 Dec 12:52
Compare
Choose a tag to compare

#220 Schema update.
#216 Docs

Return types annotations

13 Aug 17:34
Compare
Choose a tag to compare

Support for PHP 7.4

19 Jul 20:53
Compare
Choose a tag to compare

Improve empty domain checks

23 Jun 10:21
Compare
Choose a tag to compare

README updates and style improvements

22 May 06:37
Compare
Choose a tag to compare

Fix MultipleValidationWithAnd with ALLOW_ALL_ERRORS

04 Dec 23:02
Compare
Choose a tag to compare

Dev mode Autoloader

25 Sep 21:01
Compare
Choose a tag to compare

Fix isValid when strict = false

25 Sep 21:13
Compare
Choose a tag to compare

INTL support checks

16 Aug 20:56
Compare
Choose a tag to compare
  • #173 Add fallback for when INTL_IDNA_VARIANT_UTS46 is not supported (@tomsommer)
  • #174 Correctly check for intl extension in SpoofCheck (@tomsommer)
  • #175 DNSCheckValidation requires the Intl extension (@tomsommer)

Convert domains to unicode before checking DNS

11 Apr 21:02
Compare
Choose a tag to compare
DNS check should convert unicode domains first (#166)

* fix checkdnsrr not handling unicode domains properly

* fix for php7.2