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