Skip to content

Tags: egulias/EmailValidator

Tags

4.0.4

Toggle 4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue that local part parser uses remaining code from lexer (#409)

Without this fix the added test will output

1) Egulias\EmailValidator\Tests\EmailValidator\EmailParserTest::testMultipleEmailAddresses
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'another-local-part'
+'some-random-but-large-domain-part.example.comanother-local-part'

4.0.3

Toggle 4.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
egulias Eduardo Gulias Davis
Fix Readme style

4.0.2

Toggle 4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perform AAAA check separately (fixes #301) (#376)

3.2.6

Toggle 3.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Work around deprecations from doctrine/lexer (#367)

4.0.1

Toggle 4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DNS record check now passes if email address has no top-level domain (#…

…355)

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V4 readme updates (#353)

* README for v4

3.2.5

Toggle 3.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GitHub Actions (#348)

* Add GitHub Actions workflow

* Ignore composer.lock

* Separate static analysis build

* Use ramsey/composer-install

* Add 7.2 and 7.3

* Remove coveralls

3.2.4

Toggle 3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow doctrine/lexer 2 (#345)

3.2.3

Toggle 3.2.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Quick fix forward to help solve a bad merge of #340

For more info check #347

3.2.2

Toggle 3.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bump dependencies and lock