Releases: spatie/phpunit-snapshot-assertions
Releases · spatie/phpunit-snapshot-assertions
2.1.1
- fix for json driver
2.1.0
- Require PHPUnit 8 & PHP 7.2
2.0.0
- Use YAML by default for associative arrays
- Drop PHP 7.0 support, the new constraint is ^7.1
- Drop PHPUnit ^6.5 support, the new constraint is ^7.0
1.4.1
- Fix JSON array comparisons
1.4.0
- Allow arrays to be serialized to JSON
1.3.3
- Fix updating failed file-snapshots
1.3.2
- Fix for tests with weird characters
1.3.1
- Lowered minimum required PHPUnit version
1.3.0
- Only mark test incomplete after every snapshot has been run
1.2.3
- Fixed snapshot creation in recursive directories