6.0.0
BREAKING CHANGE
With this release we no longer support the form-data package as it's handling of
multipart/form-data
is non-compliant with the browserFormData
API. Please use formdata-node or formdata-polyfill instead.Additionally the optional
userAgent
option has been reworked into a new options object that also supports a newfiles
mapping array for augmenting binaries or file uploads within a HAR with a file buffers or theFile
API. 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