Releases: americanexpress/jest-image-snapshot
Releases · americanexpress/jest-image-snapshot
v6.4.0
6.4.0 (2023-12-11)
Features
- add configurable maxBuffer option to runDiffImageToSnapshot (#344) (befad8b)
v6.3.0
6.3.0 (2023-11-28)
Features
v6.2.0
6.2.0 (2023-07-25)
Features
- allow configuration of postfix for received screenshots filename (#328) (bade294)
v6.1.1
6.1.1 (2023-07-25)
Bug Fixes
v6.1.0
6.1.0 (2022-12-02)
Features
v6.0.0
6.0.0 (2022-11-03)
BREAKING CHANGES
-
Drop support for Node v12 and Node v17,
as Jest v29 does not support these versions.
-
ci(release): use Node v16 for release action
Node v16 is the current active LTS release of Node.JS
Co-authored-by: Jamie King [email protected]
Co-authored-by: Jamie King [email protected]
v5.2.0
5.2.0 (2022-08-31)
Features
- remove snap suffix if use custom identifier (#305) (775ac0a)
v5.1.1
5.1.1 (2022-08-25)
Bug Fixes
v5.1.0
5.1.0 (2022-05-30)
Features
- allow storing received screenshot on failure (#298) (cfb81c9)
v5.0.0
5.0.0 (2022-05-30)
chore
BREAKING CHANGES
- jest: drop support for Node 10 due
to jest use of globalThis in Node 12