Skip to content

Releases: readmeio/fetch-har

6.0.0

25 Jan 19:28
Compare
Choose a tag to compare

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 browser FormData 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 new files mapping array for augmenting binaries or file uploads within a HAR with a file buffers or the File 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

5.0.5

03 Jan 22:17
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @readme/eslint-config from 8.0.2 to 8.1.1 by @dependabot in #235
  • chore(deps-dev): bump jest from 27.4.2 to 27.4.5 by @dependabot in #234
  • chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 by @dependabot in #233
  • chore(deps-dev): bump multer from 1.4.3 to 1.4.4 by @dependabot in #232
  • chore(deps-dev): bump har-examples from 2.0.2 to 2.1.0 by @dependabot in #231
  • chore(deps-dev): bump webpack from 5.64.4 to 5.65.0 by @dependabot in #230
  • chore(deps-dev): bump jest-puppeteer from 6.0.2 to 6.0.3 by @dependabot in #229
  • chore(deps-dev): bump eslint from 8.3.0 to 8.6.0 by @dependabot in #228
  • chore(deps-dev): bump webpack-dev-middleware from 5.2.2 to 5.3.0 by @dependabot in #227
  • chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #226
  • chore(deps-dev): bump body-parser from 1.19.0 to 1.19.1 by @dependabot in #225

Full Changelog: 5.0.4...5.0.5

5.0.4

01 Dec 16:54
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump webpack from 5.53.0 to 5.55.1 by @dependabot in #202
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #203
  • chore(deps-dev): bump har-examples from 2.0.1 to 2.0.2 by @dependabot in #204
  • chore(deps-dev): bump jest from 27.2.0 to 27.2.4 by @dependabot in #205
  • chore(deps-dev): bump webpack-dev-middleware from 5.1.0 to 5.2.1 by @dependabot in #206
  • chore(deps-dev): bump jest-puppeteer from 5.0.4 to 6.0.0 by @dependabot in #207
  • chore(deps-dev): bump node-fetch from 2.6.1 to 2.6.5 by @dependabot in #208
  • chore(deps-dev): bump jest from 27.2.4 to 27.3.1 by @dependabot in #212
  • chore(deps-dev): bump webpack from 5.55.1 to 5.61.0 by @dependabot in #213
  • chore(deps-dev): bump node-fetch from 2.6.5 to 2.6.6 by @dependabot in #214
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #210
  • chore(deps-dev): bump nock from 13.1.3 to 13.1.4 by @dependabot in #209
  • chore(deps-dev): bump @readme/eslint-config from 7.1.1 to 7.2.2 by @dependabot in #211
  • chore(deps-dev): bump nock from 13.1.4 to 13.2.1 by @dependabot in #224
  • chore(deps-dev): bump webpack-dev-middleware from 5.2.1 to 5.2.2 by @dependabot in #223
  • chore(deps-dev): bump jest-puppeteer from 6.0.0 to 6.0.2 by @dependabot in #222
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #218
  • chore(deps-dev): bump cookie-parser from 1.4.5 to 1.4.6 by @dependabot in #219
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #217
  • chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #216
  • chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 by @dependabot in #215
  • chore(deps-dev): bump webpack from 5.61.0 to 5.64.4 by @dependabot in #220
  • chore(deps-dev): bump jest from 27.3.1 to 27.4.2 by @dependabot in #221

Full Changelog: 5.0.3...5.0.4