Releases: Codeception/module-asserts
Releases · Codeception/module-asserts
3.2.1
3.2.0
What's Changed
- Bump lib-asserts dependency by @W0rma in #30
- Update to PHP 8.2, Codeception 5 and static analysis by @TavoNiievez in #31
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
- Codeception 5 support
2.0.1
What's Changed
- Removed the use statement to not make static analysis trip over by @Rockylars in #19
- Update dependencies by @TavoNiievez in #20
2.0.0
What's Changed
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 by @TavoNiievez in #13 and #17
- Replace
Codeception\Util\StubwithCodeception\Stubin tests by @Naktibalda in #11 - The changelog has been added to the Readme file, by @Arhell in #16
Full Changelog: 1.3.1...2.0.0
PHP8 support
- Support PHP 8 (no code changes)
- Reverted docblock change to fix static analysis (#9 by @edwinkortman)
Support for full PHPUnit public API
Require lib-asserts 1.12+
1.2.1 Require lib-asserts 1.12+
New assertions
Added new assertion methods:
- assertMatchesRegularExpression
- assertDoesNotMatchRegularExpression
- assertFileDoesNotExist
They were introduced in PHPUnit 9 to replace older method names, but Asserts module makes them work with older versions of PHPUnit too.