All notable changes to phpunit-snapshot-assertions
will be documented in this file
- Require PHPUnit 8 & PHP 7.2
- 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
- Fix JSON array comparisons
- Allow arrays to be serialized to JSON
- Fix updating failed file-snapshots
- Fix for tests with weird characters
- Lowered minimum required PHPUnit version
- Only mark test incomplete after every snapshot has been run
- Fixed snapshot creation in recursive directories
- Support PHP 7.2
- Support phpunit ^7.0
- Added
assertMatchesFileSnapshot
- Fixed
assertMatchesFileHashSnapshot
- Added
assertMatchesFileHashSnapshot
assertion
- Added
example
folder to.gitattributes
- Fixed expected and actual argument order when making json assertions
- Added a reminder how to update snapshots when a snapshot assertion fails
- Initial release