Skip to content

Releases: jest-community/jest-extended

v0.6.1

19 Apr 15:41
Compare
Choose a tag to compare

Patch

  • #120 Fixes issues relating to toContainAllKeys matcher see issues: #119 #121

Thanks a lot @LucianBuzzo

v0.6.0

04 Feb 00:01
Compare
Choose a tag to compare

Minor

New matchers added:

Thanks to: @jsdevtom

v0.5.0

29 Nov 10:08
Compare
Choose a tag to compare

Minor

New matchers added:

Test:

  • Migrate it to test #90

Thanks to: @martiuslim @marcinlichwala

v0.4.1

12 Nov 20:35
Compare
Choose a tag to compare

Patch

Fix README.md links (c221341 & 6b50e82)

v0.4.0

12 Nov 20:31
Compare
Choose a tag to compare

Minor

New matchers added:

  • toContainAnyEntries #79
  • toContainAnyValues #86
  • toSatisfyAll #92
  • toBeNil #96
  • toBeEmpty #75
  • toBeSealed #65
  • toSatisfy #54

Docs:

  • Badge links #97
  • Repo links #99

Bug fixes

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

27 Oct 16:58
Compare
Choose a tag to compare

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

26 Oct 08:54
Compare
Choose a tag to compare

Minor

New matchers added:

  • toBeFrozen #46
  • toBeObject #47
  • toBeEven #80
  • toContainAllKeys #81
  • toContainAnyKeys #82
  • toContainKeys #74
  • toBeFinite #60

Big thanks to: @mprencipe @garmeeh @GitHug @ecollis6 @danielr18 @tophernuts

v0.1.0

25 Oct 15:06
Compare
Choose a tag to compare

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 πŸŽ‰

20 Oct 19:55
Compare
Choose a tag to compare
  • Add toBeTrue matcher