Skip to content

Releases: mesaugat/chai-exclude

v3.0.1

08 Apr 16:13

Choose a tag to compare

  • Fix bug with date objects not working properly #54 #55

v3.0.0

18 Jul 10:26

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

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

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

Choose a tag to compare

  • Support for assertion aliases eql and eqls

v2.0.2

15 Jul 14:50

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

Choose a tag to compare

  • Update typings path in README

v2.0.0

11 Mar 07:28

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

Choose a tag to compare

  • Support chai-exclude to work with babelify and karma (#18)

v1.0.11

13 Nov 19:34

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