8000 Releases Β· jest-community/jest-extended Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jest-community/jest-extended

v6.0.0

08 Jun 14:28
2fb5133
Compare
Choose a tag to compare

Major Changes

  • 46ed810: Add BigInt support to number matchers
    and add new toBeBigInt matchers

v5.0.3

21 May 02:19
331eccc
Compare
Choose a tag to compare

Patch Changes

v5.0.2

19 May 23:22
915c6dd
Compare
Choose a tag to compare

Patch Changes

  • 846fac2: toIncludeSameMembers should fail when passed non-arrays
  • 89c99c4: toBeWithin fails with bigints

v5.0.1

19 May 03:38
75fbb0c
Compare
Choose a tag to compare

Patch Changes

v5.0.0

18 May 20:25
3f2e5b6
Compare
Choose a tag to compare

Major Changes

  • b86423c: Drop support for Node 16 and 18

Minor Changes

  • 94935ea: Replace jest-get-type with native type checking
  • 2483bcc: Add Minor: Add toIncludeSamePartialMembers
  • deb17c6: Add toChange, toChangeBy, and toChangeTo matchers
  • b2c1bd4: Switch to TypeScript
  • 50e6a8a: Support custom equality testers

Patch Changes

  • 3f47e14: Fix toBeInRange wording
  • Dependency Updates

v4.0.2

10 Oct 01:25
c8a3113
Compare
Choose a tag to compare

Patch Changes

  • 1f88101: Mark 2nd param of toHaveBeenCalledBefore and toHaveBeenCalledAfter optional

v4.0.1

03 Aug 14:11
1f91c09
Compare
Choose a tag to compare

Patch Changes

  • bad7056: Fix toHaveBeenCalledExactlyOnceWith typings
  • 1609897: Remove problematic Vitest types

v4.0.0

05 Jun 16:55
bdfb752
Compare
Choose a tag to compare

Major Changes

  • ab20845: Rename toHaveBeenCalledOnceWith to toHaveBeenCalledExactlyOnceWith

Minor Changes

Patch Changes

  • ab20845: Make CustomMatchers extend Record to fix a TypeScript error
  • ab20845: Fix toHaveBeenCalledOnceWith messages
  • ab20845: Change unknown to any in toHaveBeenCalledBefore and toHaveBeenCalledAfter

v3.2.4

18 Feb 09:23
Compare
Choose a tag to compare

Patch Changes

  • 0b07513: Support varargs in toHaveBeenCalledOnceWith (#557)

v3.2.3

10 Jan 12:40
Compare
Choose a tag to compare

What's Changed

  • fix(types): fix jest AsymmetricMatcher type by @rluvaton in #551

Full Changelog: v3.2.2...v3.2.3

0