v6.0.0
Breaking
- Drop support for Node.js 14 (#192) e03c249
- Changed the
AssertionTypeDescription
type to be a union instead of enum (#190) bd5dfda
Improvements
- Implement named exports (#191) 5044c91
- This helps with tree-shaking. More info.
- Rename
is.domElement()
tois.htmlElement()
(#196) bcec30d- The old name still exists, but is deprecated.
- Give better assertion messages for
assert.all
andassert.any
(#193) 85c8992
Thanks to @bjornstar for doing most of the work for this release 🙌