11.0.0
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
- feat: enable TS strict mode by @kanadgupta in #425
- feat: esm and cjs exports by @kanadgupta in #427
- chore(deps-dev): bump the minor-development-deps group with 1 update by @dependabot in #430
Full Changelog: 10.0.0...11.0.0