Releases: simonsmith/cypress-image-snapshot
Releases · simonsmith/cypress-image-snapshot
9.1.0
9.1.0 (2024-07-16)
Features
9.0.3
9.0.3 (2024-05-06)
Bug Fixes
- only replace specName in cypress run mode, fixes #54 (fab282d)
9.0.2
9.0.2 (2024-04-09)
Bug Fixes
- command.ts: align order of variables with error message (31e4f06)
9.0.1
9.0.1 (2023-10-23)
Bug Fixes
- build: add missing dir to files in package.json (67e2748), closes #35
9.0.0
9.0.0 (2023-10-20)
Bug Fixes
- allow isFailOnSnapshotDiff to be set to true (62b8edf), closes #22
- inline just-extend to prevent build failures (c498800), closes #12
Code Refactoring
- remove deprecated e2eSpecFolder option (e72673f)
Features
- allow snap and diff extensions to be configured (0fc9762), closes #33
BREAKING CHANGES
- Any users that made use of
e2eSpecFolder
in 8.0.0
(deprecated in 8.0.1
) will need to change it to e2eSpecDir
8.1.2
8.1.2 (2023-09-13)
Bug Fixes
- normalize spec name and e2e spec dir to fix cross OS issue (23b9083)
8.1.1
8.1.1 (2023-08-17)
Bug Fixes
- remove attempt suffix from snapshot name (eb544a1), closes #19
8.1.0
8.1.0 (2023-08-15)
Features
- allow subdirectories to be created in snapshots dir (2218586), closes #17
8.0.2
8.0.2 (2023-07-31)
Bug Fixes
8.0.1
8.0.1 (2023-07-26)
Bug Fixes
- rename e2eSpecFolder -> e2eSpecDir (106af6c)