Skip to content

Releases: rpkamp/mailhog-behat-extension

0.6.0

11 Oct 10:34
89bf003
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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

18 Jun 20:08
346e083
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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

10 May 13:09
61ba65b
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

14 Feb 19:36
efe4193
Compare
Choose a tag to compare
0.3.5 Pre-release
Pre-release

This release addresses the following:

  • Allow setting a custom behat tag to trigger mailhog purges

0.3.4

17 Dec 22:46
1fd611d
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release

This release addresses the following:

  • Make naming of gherkin steps consistent

0.3.3

17 Dec 19:57
35aaaa9
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release
  • Require at least rpkamp/mailhog-client 0.3.2

0.3.2

17 Dec 08:38
c21bb6b
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • Add MailhogContext for getting started easily