Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
115 lines (52 loc) · 5.79 KB

CHANGELOG.md

File metadata and controls

115 lines (52 loc) · 5.79 KB

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