Skip to content

Releases: Kocal/SymfonyMailerTesting

1.1.0

26 Jan 16:40
0c442a4
Compare
Choose a tag to compare

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

14 Feb 13:41
a6296c2
Compare
Choose a tag to compare

What's Changed

  • fix(bridge:JavaScript): fix "isMessageEvent()" checks by @Kocal in #32

Full Changelog: 1.0.0...1.0.1

Stable release

14 Feb 09:42
f4bef8a
Compare
Choose a tag to compare
1.0.0

chore: make CI working again (#31)

v1.0.0-RC2

12 Aug 08:24
b57647c
Compare
Choose a tag to compare
  • 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

30 May 19:31
cea4a62
Compare
Choose a tag to compare
  • 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

24 Mar 11:31
140c168
Compare
Choose a tag to compare
v1.0.0-BETA2 Pre-release
Pre-release
  • 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

04 Jun 11:20
5456910
Compare
Choose a tag to compare
v1.0.0-BETA1 Pre-release
Pre-release

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

03 Jun 11:42
9fc64c8
Compare
Choose a tag to compare
v1.0.0-BETA Pre-release
Pre-release

feat(cypress): add "match" custom assertion for subject, body, adresses, and headers (#9)

v1.0.0-ALPHA3

28 May 09:53
2fdbe52
Compare
Choose a tag to compare
v1.0.0-ALPHA3 Pre-release
Pre-release
  • fix(cypress): fix assertions "include" that does not really check if value includes another value (#6) (2fdbe52)

v1.0.0-ALPHA2

18 May 11:58
f1357c7
Compare
Choose a tag to compare
v1.0.0-ALPHA2 Pre-release
Pre-release
  • fix(cypress): fix subject assertions (#5) (f1357c7)
  • doc(cypress): fix import path (89610ec)
  • doc: should be installed as dev dependency (d5b70fb)
  • feat(behat): add Behat assertions for email subject (#4) (9c19b5b)