Releases: phpspec/phpspec
Releases Β· phpspec/phpspec
8.2.0
What's Changed
- Fix compatibility with symfony/console 8.x by @mpdude in #1503
- ci: bump github actions versions by @Chris53897 in #1495
- Fix version by @torchello in #1509
- Add compatibility for PHP 8.5 by @torchello in #1500
New Contributors
Full Changelog: 8.1.0...8.2.0
8.1.0
Added
- Symfony ^8. compatibility @VincentLanglet
8.0.0
7.6.0
Added
- Allow PHPUnit 11 and 12 @DanielBadura @Jean85
7.5.0
Added
- PHP 8.3 compatibility @rajeshreeputra, @ciaranmcnulty
- Symfony 7.0 compatibility @thecrimpmaster, @Chris8934
Changed
- Bump GHA workflow versions @Chris8934
Fixed
- Restore ScalarMatcher priority for PHP > 8.0 @bsod85
7.4.0
Added
- Allow PHPUnit 10 @ciaranmcnulty @Jean85
- Allow Doctrine/instantiator 2 @stof
- Allow sebastian/export 5 @arendjantetteroo
Changed
- Use Psalm 5 @rogervila
- Added .editorconfig @chapeupreto
7.3.0
Added
- PHP 8.2 support @gquemener
Fixed
- Deprecation notices for dynamic properties under PHP 8.2 @gquemener
- Fixed CI config for PHP 8.2 @rogervila
7.2.0
Added
- PHP 8.1 support @ADmad, @iambrosi, @jaylinski
- Symfony 6.0 support @loic425
- TeamCity formatter @AyrtonRicardo
- Display any Specs that have been ignored (e.g. due to broken namespaces) @gquemener
- Temporarily disallow intersection types when requesting Mocks @ciaranmcnulty
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
Fixed
- Suppressed errors on PHP 8 no longer cause failing tests @AlexandruGG
Added
- ApproximatelyMatcher can now compare arrays of floats @ciaranmcnulty
7.0.1
Fixed
- Collaborator generation didn't happen in some cases @ciaranmcnulty
- Some error diffs caused a strict type error on PHP 8 @ciaranmcnulty