Releases: rpkamp/mailhog-behat-extension
Releases · rpkamp/mailhog-behat-extension
0.6.0
This release changes how this extension searches through e-mail messages.
Before, this extension would mostly only look if the last sent message
adhered to some criteria, but now it will look through all messages in
the inbox to see if there is any message matching the criteria.
That does mean that searching might be slower, because it will go
through the entire mailhog inbox for each search.
Make sure to purge the mailbox every once in a while to avoid it getting
too slow.
0.5.0
This release addresses the following:
- Allow opening email messages and looking for text and/or attachments in the opened message (see #27)
0.4.0
This release addresses the following:
- Support for PHP 7.1 was dropped
- Support for PHP 7.3 was added
- Add functionality to match recipients in feature context
0.3.5
This release addresses the following:
- Allow setting a custom behat tag to trigger mailhog purges
0.3.4
This release addresses the following:
- Make naming of gherkin steps consistent
0.3.3
- Require at least rpkamp/mailhog-client 0.3.2
0.3.2
- Add MailhogContext for getting started easily