1.1.0 (2023-06-15)
- trigger public release (020e428)
1.0.2 (2023-06-14)
- empty commit (b982b90)
1.0.1 (2023-06-14)
- Revert "update stuff" (b2db6a8)
7.0.0 (2023-05-25)
- ensure files are packaged in root (c0816dc)
- move @types/jest-image-snapshot (5e65567)
- release from root directory (e0bab6a)
- add recording of snapshot result (488ae4b)
- add semantic release (b1b063b)
- allow default options to be passed into addMatchImageSnapshotCommand (405afcb)
- removed fork of original package
This is a rewrite of the original library, now with full support for TypeScript and improved testing.
Notes:
- The API for
matchImageSnapshot
remains the same, as well as all the import paths - The behavior of the plugin is exactly the same, as are the default options
TypeScript types are exported under @simonsmith/cypress-image-snapshot/types
.
These should be used instead of the package on DefinitelyTyped
Removed:
- The
reporter
is not supported in this version.
7.0.0-beta.3 (2023-05-24)
7.0.0-beta.2 (2023-05-24)
- release from root directory (0ec36c1)
7.0.0-beta.1 (2023-05-24)
- add recording of snapshot result (488ae4b)
- add semantic release (4db3b89)
- allow default options to be passed into addMatchImageSnapshotCommand (405afcb)
- removed fork of original package
This is a rewrite of the original library, now with full support for TypeScript and improved tests
Released as a major but everything should be backwards compatible