Skip to content

v4.0.0

Latest

Choose a tag to compare

@keithamus keithamus released this 02 Oct 10:00
· 10 commits to main since this release
27823f6

BREAKING CHANGES

Removes support for .inspect properties on objects acting as custom inspect functions.

Code wanting to use custom inspect functions you use Symbol('nodejs.util.inspect.custom')
or Symbol('chai/inspect').

What's Changed

  • fix: remove declaration maps by @bluwy in #113
  • feat: drop support for non-symbol inspect properties by @43081j in #114

Full Changelog: v3.2.1...v4.0.0