Releases: jest-community/jest-extended
Releases Β· jest-community/jest-extended
v0.6.1
Patch
Thanks a lot @LucianBuzzo
v0.6.0
v0.5.0
v0.4.1
v0.4.0
Minor
New matchers added:
- toContainAnyEntries #79
- toContainAnyValues #86
- toSatisfyAll #92
- toBeNil #96
- toBeEmpty #75
- toBeSealed #65
- toSatisfy #54
Docs:
Bug fixes
- toContainEntries 498758e
Big thanks to those who contributed: @vikneshwar @deerawan @tejasbubane @subinoy7 @olsio @devanp92 @stevebluck
Thanks to @thymikee @orta @SimenB for the inviting jest-extended to jest-community! π
v0.3.0
Minor
New matchers added:
- toIncludeAnyMembers #73
- toIncludeAllMembers #84
- toBeNan #58
- toBePositive #56
- toInclude #85
- toBeFalse #89
- toBeBoolean #88
- toBeFunction #49
- toBeArray #50
- toBeNumber #52
- toBeOdd #55
- toContainAllValues #87
- toContainEntry #69
- toContainAllEntries #70
- toContainEntries #72
Big thanks to: @cactorium @francisngo @hydrabolt @grug @mjmiles @mprencipe @stofolus @soueuls @deerawan @danielr18
v0.2.0
v0.1.0
Minor
New matchers added:
- toEqualCaseInsensitive #45
- toStartWith #53
- toBeNegative #59
- toBeOneOf #61
- toContainKey #63
- toBeString #51
- toBeExtensible #62
- toBeWithin #68
- toIncludeMultiple #64
- toEndWith #76
Big thanks to: @btnwtn @GaryLeutheuser @lindgr3n @andrewhayward @olsio @tjwhalen16 @martiuslim @ecollis6 @marcinlichwala
First release π
- Add
toBeTrue
matcher