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