v2.0.5
What's Changed
- Fix missing recreateComponents in configureClient() breaks tests after v2 upgrade by @Eseperio in #143
New Contributors
Full Changelog: v2.0.4...v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2025-02-26)
Bug Fixes
- call fixtures method (5ff8868)
- ci: github token name (e045ef5)
- ci: use dry run for automated release (d8111f0)
- cs: add rules for docblocks (0d98125)
- cs: indent in phpdoc (97610ed)
- dont add mails that were not sent (7adc7f7)
- load mailmethod config (d536116)
- phpstan types (ab5ccc5)
- recreate baseline (f9131bd)
- remove localeurls dependency and test case (3bba227)
- remove unused dep (e763dee)
- run phpstan after codeception build (9cff2c0)
- sa: use Assert::fail so that phpstan understand code doesn't continue (117117e)
- use runtimeexception when applicable (4df941f)
- variable rename (619fb2d)
Features
1.1.12
- Un-finalized module class (@samdark)
1.1.11
- Fix PHP 8.4 deprecation warnings (@W0rma)
- Fix broken
amLoggedInAs()(@warkadiuszz) - Improved typing (@SamMousa)
1.1.10
- #93: Fix symfony/browser-kit incompatibility (@jafaripur)
- #91: Fix parallel sessions with
$I->haveFriend()when no session is active (@michaelarnauts)