Skip to content

Releases: jest-community/jest-extended

v3.0.1

13 Jul 13:49
Compare
Choose a tag to compare

What's Changed

  • fix: use readonly array types in matchers by @ilyub in #465
  • fix(types): optional failIfNoSecondInvocation parameter by @j-waaang in #468

New Contributors

  • @ilyub made their first contribution in #465
  • @j-waaang made their first contribution in #468

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Jul 11:04
Compare
Choose a tag to compare

v2.1.0

09 Jul 11:00
Compare
Choose a tag to compare

⚠️ This should have been released as a major as it dropped Node 12 and 17 ⚠️

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Jan 11:45
Compare
Choose a tag to compare

What's Changed

  • feat: delete expect and jest-matcher-utils dependencies by @keeganwitt in #405

Breaking changes

  • Only jest@27.2.5 and newer is supported

Full Changelog: v1.2.1...v2.0.0

v1.2.1

28 Jan 11:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Nov 12:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Oct 14:29
Compare
Choose a tag to compare

What's Changed

  • Feature: toEqualIgnoringWhitespace. Check if two strings are equal irrespective of white-spaces and provide hints if not (#266) 8977bca
  • fix: toIncludeAllPartialMembers types (#370) c3bf852

New Contributors

Full Changelog: v1.0.0...v1.1.0

1.0.0

11 Oct 18:28
Compare
Choose a tag to compare

What's Changed

v0.11.5...v1.0.0

New Contributors

Full Changelog: v0.11.5...v1.0.0

v0.11.5

27 Jan 10:14
Compare
Choose a tag to compare

Remove T type parameter from Matchers

v0.11.4

21 Jan 18:22
Compare
Choose a tag to compare

Fix promise based matchers types