8.0.0
BREAKING CHANGE
This library is now written in TypeScript and as a result the main export dist is now contained within a
default
object. If you load it into your codebase withimport
you don't need to do anything, but if you're usingrequire()
you'll need to dorequire('fetch-har').default
.
What's Changed
- feat: rewriting the library in typescript, adding support for node 18 by @erunion in #265
- feat: adding test for common mocking libraries by @erunion in #266
Full Changelog: 7.0.0...8.0.0