Releases: Kocal/SymfonyMailerTesting
Releases · Kocal/SymfonyMailerTesting
1.1.0
What's Changed
- Add compatibility for PHPUnit 10 and Symfony 7. by @ancafe in #34
- ci: add matrix entries for Symfony 7 & PHP 8.2 by @Kocal in #35
- chore: drop support for Symfony 4.4 and PHP 7.4, as they are not maintained since a long time by @Kocal in #36
New Contributors
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- fix(bridge:JavaScript): fix "isMessageEvent()" checks by @Kocal in #32
Full Changelog: 1.0.0...1.0.1
Stable release
1.0.0
chore: make CI working again (#31)
v1.0.0-RC2
- Allow Symfony 6, fix issue with Symfony 5.3 (#29) (301cdf0)
- chore: require symfony/psr7-pack but remove it in CI (#28) (f65a44f)
- chore(git-attributes): ignore husky, bin, .php-cs-fixer.php and yarn.lock (8392883)
v1.0.0-RC1
- feat(behat): add "I debug this email" step, close #10 (#27) (cea4a62)
- chore: update JS deps (#26) (c49eef1)
- chore(deps): update PHP-CS-Fixer to ^3.0 (#25) (f6a4a4c)
- refactor: remove SymfonyMailerAssertionsTrait for the Symfony's MailerAssertionsTrait (#24) (a3a3f4b)
v1.0.0-BETA2
- feat: allow PHP 8, close #21 (#22)
- fix: Don't autowire controllers if no PSR-7 implementation is found, close #16 (#20)
- doc(cypress): add steps about configuring the firewall, close #8 (#19)
v1.0.0-BETA1
feat(behat): add new assertions if has attachment with name is same or matches, close #12 (#14) (5456910)
feat(behat): add new assertions if text/html body matches or not, close #11 (#13) (0fd01f5)
v1.0.0-BETA
feat(cypress): add "match" custom assertion for subject, body, adresses, and headers (#9)