Releases: jest-community/jest-extended
Releases Β· jest-community/jest-extended
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
v1.2.0
What's Changed
- Fix typescript for toBeDateString and toBeHexadecimal (#381) by @dharkness in #384
- Add toPartiallyContain by @idan-at in #376
- fix(toIncludeAllPartialMembers): includes all member entries by @idan-at in #375
New Contributors
- @dharkness made their first contribution in #384
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Feature: toEqualIgnoringWhitespace. Check if two strings are equal irrespective of white-spaces and provide hints if not (#266) 8977bca
- fix: toIncludeAllPartialMembers types (#370) c3bf852
New Contributors
- @ppiyush13 made their first contribution in #266
Full Changelog: v1.0.0...v1.1.0
1.0.0
What's Changed
- Add
toBeBetween
,toBeAfterOrEqualTo
andtoBeBeforeOrEqualTo
matchers. (#229) b7e2332 - Don't invoke
expect.extend
(#333) a2904bd - Add matcher
.toHaveBeenCalledOnce
(#274) 405f1e7 - Implement
toIncludeAllPartialMembers
(#210) 32afe6f - Add
toBeSymbol
matcher (#217) adb82b8 - Make
fail()
to break the typescript's control flow (#312) c4961cd - Add
pass
&fail
matchers (#204) 61c92f8 - Feature: Add support for
.rejects.toThrowWithMessage
(#315) cbdbe11 - Add matcher for
Array.toSatisfyAny
(#227) ee70268 - Add
toBeDateString
matcher (#252) 627dc26 - feat: add a
.toBeEmptyObject()
custom matcher. (#255) 35812e3 - Add a
toBeInteger
matcher (#279) f5d5ad3 - fix: update dependencies (#359) e3f4029
New Contributors
- @JanSawicki made their first contribution in #223
- @jamesgeorge007 made their first contribution in #259
- @cherryblossom000 made their first contribution in #287
- @0xflotus made their first contribution in #302
- @keeganwitt made their first contribution in #326
- @renovate made their first contribution in #347
- @ShPelles made their first contribution in #279
- @AllySummers made their first contribution in #339
- @hansal7014 made their first contribution in #255
- @yosrayousfi made their first contribution in #295
- @idan-at made their first contribution in #252
- @blockscoped made their first contribution in #227
- @GerkinDev made their first contribution in #315
- @matthias-pichler-warrify made their first contribution in #283
- @waynevanson made their first contribution in #340
- @williamrchr made their first contribution in #204
- @xamgore made their first contribution in #312
- @overlookmotel made their first contribution in #217
- @ibarsi made their first contribution in #210
- @testerez made their first contribution in #254
- @atsikov made their first contribution in #203
- @Uzwername made their first contribution in #274
Full Changelog: v0.11.5...v1.0.0
v0.11.5
Remove T
type parameter from Matchers
v0.11.4
Fix promise based matchers types