Skip to content

v6.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 15 Aug 18:57
· 21 commits to main since this release

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
  • Rename is.domElement() to is.htmlElement() (#196) bcec30d
    • The old name still exists, but is deprecated.
  • Give better assertion messages for assert.all and assert.any (#193) 85c8992

Thanks to @bjornstar for doing most of the work for this release 🙌


v5.6.0...v6.0.0