Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 3.8 KB

1.1.0 (2023-06-15)

Features

1.0.2 (2023-06-14)

Bug Fixes

1.0.1 (2023-06-14)

Reverts

7.0.0 (2023-05-25)

Bug Fixes

  • ensure files are packaged in root (c0816dc)
  • move @types/jest-image-snapshot (5e65567)
  • release from root directory (e0bab6a)

Features

  • add recording of snapshot result (488ae4b)
  • add semantic release (b1b063b)
  • allow default options to be passed into addMatchImageSnapshotCommand (405afcb)

BREAKING CHANGES

  • removed fork of original package

This is a rewrite of the original library, now with full support for TypeScript and improved testing.

Notes:

  • The API for matchImageSnapshot remains the same, as well as all the import paths
  • The behavior of the plugin is exactly the same, as are the default options

TypeScript types are exported under @simonsmith/cypress-image-snapshot/types. These should be used instead of the package on DefinitelyTyped

Removed:

  • The reporter is not supported in this version.

7.0.0-beta.3 (2023-05-24)

Bug Fixes

  • ensure files are packaged in root (db30cbb)
  • move @types/jest-image-snapshot (f6404d4)

7.0.0-beta.2 (2023-05-24)

Bug Fixes

  • release from root directory (0ec36c1)

7.0.0-beta.1 (2023-05-24)

Features

  • add recording of snapshot result (488ae4b)
  • add semantic release (4db3b89)
  • allow default options to be passed into addMatchImageSnapshotCommand (405afcb)

BREAKING CHANGES

  • removed fork of original package

This is a rewrite of the original library, now with full support for TypeScript and improved tests

Released as a major but everything should be backwards compatible