Releases: jest-community/jest-extended
Releases Β· jest-community/jest-extended
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
v3.0.1
v3.0.0
This is the same as https://github.com/jest-community/jest-extended/releases/tag/v2.1.0, but properly released as a major
v2.1.0
What's Changed
- Restructure project by @mattphillips in #410
- Fix broken link in example by @mattalexx in #422
- Update toHaveBeenCalledAfter to fail if second mock is never called by @theryansmee in #420
- Remove unsupported Node versions by @keeganwitt in #450
- chore(deps): lock file maintenance by @renovate in #453
- chore(deps): lock file maintenance by @renovate in #454
- Fix typos in matcherName in matcherHints by @keeganwitt in #457
- feat: upgrade to jest v28 by @G-Rath in #463
New Contributors
- @mattalexx made their first contribution in #422
- @theryansmee made their first contribution in #420
- @G-Rath made their first contribution in #463
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- feat: delete expect and jest-matcher-utils dependencies by @keeganwitt in #405
Breaking changes
- Only
[email protected]
and newer is supported
Full Changelog: v1.2.1...v2.0.0
v1.2.1
What's Changed
- fix: add missing types for toPartiallyContain by @idan-at in #392
- fix: add missing type in matchers toBeEmptyObject by @igorwessel in #401
- Add global typescript setup example by @mattphillips in #407
New Contributors
- @harelmo made their first contribution in #390
- @igorwessel made their first contribution in #401
Full Changelog: v1.2.0...v1.2.1