Releases: egulias/EmailValidator
Releases · egulias/EmailValidator
Improve DNS check
What's Changed
- Fixed typo in CHANGELOG.md by @lyrixx in #363
- Codacy GitHub action by @egulias in #365
- Codacy GitHub action by @egulias in #366
- code refactor by @xHeaven in #364
- chore: update phpunit 9 => 10 and psalm 4 => 5 by @Chris53897 in #368
- chore: add tests for php 8.3 by @Chris53897 in #373
- Perform
AAAA
check separately by @crishoj in #376
New Contributors
- @lyrixx made their first contribution in #363
- @xHeaven made their first contribution in #364
- @Chris53897 made their first contribution in #368
- @crishoj made their first contribution in #376
Full Changelog: 4.0.1...4.0.2
Prevent deprecation warnings
DNScheck for multi-host domains
What's Changed
- DNS record check now passes if email address has no top-level domain by @kergekacsa in #355
New Contributors
- @kergekacsa made their first contribution in #355
Full Changelog: 4.0.0...4.0.1
v4 Release
Replace Travis CI with Github Actions
What's Changed
- GitHub Actions by @driesvints in #348
- Also, Coveralls removed in favor of Scrutinizer
composer.lock
removed
Full Changelog: 3.2.4...3.2.5
Use of Doctrine Lexer v2
Fix broken 3.2.2
What's Changed
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5 by @dependabot in #326
- No unused imports by @MathiasReker in #332
- No superfluous elseif by @MathiasReker in #331
- Single blank line at eof by @MathiasReker in #330
- Visibility required by @MathiasReker in #329
- Nullable type declaration for default null value by @MathiasReker in #328
- CHANGELOG: Fix typo “Breacking” by @alexislefebvre in #333
New Contributors
- @dependabot made their first contribution in #326
- @MathiasReker made their first contribution in #332
- @alexislefebvre made their first contribution in #333
Full Changelog: 3.2.1...3.2.3
Last update before major version bump
Changelog
What's Changed
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5 by @dependabot in #326
- No unused imports by @MathiasReker in #332
- No superfluous elseif by @MathiasReker in #331
- Single blank line at eof by @MathiasReker in #330
- Visibility required by @MathiasReker in #329
- Nullable type declaration for default null value by @MathiasReker in #328
- CHANGELOG: Fix typo “Breacking” by @alexislefebvre in #333
- Allow doctrine/lexer 2 by @derrabus in #340
- Bump all locked dependencies by @derrabus in #343
New Contributors
- @dependabot made their first contribution in #326
- @MathiasReker made their first contribution in #332
- @alexislefebvre made their first contribution in #333
- @derrabus made their first contribution in #340
Full Changelog: 3.2.1...3.2.2
Remove deprecated call in PHP 8.2
PHP version increase and DNSCheck improvement
Increase PHP version to 7.4
Fix #321