Releases: jest-community/jest-extended
Releases Β· jest-community/jest-extended
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
v0.11.3
- Fix broken @types/jest types [#235]
Thanks @Shadowstep33 for the PR
v0.11.2
Security Fix
- Update Expect to Fix Vulnerability (#198)
Docs
- Update docs to use setupFilesAfterEnv (#215)
- fix anchoring on same page API links (#194)
- Update README.md (#206)
Bug
- Update error message (#187)
Thanks @Matthew1534 @unional @CoreyKovalik @lloydwatkin @abdelrahman-elkady
v0.11.1
v0.11.0
Features
Thanks @natealcedo @benjaminkay93
v0.10.0
Features
Thanks @NikitaKurpas @moredip!