Releases: readmeio/fetch-har
Releases · readmeio/fetch-har
8.1.1
8.1.0
What's Changed
- fix: don't look for a length on
postData.text
if it's undefined by @erunion in #272 - fix: pin to node 18.0 by @erunion in #273
- chore(deps-dev): bump undici from 5.0.0 to 5.5.1 by @dependabot in #284
- chore(deps): bump actions/cache from 3.0.2 to 3.0.3 by @dependabot in #274
- chore(deps-dev): bump @types/node from 17.0.30 to 17.0.38 by @dependabot in #275
- chore(deps-dev): bump @jsdevtools/karma-config from 3.1.7 to 3.2.0 by @dependabot in #281
- chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 by @dependabot in #277
- chore(deps-dev): bump eslint from 8.14.0 to 8.16.0 by @dependabot in #279
- chore(deps-dev): bump @readme/eslint-config from 8.7.3 to 8.8.0 by @dependabot in #285
- chore(deps-dev): bump ts-node from 10.7.0 to 10.8.1 by @dependabot in #286
- chore(deps-dev): bump typescript from 4.6.4 to 4.7.4 by @dependabot in #287
- chore(deps): bump formdata-node from 4.3.2 to 4.3.3 by @dependabot in #288
- chore(deps): bump actions/cache from 3.0.3 to 3.0.4 by @dependabot in #289
- chore(deps-dev): bump @types/node from 17.0.38 to 18.0.0 by @dependabot in #290
- chore(deps-dev): bump ts-loader from 9.3.0 to 9.3.1 by @dependabot in #292
- chore(deps-dev): bump eslint from 8.16.0 to 8.18.0 by @dependabot in #293
- chore(deps-dev): bump nock from 13.2.4 to 13.2.8 by @dependabot in #294
- chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 by @dependabot in #295
- chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #296
- chore(deps-dev): bump undici from 5.5.1 to 5.8.0 by @dependabot in #297
- fix: support for uploading multiple files through the same parameter by @erunion in #298
- chore(deps): bump actions/cache from 3.0.4 to 3.0.5 by @dependabot in #299
- chore(deps-dev): bump eslint from 8.18.0 to 8.20.0 by @dependabot in #300
- chore(deps-dev): bump @jsdevtools/karma-config from 3.1.7 to 3.2.0 by @dependabot in #302
- chore(deps-dev): bump ts-node from 10.8.1 to 10.9.1 by @dependabot in #303
- chore(deps-dev): bump @types/node from 18.0.0 to 18.6.1 by @dependabot in #304
- chore(deps-dev): bump nock from 13.2.8 to 13.2.9 by @dependabot in #305
- chore(deps-dev): bump @readme/eslint-config from 8.8.0 to 9.0.0 by @dependabot in #306
Full Changelog: 8.0.1...8.1.0
8.0.3
What's Changed
- fix: don't look for a length on
postData.text
if it's undefined by @erunion in #272 - fix: pin to node 18.0 by @erunion in #273
- chore(deps-dev): bump undici from 5.0.0 to 5.5.1 by @dependabot in #284
- chore(deps): bump actions/cache from 3.0.2 to 3.0.3 by @dependabot in #274
- chore(deps-dev): bump @types/node from 17.0.30 to 17.0.38 by @dependabot in #275
- chore(deps-dev): bump @jsdevtools/karma-config from 3.1.7 to 3.2.0 by @dependabot in #281
- chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 by @dependabot in #277
- chore(deps-dev): bump eslint from 8.14.0 to 8.16.0 by @dependabot in #279
- chore(deps-dev): bump @readme/eslint-config from 8.7.3 to 8.8.0 by @dependabot in #285
- chore(deps-dev): bump ts-node from 10.7.0 to 10.8.1 by @dependabot in #286
- chore(deps-dev): bump typescript from 4.6.4 to 4.7.4 by @dependabot in #287
Full Changelog: 8.0.1...8.0.3
8.0.2
8.0.1
What's Changed
- chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #271
- chore(deps): bump actions/cache from 3.0.1 to 3.0.2 by @dependabot in #270
- chore(deps-dev): bump @types/node from 17.0.29 to 17.0.30 by @dependabot in #269
- chore(deps-dev): bump ts-loader from 7.0.5 to 9.3.0 by @dependabot in #268
- chore(deps-dev): bump typescript from 4.6.3 to 4.6.4 by @dependabot in #267
Full Changelog: 8.0.0...8.0.1
8.0.0
BREAKING CHANGE
This library is now written in TypeScript and as a result the main export dist is now contained within a
default
object. If you load it into your codebase withimport
you don't need to do anything, but if you're usingrequire()
you'll need to dorequire('fetch-har').default
.
What's Changed
- feat: rewriting the library in typescript, adding support for node 18 by @erunion in #265
- feat: adding test for common mocking libraries by @erunion in #266
Full Changelog: 7.0.0...8.0.0
7.0.0
BREAKING CHANGE
Node 12 is no longer supported with this release.
What's Changed
- chore(deps-dev): upgrading our eslint config to pull in the new mocha config by @erunion in #243
- chore(deps-dev): removing eslint-plugin-mocha as a hard devdep by @erunion in #244
- chore(deps-dev): bump eslint-plugin-compat from 4.0.1 to 4.0.2 by @dependabot in #245
- chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 by @dependabot in #246
- chore(deps-dev): bump chai from 4.3.4 to 4.3.6 by @dependabot in #247
- chore(deps-dev): bump mocha from 9.1.4 to 9.2.0 by @dependabot in #248
- chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #250
- chore(deps-dev): bumping out of date dev deps by @erunion in #256
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #257
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #260
- chore(deps-dev): bump form-data-encoder from 1.7.1 to 1.7.2 by @dependabot in #262
- chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 by @dependabot in #261
- chore(deps): bump actions/cache from 2 to 3.0.1 by @dependabot in #259
- chore(deps-dev): bump eslint from 8.11.0 to 8.12.0 by @dependabot in #258
- feat: adding support for node 18, drop node 12 by @erunion in #263
Full Changelog: 6.1.0...7.0.0
6.1.0
6.0.2
Full Changelog: 6.0.1...6.0.2