Releases: chaijs/assertion-error
Releases · chaijs/assertion-error
v2.0.0
This release re-writes this package to use modern coding standards, including TypeScript and ES6 classes.
This release also includes a companion class: AssertionResult
. Both AssertionResult
and AssertionError
have an .ok
property which is a boolean
.
1.1.0 / 2018-01-07
This release adds TypeScript definitions for AssertionError
Features:
- Add type definitions (#11)