Releases: bovigo/assert
Releases · bovigo/assert
8.0.1 - Don't hide your true types
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.neon
as 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
$delta
frombovigo\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
$delta
inbovigo\assert\predicate\equals()
andbovigo\assert\predicate\isNotEqualTo()
, use new methodwithDelta()
on returned instance
5.1.1 - Not that dependant, please
- Fixed dependency to mikey179/vfsstream, is now a dev dependency again
5.1.0 - A little bit of config on my side
- Added reusable config for projects using bovigo/assert available in
src/main/resources/phpstan/bovigo-assert.neon
5.0.1 - Call me back
- Fixed
bovigo\assert\CatchedError::message()
andbovigo\assert\CatchedException::message()
to really accept a callable