Skip to content

Releases: kirschbaum-development/mail-intercept

v1.0.0

21 Oct 18:24
0eb0a15
Compare
Choose a tag to compare

Assertions for attachments and embedded images!

0.4.0

05 Apr 13:00
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added AssertableMessage as allowed parameter type in assertionts. Thanks @amsoell.

v0.3.0

10 Mar 21:16
3fac474
Compare
Choose a tag to compare

Laravel 9 ready!

  • New fluent interface
  • New assertions

v0.2.5

05 Nov 17:07
8ab8757
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v0.2.1

11 Mar 20:53
a5020c9
Compare
Choose a tag to compare

Composer install command typo fix