Releases: readmeio/fetch-har
Releases · readmeio/fetch-har
11.1.1
What's Changed
- chore(deps-dev): bump the minor-development-deps group with 8 updates by @dependabot in #443
- chore(deps): bump @types/har-format from 1.2.14 to 1.2.15 by @dependabot in #444
- chore(deps-dev): bump tsup from 7.2.0 to 8.0.1 by @dependabot in #445
- chore(deps-dev): bump vite from 4.4.9 to 5.0.5 by @dependabot in #446
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #447
- chore(deps-dev): bump the minor-development-deps group with 6 updates by @dependabot in #448
- chore(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #449
- chore(deps-dev): bump vite from 5.0.10 to 5.0.12 by @dependabot in #450
- chore(deps-dev): bump the minor-development-deps group with 8 updates by @dependabot in #451
- chore(deps-dev): bump ip from 1.1.8 to 1.1.9 by @dependabot in #452
- chore(deps-dev): bump the minor-development-deps group with 11 updates by @dependabot in #453
- chore(deps-dev): bump the minor-development-deps group with 9 updates by @dependabot in #455
- chore(deps-dev): bump express from 4.18.3 to 4.19.2 by @dependabot in #454
- chore(deps-dev): bump @readme/eslint-config from 13.5.1 to 14.0.0 by @dependabot in #457
- chore(deps-dev): bump the minor-development-deps group with 7 updates by @dependabot in #456
- chore(deps-dev): bump the minor-development-deps group with 6 updates by @dependabot in #458
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #459
Full Changelog: 11.1.0...11.1.1
11.1.0
What's Changed
- chore(deps-dev): bump the minor-development-deps group with 5 updates by @dependabot in #432
- chore(deps-dev): bump postcss from 8.4.30 to 8.4.31 by @dependabot in #433
- chore(deps): bump undici from 5.25.2 to 5.26.2 by @dependabot in #435
- chore(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #436
- chore(deps): bump @types/har-format from 1.2.13 to 1.2.14 by @dependabot in #439
- chore(deps): bump undici from 5.26.2 to 5.27.0 by @dependabot in #438
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #441
- chore(deps-dev): bump the minor-development-deps group with 6 updates by @dependabot in #437
- chore(deps-dev): bump msw from 1.3.1 to 2.0.1 by @dependabot in #440
- feat: remove our dependency on
undici
by @erunion in #442
Full Changelog: 11.0.1...11.1.0
11.0.1
What's Changed
- fix: convert library to module by @kanadgupta in #431
Full Changelog: 11.0.0...11.0.1
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
10.0.0 🌈
Note
This release no longer supports Node 16! Now that native
fetch
in Node 18+ is stablefetch-har
now just assumes wherever you're running it that you've gotfetch
available.
What's Changed
- chore(deps-dev): bump node-fetch from 2.6.11 to 2.6.12 by @dependabot in #397
- chore(deps-dev): bump @types/node from 20.3.3 to 20.4.5 by @dependabot in #401
- chore(deps-dev): bump @readme/eslint-config from 10.6.1 to 10.6.2 by @dependabot in #402
- chore(deps-dev): bump eslint from 8.44.0 to 8.46.0 by @dependabot in #403
- chore(deps-dev): bump nock from 13.3.1 to 13.3.2 by @dependabot in #404
- refactor(test): moving unit testing over to Vitest by @erunion in #405
- chore(deps-dev): bump undici from 5.22.1 to 5.23.0 by @dependabot in #406
- chore(deps-dev): bump @types/node from 20.4.5 to 20.4.10 by @dependabot in #407
- chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 by @dependabot in #408
- chore(deps-dev): bump the minor-developent-deps group with 1 update by @dependabot in #420
- feat: dropping support for node 16 by @erunion in #421
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #422
- chore(deps-dev): bump the minor-development-deps group with 7 updates by @dependabot in #423
Full Changelog: 9.0.0...10.0.0
9.0.0
Note
This release no longer supports Node 14! 🌈
What's Changed
- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #364
- chore(deps-dev): bump undici from 5.16.0 to 5.19.1 by @dependabot in #367
- chore(deps-dev): bump nock from 13.3.0 to 13.3.1 by @dependabot in #384
- chore(deps-dev): bump undici from 5.21.0 to 5.22.0 by @dependabot in #383
- chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 by @dependabot in #381
- chore(deps-dev): bump eslint from 8.37.0 to 8.39.0 by @dependabot in #378
- chore(deps-dev): bump @types/chai from 4.3.4 to 4.3.5 by @dependabot in #380
- chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by @dependabot in #382
- chore(deps-dev): bump @types/node from 18.15.11 to 18.16.3 by @dependabot in #379
- chore(deps): bump engine.io and socket.io by @dependabot in #385
- chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 by @dependabot in #386
- chore(deps-dev): bump node-fetch from 2.6.7 to 2.6.11 by @dependabot in #392
- feat: dropping support for node 14 by @erunion in #393
Full Changelog: 8.1.5...9.0.0
8.1.5
8.1.4
What's Changed
- chore(deps-dev): bump @types/node from 18.6.1 to 18.6.3 by @dependabot in #309
- chore(deps-dev): bump undici from 5.8.0 to 5.8.2 by @dependabot in #310
- chore(deps): bump actions/cache from 3.0.5 to 3.0.8 by @dependabot in #311
- chore(deps-dev): bump @types/chai from 4.3.1 to 4.3.3 by @dependabot in #313
- chore(deps-dev): bump undici from 5.8.2 to 5.10.0 by @dependabot in #314
- chore(deps-dev): bump @types/node from 18.6.3 to 18.7.14 by @dependabot in #315
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in #316
- chore(deps-dev): bump eslint from 8.20.0 to 8.23.0 by @dependabot in #318
- chore(deps): bump formdata-node from 4.3.3 to 4.4.1 by @dependabot in #319
- chore(deps-dev): bump @readme/eslint-config from 9.0.0 to 10.1.0 by @dependabot in #312
- chore(deps): bump actions/cache from 3.0.8 to 3.0.9 by @dependabot in #320
- chore(deps): bump @types/har-format from 1.2.8 to 1.2.9 by @dependabot in #322
- chore(deps-dev): bump @types/express from 4.17.13 to 4.17.14 by @dependabot in #323
- chore(deps-dev): bump @types/node from 18.7.14 to 18.7.23 by @dependabot in #324
- chore(deps-dev): bump eslint from 8.23.0 to 8.24.0 by @dependabot in #325
- chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 by @dependabot in #326
- chore(deps-dev): bump typescript from 4.8.2 to 4.8.4 by @dependabot in #327
- chore(deps): bump actions/cache from 3.0.9 to 3.0.10 by @dependabot in #329
- chore(deps-dev): bump @readme/eslint-config from 10.1.0 to 10.1.1 by @dependabot in #331
- chore(deps-dev): bump undici from 5.10.0 to 5.11.0 by @dependabot in #332
- chore(deps-dev): bump @types/node from 18.7.23 to 18.8.0 by @dependabot in #330
- ci: running unit tests on node 19 by @erunion in #333
- chore(deps): bump actions/cache from 3.0.10 to 3.0.11 by @dependabot in #334
- chore(deps-dev): bump mocha from 10.0.0 to 10.1.0 by @dependabot in #336
- chore(deps-dev): bump @types/node from 18.8.0 to 18.11.8 by @dependabot in #335
- chore(deps-dev): bump undici from 5.11.0 to 5.12.0 by @dependabot in #337
- chore(deps-dev): bump express from 4.18.1 to 4.18.2 by @dependabot in #338
- chore(deps-dev): bump eslint from 8.24.0 to 8.26.0 by @dependabot in #339
- chore(deps): bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #340
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in #341
- chore(deps): bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #342
- chore(deps-dev): bump @types/mocha from 10.0.0 to 10.0.1 by @dependabot in #344
- chore(deps-dev): bump @readme/eslint-config from 10.1.1 to 10.2.0 by @dependabot in #345
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in #347
- chore(deps-dev): bump chai from 4.3.6 to 4.3.7 by @dependabot in #348
- chore(deps-dev): bump eslint from 8.26.0 to 8.28.0 by @dependabot in #350
- chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in #346
- chore(deps-dev): bump @types/node from 18.11.8 to 18.11.10 by @dependabot in #349
- chore(deps): bump engine.io and socket.io by @dependabot in #343
- chore(deps-dev): bump undici from 5.12.0 to 5.13.0 by @dependabot in #351
- chore(deps): bump @types/har-format from 1.2.9 to 1.2.10 by @dependabot in #352
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #353
Full Changelog: 8.1.3...8.1.4
8.1.3
8.1.2
Full Changelog: 8.1.1...8.1.2