Skip to content

8.0.0

Compare
Choose a tag to compare
@erunion erunion released this 28 Apr 22:15
· 186 commits to main since this release

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 with import you don't need to do anything, but if you're using require() you'll need to do require('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