Releases: captbaritone/codeception-mailcatcher-module
Releases · captbaritone/codeception-mailcatcher-module
3.0.1
What’s Changed
- Add support for PHP 8.3 (#116) @Jamesking56
- Add support for PHP 8.2 (#115) @Jamesking56
- github-actions(deps): bump ramsey/composer-install from 2 to 3 (#113) @dependabot
- github-actions(deps): bump actions/checkout from 3 to 4 (#112) @dependabot
3.0.0
2.5.0
What's Changed
- Drop support for PHP 7.3 by @Jamesking56 in #91
- Drop support for Codeception v2 by @Jamesking56 in #94
- Fix wrong strpos comparison by @wazum in #97
- Relax subject parameter in Email, as it can be null in mailcatcher by @shaynekasai in #108
New Contributors
- @wazum made their first contribution in #97
- @shaynekasai made their first contribution in #108
Full Changelog: 2.4.1...2.5.0
2.4.1
What's Changed
- Fix grabMatchesFromEmail() by decoding source by @michaelarnauts in #90
New Contributors
- @michaelarnauts made their first contribution in #90
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- Convert from Travis CI to GitHub Actions by @Jamesking56 in #85
- FIx email return seeInEmail assertion failure bug by @Jamesking56 in #84
Full Changelog: 2.3.1...2.4.0
2.3.1
2.3.0
2.2.0
2.1.3
Changes
- No longer requiring
mailparseorphp-mime-mail-parser/php-mime-mail-parserto parse content (thanks @margori). - Compatibility with Guzzle 7 (thanks @guillaume-ro-fr).
- Fix bug with content transfer encoding not being parsed correctly (thanks @margori).
- Rename
lastMessageFromtolastMessageToand deprecate incorrect usage oflastMessageFrom. - Fix multiple bugs in
lastMessageFromand improve test coverage (thanks @Patabugen).
2.1.2
Changes
- Add support for Codeception v4
- Fix backwards compatibility for Codeception < v4
- Fix bad asserts in Codeception 2 (thanks @andychute)
- Remove test files from
vendor(thanks @voku) - Add package license to
composer.json