codeception-mailcatcher-module

Test emails in your Codeception acceptance tests

MIT License

Downloads
3.7M
Stars
111
Committers
26

Bot releases are hidden (Show)

codeception-mailcatcher-module - 3.0.0

Published by Jamesking56 about 1 year 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

codeception-mailcatcher-module - 2.5.0

Published by Jamesking56 over 1 year ago

What's Changed

New Contributors

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

codeception-mailcatcher-module - 2.4.1

Published by Jamesking56 over 2 years ago

What's Changed

New Contributors

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

codeception-mailcatcher-module - 2.4.0

Published by Jamesking56 over 2 years ago

What's Changed

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

codeception-mailcatcher-module - 2.3.1

Published by Jamesking56 over 3 years ago

  • HTTPS URL support for grabUrlsFromLastEmail with tests (#78)
codeception-mailcatcher-module - 2.3.0

Published by Jamesking56 almost 4 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
codeception-mailcatcher-module - 2.2.0

Published by Jamesking56 over 4 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.
codeception-mailcatcher-module - 2.1.3

Published by Jamesking56 over 4 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).
codeception-mailcatcher-module - 2.1.2

Published by Jamesking56 almost 5 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
codeception-mailcatcher-module - 2.1.1

Published by dzoeteman about 5 years ago

Changes

  • Fixed compatibility with Codeception 2 (thanks @magickreeator!)
codeception-mailcatcher-module - 2.1.0

Published by dzoeteman over 5 years ago

Changes

  • Codeception 3.0 support #44
  • Use plain message as source #44
  • Added unit test
  • Updated README #45
codeception-mailcatcher-module - 2.0.0

Published by dzoeteman over 6 years ago

Breaking changes

  • PHP 5.6 is no longer supported. Only PHP 7.0 and above are supported from this release.

Other changes

  • Grab urls from body #35
  • Readme improvements #38
codeception-mailcatcher-module - Guzzle 3 to 6

Published by captbaritone about 8 years ago