Skip to content

Releases: mesaugat/chai-exclude

v3.0.0

18 Jul 10:26
Compare
Choose a tag to compare
  • BREAKING: chai-exclude is now an ESM package
  • Supports chai v5 and above #51

v2.1.1

08 Jun 17:51
Compare
Choose a tag to compare
  • Support for chaining methods like include and contain #47
  • Update vulnerable dev dependencies

v2.1.0

22 Sep 17:42
Compare
Choose a tag to compare
  • Upgrade dev dependencies to latest version
  • Update type for plugin argument as per chai
  • Forward returned value from assertEqual (#37)

v2.0.3

06 Apr 18:20
Compare
Choose a tag to compare
  • Support for assertion aliases eql and eqls

v2.0.2

15 Jul 14:50
edcf2d6
Compare
Choose a tag to compare
  • Update vulnerable package standard to latest version ^13.0.2
  • Update vulnerable package lodash to latest version ^4.17.14

v2.0.1

11 Mar 10:07
ef4e8e6
Compare
Choose a tag to compare
  • Update typings path in README

v2.0.0

11 Mar 07:28
36f57fb
Compare
Choose a tag to compare
  • Support default export for TypeScript (#19, #20)
  • Add tests to check typings (#21)

Breaking Change:

import chaiExclude from 'chai-exclude' in TypeScript is possible starting v2.0.0

v1.0.12

30 Nov 13:13
938f4da
Compare
Choose a tag to compare
  • Support chai-exclude to work with babelify and karma (#18)

v1.0.11

13 Nov 19:34
f32f83b
Compare
Choose a tag to compare
  • Use keyof for checking excluded property names (#16)
  • Support for array of objects with TypeScript (#17)
  • Readme updates
  • Upgrade packages
  • Add chai as a peer dependency

v1.0.10

10 Oct 16:34
833c80f
Compare
Choose a tag to compare
  • Fix for object with circular keys (#15)