Releases: mesaugat/chai-exclude
Releases · mesaugat/chai-exclude
v3.0.0
- BREAKING:
chai-exclude
is now an ESM package
- Supports chai v5 and above #51
v2.1.1
- Support for chaining methods like include and contain #47
- Update vulnerable dev dependencies
v2.1.0
- Upgrade dev dependencies to latest version
- Update type for plugin argument as per chai
- Forward returned value from assertEqual (#37)
v2.0.3
- Support for assertion aliases
eql
and eqls
v2.0.2
- Update vulnerable package
standard
to latest version ^13.0.2
- Update vulnerable package
lodash
to latest version ^4.17.14
v2.0.1
- Update typings path in README
v2.0.0
- 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
- Support chai-exclude to work with babelify and karma (#18)
v1.0.11
- 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
- Fix for object with circular keys (#15)