Releases: jest-community/jest-extended
Releases Β· jest-community/jest-extended
v4.0.2
v4.0.1
v4.0.0
v3.2.4
v3.2.3
v3.2.2
v3.2.1
What's Changed
- Change return type in Expect interface to void by @keeganwitt in #535
- Create pass/fail error messages only if required by @overlookmotel in #545
New Contributors
- @verdecchia made their first contribution in #541
- @Unclemortuary made their first contribution in #540
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Change return type in Expect interface from
Result
toany
(closes #484) by @keeganwitt in #492 - Fix
toHaveBeenCalledOnceWith
typing by @akoreh in #507 - Add
vitest
info to docs by @silverwind in #515 - Mark
jest
peerDependency as optional by @silverwind in #520 expect
: Add matchertoBeInRange()
to validate if array elements are within the specified range by @mayankshukla94 in #461- Fix
toHaveBeenCalledOnceWith
type definition (closes #518) by @keeganwitt in #523
New Contributors
- @akoreh made their first contribution in #507
- @silverwind made their first contribution in #515
- @mayankshukla94 made their first contribution in #461
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Add toHaveBeenCalledOnceWith matcher by @thibautsabot in #430
- docs: mention
eslint-plugin-jest-extended
in README by @G-Rath in #493 - Update jest monorepo to v29 (major) by @renovate in #495
New Contributors
- @thibautsabot made their first contribution in #430
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- Fix typings of
toThrowWithMessage
, support unconstructable errors by @GerkinDev in #475 - Fix toHaveBeenCalledBefore/toHaveBeenCalledAfter type definition by @aheuermann in #292
- Declare matchers for use with expect.not.MATCHER (#385) by @dharkness in #386
- Change any to unknown by @keeganwitt in #477
New Contributors
- @aheuermann made their first contribution in #292
Full Changelog: v3.0.1...v3.0.2