Skip to content

Releases: phpspec/phpspec

7.5.0

19 Jan 14:23
3613651
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Restore ScalarMatcher priority for PHP > 8.0 @bsod85

7.4.0

21 Apr 13:18
Compare
Choose a tag to compare

Added

Changed

7.3.0

14 Dec 16:19
Compare
Choose a tag to compare

Added

Fixed

  • Deprecation notices for dynamic properties under PHP 8.2 @gquemener
  • Fixed CI config for PHP 8.2 @rogervila

7.2.0

14 Mar 09:11
Compare
Choose a tag to compare

Added

Fixed

  • Error when checking an Exception with unset properties is thrown @jmleroux
  • Sort order of default matchers made consistent between PHP 7/8 @dannyvw
  • Removed redundant cast @driesvints

Changed

  • Ship fewer files in the archive versions @drupol

7.1.0

19 Jun 16:15
Compare
Choose a tag to compare

Fixed

  • Suppressed errors on PHP 8 no longer cause failing tests @AlexandruGG

Added

  • ApproximatelyMatcher can now compare arrays of floats @ciaranmcnulty

7.0.1

29 Dec 14:55
Compare
Choose a tag to compare

Fixed

6.3.1

29 Dec 14:53
Compare
Choose a tag to compare

Fixed

7.0.0

03 Nov 11:32
Compare
Choose a tag to compare

Changed

  • Dropped support for PHP 7.2 @ciaranmcnulty
  • Dropped support for Symfony 4.x < 4.4 @ciaranmcnulty
  • More accurate error message for bad during* calls @drupol
  • Removed superfluous phpdoc and added bool return types where appropriate @drupol

6.3.0

01 Nov 18:15
Compare
Choose a tag to compare

Added

Note: this is intended to be the last minor release of version 6

6.2.2

28 Oct 15:34
Compare
Choose a tag to compare

Fixed