Codeception Mailcatcher Module Versions Save

Test emails in your Codeception acceptance tests

3.0.1

1 month ago

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

8 months ago

Breaking Changes

  • Drops support for Codeception v3

What's Changed

New Contributors

Full Changelog: https://github.com/captbaritone/codeception-mailcatcher-module/compare/2.5.0...3.0.0

2.5.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/captbaritone/codeception-mailcatcher-module/compare/2.4.1...2.5.0

2.4.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/captbaritone/codeception-mailcatcher-module/compare/2.4.0...2.4.1

2.4.0

2 years ago

What's Changed

Full Changelog: https://github.com/captbaritone/codeception-mailcatcher-module/compare/2.3.1...2.4.0

2.3.1

3 years ago
  • HTTPS URL support for grabUrlsFromLastEmail with tests (#78)

2.3.0

3 years ago
  • Drop support for PHP 7.2
  • Allow installs on PHP 8
  • Add Travis testing for PHP 8
  • Upgrade PHPMailer (thanks @margori)
  • Fix Travis tests thanks to xdebug upgrade
  • Add James King as new maintainer to composer.json

2.2.0

3 years ago

Changes

  • Added new methods to check for email attachments and grab attachment content (thanks @margori).
  • Dropped support for PHP 7.0 and 7.1.
  • Require ext-json in composer.json file (thanks @margori).
  • Improve array merging in grabUrlsFromLastEmail (thanks @margori).
  • General code quality improvements.

2.1.3

3 years ago

Changes

  • No longer requiring mailparse or php-mime-mail-parser/php-mime-mail-parser to 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 lastMessageFrom to lastMessageTo and deprecate incorrect usage of lastMessageFrom.
  • Fix multiple bugs in lastMessageFrom and improve test coverage (thanks @patabugen).

2.1.2

4 years ago

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