Releases: kirschbaum-development/mail-intercept
Releases · kirschbaum-development/mail-intercept
v1.0.0
0.4.0
What's Changed
- Added Laravel 10 support by @cstriuli in #14
- Added PHP 8.2 test runners by @dvanscott
New Contributors
Full Changelog: v.0.3.2...v0.4.0
v0.3.2
- Fixed bug allowing email body to be asserted properly whether it is HTML or text. Thanks @therobfonz.
v0.3.1
v0.3.0
Laravel 9 ready!
- New fluent interface
- New assertions
v0.2.5
- 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
Fixes small introduced in v0.2.3. Thanks @michaelfox for the catch.
v0.2.3
Added Laravel 7 support due to the removal of app('swift.mailer)
. This is change backwards compatible. Thanks @michaelfox
v0.2.2
Added coverage for assertContains()
method deprecation if using PHPUnit < 8.0
v0.2.1
Composer install command typo fix