Skip to content

Releases: jest-community/snapshot-diff

v0.10.0

05 Sep 16:59
Compare
Choose a tag to compare

What's Changed

  • chore: run tests against node 18 by @SimenB in #381
  • feat: update Jest dependencies by @SimenB in #380
  • chore(deps): update dependency @callstack/eslint-config to v12 by @renovate in #385
  • chore(deps): update jest monorepo to v29 (major) by @renovate in #393
    • BREAKING: dropped Node 12
  • chore(deps): update dependency eslint to v8 by @renovate in #388

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

17 Jun 12:04
Compare
Choose a tag to compare

Chore & Maintenance

  • [BREAKING] update Jest to 27 (#259)

v0.8.1

28 Jun 19:59
Compare
Choose a tag to compare

Fixes

  • update jest-diff to remove colors from no diff message (#173)

v0.8.0

07 May 05:49
Compare
Choose a tag to compare

Features

  • [BREAKING] upgrade Jest deps to 26 (#128)
  • [BREAKING] output jest mock function names in diffs, following jest-snapshot serializers (#122)

Chore & Maintenance

  • Use jest-diff options to turn off colors in diff (#123)

I'd like to say big thank you to @alistairjcbrown for contributing to this release! 🚀

v0.7.0

04 Feb 17:55
Compare
Choose a tag to compare

Features

  • [BREAKING] upgrade to Jest 25 (#110)

v0.6.2

11 Jan 14:19
Compare
Choose a tag to compare

Fixes

  • Update serializer types to support enzyme-to-json (#109)

v0.6.0

05 Nov 09:19
Compare
Choose a tag to compare

Features

  • Allow custom serializers through setSerializers (#91)
  • Simpler integration with the setupFilesAfterEnv Jest feature (#87)

Fixes

  • breaking for TS users: update TS type to match latest @types/jest (#92)

v0.5.1

16 Mar 11:01
Compare
Choose a tag to compare

Features

  • add stablePatchmarks option (#72, #74)

v0.5.0

25 Jan 19:16
Compare
Choose a tag to compare

Features:

  • add testName to toMatchDiffSnapshot (#64)
  • [BREAKING] bump jest@24, flow@0.91, babel@7 (#63)

v0.4.0

27 May 18:14
Compare
Choose a tag to compare
  • upgrade Jest dependencies to v23 (#42)
  • Grammar tweaks in README.md (#33)