Releases: sindresorhus/is
Releases · sindresorhus/is
v7.0.1
v7.0.0
v6.3.1
- Add missing type guard for
is.enumCase
0df21e4
v6.3.0
v6.2.0
v6.1.0
v6.0.1
directInstanceOf
: Fix handling ofundefined
andnull
e7e2213
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 🙌