Skip to content

Latest commit

 

History

History
203 lines (91 loc) · 10 KB

CHANGELOG.md

File metadata and controls

203 lines (91 loc) · 10 KB

6.4.0 (2023-12-11)

Features

  • add configurable maxBuffer option to runDiffImageToSnapshot (#344) (befad8b)

6.3.0 (2023-11-28)

Features

6.2.0 (2023-07-25)

Features

  • allow configuration of postfix for received screenshots filename (#328) (bade294)

6.1.1 (2023-07-25)

Bug Fixes

6.1.0 (2022-12-02)

Features

6.0.0 (2022-11-03)

  • chore(jest)!: add support for jest v29 (#309) (79e53fc), closes #309

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 hello@jamieking.me

Co-authored-by: Jamie King hello@jamieking.me

5.2.0 (2022-08-31)

Features

  • remove snap suffix if use custom identifier (#305) (775ac0a)

5.1.1 (2022-08-25)

Bug Fixes

5.1.0 (2022-05-30)

Features

  • allow storing received screenshot on failure (#298) (cfb81c9)

5.0.0 (2022-05-30)

chore

BREAKING CHANGES

  • jest: drop support for Node 10 due to jest use of globalThis in Node 12

4.5.1 (2021-06-25)

Bug Fixes

  • deps: bump glob-parent from 5.1.1 to 5.1.2 (#276) (0c5879e)

4.5.0 (2021-04-29)

Features

  • allow folders on snapshot identifier (#267) (ad49a97)

4.4.1 (2021-04-01)

Bug Fixes

4.4.0 (2021-02-26)

Features

4.3.0 (2020-12-16)

Features

4.2.0 (2020-08-29)

Features

4.1.0 (2020-07-23)

Features

4.0.2 (2020-05-27)

Bug Fixes

  • options: auto-detect colors if noColors option is not specified (d90298c)

4.0.1 (2020-05-27)

Bug Fixes

  • options: add allowSizeMismatch arg (6529ff4)

4.0.0 (2020-05-14)

chore

  • upgrade to jest 26 + drop node 8 support (#205) (4834533)

BREAKING CHANGES

  • drop node 8 support

3.1.0 (2020-04-17)

Features

3.0.1 (2020-03-25)

Performance Improvements

  • diff-snapshot: remove logic to bypass diff for identical images (1be1b00)

3.0.0 (2020-03-24)

Bug Fixes

  • diff: small default maxBuffer (df713f6)
  • diff-snapshot: dumpDiffToConsole base64 string output (#183) (f73079f)

chore

  • packages: updating jest to 25.1 for perf improvements (#170) (eb3dfa6)
  • packages: upgrade from pixelmatch 4.x to 5.x, and pngjs to 3.4 (#186) (1edc9a3)
  • travis: remove node 6 from travis config (ce2b757)

Features

  • diff: increase the maxBuffer to 10MB for the diff process (#167) (0927826)

BREAKING CHANGES

  • packages: pixelmatch is being major version bumped and so image diffs may be difference
  • packages: Node min version is now 8
  • travis: drop support for node 6