Releases: bovigo/assert
Releases · bovigo/assert
8.1.2 - The Count was disappointed
8.1.1 - Compatibility is key
- Ensured compatibility with sebastian/comparator 7.1, sebastian/exporter 7.0 and phpunit/phpunit 12.4 while keeping compatibility with their predecessor versions 6.2, 6.3 and 11.5
8.1.0 - There's always something to do
- Raised minimum required PHP version to 8.3.0
- Deprecated
bovigo\assert\CatchedError, introducedbovigo\assert\TriggeredErrorinstead - Deprecated
bovigo\assert\CatchedException, introducedbovigo\assert\CaughtThrowableinstead - Fixed implicitly nullable type declarations
- Prevented deprecation notice about used const E_STRICT
8.0.1 - Don't hide your true types
- Fixed return type hint for
bovigo\assert\predicate\isNotEqualTo()to properly reflect that the returned instance is both of typebovigo\assert\predicate\Predicateandbovigo\assert\predicate\Delta
8.0.0 - After Eight
- Raised minimum required PHP version to 8.2.0
- Upgraded PHPUnit to 10.5
- Due to changes (adding the malicious final keyword) in PHPUnit 10 it is not possible to provide a PHPUnit compatibility layer any more.
- Changed return type of
bovigo\assert\fail()to never, accordingly removedsrc/main/resources/phpstan/bovigo-assert.neonas it is not required any more
7.0.1 - Must not be null, init?
- fixed bug with incorrectly initialized delta in
bovigo\assert\predicate\equals()
7.0.0 - Five six seven I don't want to wait for heaven
- Raised minimum required PHP version to 8.0.0
- Removed deprecated parameter
$deltafrombovigo\assert\predicate\equals()andbovigo\assert\predicate\isNotEqualTo(), use new methodwithDelta()on returned instance
6.2.0 - I'd be satisfied with a subset
- Added support for
containsSubset(@lyrixx)
6.1.0 - Eight is near
6.0.0 - Time moves and moves and moves
BC breaks
- Raised minimum required PHP version to 7.3.0
- Upgraded PHPUnit compatibility layer to PHPUnit 9.0
- Deprecated optional parameter
$deltainbovigo\assert\predicate\equals()andbovigo\assert\predicate\isNotEqualTo(), use new methodwithDelta()on returned instance