Releases: Codeception/module-symfony
Releases · Codeception/module-symfony
3.1.1
3.1.0
What's Changed
- Symfony 6.0 support: Session Assertions by @semaz in #157 and @TavoNiievez in #158
- Symfony 6.0 Support: Form Assertions by @TavoNiievez in #158
Full Changelog: 3.0.0...3.1.0
3.0.0
- Support for Codeception 5
2.1.1
What's Changed
- Update dependencies by @ThomasLandauer and @TavoNiievez in #149
2.1.0
What's Changed
By @TavoNiievez:
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 ( #146 )
- Fix broken links in docs ( #142 )
- Encapsulate the Client ( #140 )
By @ThomasLandauer:
- Improving error message for
public
services ( #145 ) - Updating Cest file location ( #144 )
- Changing
Symfony.php
-> trait ( #143 )
Full Changelog: 2.0.5...2.1.0
2.0.5
Added assertions for Symfony Mime component (#139):
assertEmailAddressContains
assertEmailAttachmentCount
assertEmailHasHeader
assertEmailHeaderNotSame
assertEmailHeaderSame
assertEmailHtmlBodyContains
assertEmailHtmlBodyNotContains
assertEmailNotHasHeader
assertEmailTextBodyContains
assertEmailTextBodyNotContains
2.0.4
2.0.3
2.0.2
Logical changes by @mrsombre :
- Fix Doctrine Connection service alias (#129)
Documentation changes by @ThomasLandauer :
submitSymfonyForm()
: Mentioningname
attribute (#128)
2.0.1
Minor changes in documentation by @ThomasLandauer :
- Added info from the 'Codeception for Symfony' page (#98)
- Explaining the
stopFollowingRedirects()
restriction for email (#118) - Added 'See also' in related email functions (#122)
- Standardize
"@example.com"
as domain in documentation (#124) - Mentioning Symfony Mailer requirement (#126)
- Changing Fail message for Symfony Mailer (#127)