Releases: jest-community/jest-extended
Releases Β· jest-community/jest-extended
v6.0.0
Major Changes
- 46ed810: Add BigInt support to number matchers
and add new toBeBigInt matchers
v5.0.2
Patch Changes
- 846fac2: toIncludeSameMembers should fail when passed non-arrays
- 89c99c4: toBeWithin fails with bigints
v5.0.0
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
Patch Changes
- 1f88101: Mark 2nd param of toHaveBeenCalledBefore and toHaveBeenCalledAfter optional
v4.0.1
Patch Changes
- bad7056: Fix
toHaveBeenCalledExactlyOnceWith
typings
- 1609897: Remove problematic Vitest types
v4.0.0
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
Patch Changes
- 0b07513: Support varargs in toHaveBeenCalledOnceWith (#557)