6.0.0
BREAKING CHANGE
With this release we no longer support the form-data package as it's handling of
multipart/form-datais non-compliant with the browserFormDataAPI. Please use formdata-node or formdata-polyfill instead.Additionally the optional
userAgentoption has been reworked into a new options object that also supports a newfilesmapping array for augmenting binaries or file uploads within a HAR with a file buffers or theFileAPI. See the readme for documentation.
What's Changed
- fix: handling of multipart/form-data requests and how we interact with FormData by @erunion in #237
- chore(deps-dev): bumping node-fetch by @erunion in #240
- fix: improper handling of query strings by @erunion in #239
- feat: extending the new files option to allow overriding raw binary payloads by @erunion in #238
Full Changelog: 5.0.5...6.0.0