Releases: haim-io/cypress-image-diff
Releases · haim-io/cypress-image-diff
v2.0.0
2.0.0 (2023-12-11)
Bug Fixes
- broken typings for exported command and plugin (4714cc4)
Features
- add new CYPRESS_SCREENSHOT_OPTIONS and exactName (c22e3ea)
- make screenshots and report folder configurable (30b9708)
BREAKING CHANGES
- rename/simplify import path
- new compareSnapshot arguments type
v1.32.0
1.32.0 (2023-10-26)
Features
- revert breaking change in favour of releasing it on V2 of the plugin (80b2169)
v1.31.0
1.31.0 (2023-10-09)
Breaking changes
- Update image filename to remove ts from name (c78f829)
v1.30.1
1.30.1 (2023-09-12)
Bug Fixes
- set default user config when cypressImageDiff undefined (76374f8)
v1.30.0
1.30.0 (2023-09-04)
Bug Fixes
- mark generateJsonReport function as async (3dc62d1)
Features
- add an option to create custom html report and enrich test results (0f9bf26)
- add options to optionally generate custom html report (b30456e)
- add unit tests for new util functions (1d670d6)
- include generated json implementation (653c19f)
v1.29.0
1.29.0 (2023-09-04)
Features
- update Cypress dependency version (814dbcd)
v1.28.0
1.28.0 (2023-08-23)
Features
- make pixelmatch options configurable (26d86be)
v1.27.3
1.27.3 (2023-08-20)
Bug Fixes
- creating report with nested folders (9cb6d3c)
v1.27.1
1.27.1 (2023-08-17)
Bug Fixes
- add option to fail a test if the baseline doesn't exist (3fb1de1)
- error event not firing when read file stream (0379c99)