Skip to content

Releases: jest-community/jest-extended

v1.2.0

29 Nov 12:12

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

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

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

Choose a tag to compare

Remove T type parameter from Matchers

v0.11.4

21 Jan 18:22

Choose a tag to compare

Fix promise based matchers types

v0.11.3

21 Jan 18:01

Choose a tag to compare

  • Fix broken @types/jest types [#235]

Thanks @Shadowstep33 for the PR

v0.11.2

09 Jul 20:37

Choose a tag to compare

Security Fix

  • Update Expect to Fix Vulnerability (#198)

Docs

  • Update docs to use setupFilesAfterEnv (#215)
  • fix anchoring on same page API links (#194)
  • Update README.md (#206)

Bug

  • Update error message (#187)

Thanks @Matthew1534 @unional @CoreyKovalik @lloydwatkin @abdelrahman-elkady

v0.11.1

29 Jan 15:08

Choose a tag to compare

Types

  • Fix typings for toContainEntry, toContainEntries, toContainAllEntries and toContainAnyEntries #184

Thanks @tleunen

v0.11.0

03 Oct 08:36

Choose a tag to compare

Features

  • Add toResolve/toReject custom matchers (#168)
  • Add a toThrowWithMessage matcher (#170)

Thanks @natealcedo @benjaminkay93

v0.10.0

23 Sep 17:19

Choose a tag to compare

Features

  • Extend toBeEmpty to support Map, Set, and any other iterable (#160)
  • Adds asymmetric matchers (#167)

Thanks @NikitaKurpas @moredip!