Skip to content

Releases: bovigo/assert

8.0.1 - Don't hide your true types

27 Jan 20:39
v8.0.1
cbe41ad
Compare
Choose a tag to compare
  • Fixed return type hint for bovigo\assert\predicate\isNotEqualTo() to properly reflect that the returned instance is both of type bovigo\assert\predicate\Predicate and bovigo\assert\predicate\Delta

8.0.0 - After Eight

23 Dec 10:13
v8.0.0
61418c9
Compare
Choose a tag to compare
  • 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 removed src/main/resources/phpstan/bovigo-assert.neon as it is not required any more

7.0.1 - Must not be null, init?

26 Dec 20:10
v7.0.1
9765afc
Compare
Choose a tag to compare
  • 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

25 Dec 13:41
v7.0.0
40039a3
Compare
Choose a tag to compare
  • Raised minimum required PHP version to 8.0.0
  • Removed deprecated parameter $delta from bovigo\assert\predicate\equals() and bovigo\assert\predicate\isNotEqualTo(), use new method withDelta() on returned instance

6.2.0 - I'd be satisfied with a subset

07 Mar 15:10
v6.2.0
2a70d7b
Compare
Choose a tag to compare
  • Added support for containsSubset (@lyrixx)

6.1.0 - Eight is near

15 Nov 16:42
f991072
Compare
Choose a tag to compare

6.0.0 - Time moves and moves and moves

11 Feb 15:04
v6.0.0
14ecd1a
Compare
Choose a tag to compare

BC breaks

  • Raised minimum required PHP version to 7.3.0
  • Upgraded PHPUnit compatibility layer to PHPUnit 9.0
  • Deprecated optional parameter $delta in bovigo\assert\predicate\equals() and bovigo\assert\predicate\isNotEqualTo(), use new method withDelta() on returned instance

5.1.1 - Not that dependant, please

10 Dec 13:14
v5.1.1
3fc2999
Compare
Choose a tag to compare
  • Fixed dependency to mikey179/vfsstream, is now a dev dependency again

5.1.0 - A little bit of config on my side

10 Dec 10:53
v5.1.0
c1d9f3b
Compare
Choose a tag to compare
  • Added reusable config for projects using bovigo/assert available in src/main/resources/phpstan/bovigo-assert.neon

5.0.1 - Call me back

06 Dec 09:36
v5.0.1
abf3a5b
Compare
Choose a tag to compare
  • Fixed bovigo\assert\CatchedError::message() and bovigo\assert\CatchedException::message() to really accept a callable