Skip to content

Latest commit

 

History

History
60 lines (26 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

60 lines (26 loc) · 2.11 KB

6.1.0 (2022-01-24)

Features

6.0.0 (2021-11-24)

Features

BREAKING CHANGES

  • ajv: AJV API schema has changed

  • test(toMatchSchema): fixed issue with inline snapshot/prettiers changes

5.0.0 (2021-01-19)

chore

  • main: remove the deprecated function matchersWithFormats (#23) (94f8ce1)

BREAKING CHANGES

  • main: matchersWithFormats is no longer available. Use matchersWithOptions instead.

Co-authored-by: Nelly Kiboi nelly.j.kiboi@aexp.com

4.0.0 (2021-01-19)

  • Require Node.js 12 and upgrade jest-matcher-utils to version 26 (#22) (de9363c), closes #22

BREAKING CHANGES

  • drops support for Node.js < 12.13 and non-lts versions

  • chore(deps): update jest-matcher-utils to v26 and chalk to v4

Co-authored-by: Nelly Kiboi nelly.j.kiboi@aexp.com

3.0.0 (2021-01-08)

chore

  • travis: remove node 6 from travis config (0422dfe)

BREAKING CHANGES

  • travis: drop support for node 6