Skip to content

Releases: kirschbaum-development/mail-intercept

v1.0.1

13 Mar 02:06
51af94e

Choose a tag to compare

  • Updated and ready for Laravel 12
  • New Pint rules for development
  • Updated actions to test using PHP 8.1, 8.2, 8.3, and 8.4 as well as Laravel 10, 11, and 12

v1.0.0

21 Oct 18:24
0eb0a15

Choose a tag to compare

Assertions for attachments and embedded images!

0.4.0

05 Apr 13:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.3.2...v0.4.0

v0.3.2

14 Jun 13:04
fdc0529

Choose a tag to compare

  • Fixed bug allowing email body to be asserted properly whether it is HTML or text. Thanks @therobfonz.

v0.3.1

20 May 18:40
a1ead8c

Choose a tag to compare

  • Added AssertableMessage as allowed parameter type in assertionts. Thanks @amsoell.

v0.3.0

10 Mar 21:16
3fac474

Choose a tag to compare

Laravel 9 ready!

  • New fluent interface
  • New assertions

v0.2.5

05 Nov 17:07
8ab8757

Choose a tag to compare

  • Added test runners for PHP 7.4 and 8.0
  • Updated php-cs-fixer ruleset
  • Code style checking is now using PHP 8.0 test runner

v0.2.4

14 Apr 14:17
ddf32b7

Choose a tag to compare

Fixes small introduced in v0.2.3. Thanks @michaelfox for the catch.

v0.2.3

10 Apr 16:26
2e90292

Choose a tag to compare

Added Laravel 7 support due to the removal of app('swift.mailer). This is change backwards compatible. Thanks @michaelfox

v0.2.2

11 Mar 21:37

Choose a tag to compare

Added coverage for assertContains() method deprecation if using PHPUnit < 8.0