Skip to content

Releases: jest-community/jest-extended

v0.11.3

21 Jan 18:01
Compare
Choose a tag to compare
  • Fix broken @types/jest types [#235]

Thanks @Shadowstep33 for the PR

v0.11.2

09 Jul 20:37
Compare
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
Compare
Choose a tag to compare

Types

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

Thanks @tleunen

v0.11.0

03 Oct 08:36
Compare
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
Compare
Choose a tag to compare

Features

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

Thanks @NikitaKurpas @moredip!

v0.9.0

17 Sep 19:02
Compare
Choose a tag to compare

Features

  • Add Feature toBeHexadecimal Matcher (#152)

Fixes

  • Fix toIncludeMultiple code example (#161)
  • Fix types for toSatisfy()/toSatisfyAll() (#163)

Thanks to for contributing: @tony19 @MajorBreakfast @mvpowers

Special thanks to @benjaminkay93 for reviewing PRs and replying to issues :)

v0.8.0

30 Jul 15:56
Compare
Choose a tag to compare

Features

#133 Add toBeValidDate matcher
#140 Remove chalk to support browsers
#143 Add toHaveBeenCalledAfter matcher for mocking functions.
#137 Add toBeBefore and toBeAfter matchers (#117)
#122 Add toIncludeSameMembers matcher

Fixes

#132 Change implementation of toHaveBeenCalledBefore to use invocationCallOrder
#135 Export toBeDate matcher
#142 Use import-all macro instead of explicit imports
230d071 Add better type of check to toBeObject matcher, closed: #148

Massive shout out to: @tejasbubane @blikblum @frederickfogerty @cs4inctec @benjaminkay93 @gillesdemey

v0.7.2

20 May 10:58
Compare
Choose a tag to compare

Patch

  • Bug fix #129 toBeNumber() behaviour for Infinity and NaN

Docs

  • Improve setup instructions (#125)

Thanks @karl-chan & @franciscolourenco πŸ˜„

v0.7.1

19 Apr 16:26
Compare
Choose a tag to compare

Patch

Add missing type definition for #118 in df3e855

v0.7.0

19 Apr 16:20
Compare
Choose a tag to compare

Minor

#116 add typescript definitions
#118 Add toBeDate matcher

Thanks @thiagodp & @xprn