Skip to content

11.0.0

Compare
Choose a tag to compare
@kanadgupta kanadgupta released this 27 Sep 14:44
· 44 commits to main since this release
a46d52e

Important
This library now has native support for ES and CommonJS modules.

Breaking Change: if you were previously loading in fetch-har as a CommonJS module, you no longer need the .default specifier:

- const fetchHAR = require('fetch-har').default;
+ const fetchHAR = require('fetch-har');

What's Changed

Full Changelog: 10.0.0...11.0.0