Skip to content

Releases: phpspec/phpspec

8.2.0

24 Jan 07:04
4aa1d99

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.1.0...8.2.0

8.1.0

15 Dec 16:22
a551dba

Choose a tag to compare

Added

8.0.0

06 Sep 18:34
b84e344

Choose a tag to compare

Added

7.6.0

03 May 10:10
107b159

Choose a tag to compare

Added

7.5.0

19 Jan 14:23
3613651

Choose a tag to compare

Added

Changed

Fixed

  • Restore ScalarMatcher priority for PHP > 8.0 @bsod85

7.4.0

21 Apr 13:18

Choose a tag to compare

Added

Changed

7.3.0

14 Dec 16:19

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

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

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

Choose a tag to compare

Fixed