fetch-har 9.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +17 -34
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -22
- package/dist/index.js +220 -347
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +239 -0
- package/dist/index.mjs.map +1 -0
- package/dist/types.d.mts +19 -0
- package/dist/types.d.ts +19 -0
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -0
- package/dist/types.mjs +1 -0
- package/dist/types.mjs.map +1 -0
- package/package.json +41 -40
- package/.vscode/settings.json +0 -5
- package/CHANGELOG.md +0 -529
- package/example.js +0 -41
- package/src/index.ts +0 -432
- package/tsconfig.json +0 -12
package/CHANGELOG.md
DELETED
|
@@ -1,529 +0,0 @@
|
|
|
1
|
-
## <small>8.1.5 (2023-01-23)</small>
|
|
2
|
-
|
|
3
|
-
* fix: support urls with hashes that also have query params (#363) ([7a51342](https://github.com/readmeio/fetch-har/commit/7a51342)), closes [#363](https://github.com/readmeio/fetch-har/issues/363)
|
|
4
|
-
* chore(deps-dev): bumping deps (#362) ([3279246](https://github.com/readmeio/fetch-har/commit/3279246)), closes [#362](https://github.com/readmeio/fetch-har/issues/362)
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## <small>8.1.4 (2023-01-03)</small>
|
|
9
|
-
|
|
10
|
-
* chore(deps-dev): bump @readme/eslint-config from 10.1.0 to 10.1.1 (#331) ([75de615](https://github.com/readmeio/fetch-har/commit/75de615)), closes [#331](https://github.com/readmeio/fetch-har/issues/331)
|
|
11
|
-
* chore(deps-dev): bump @readme/eslint-config from 10.1.1 to 10.2.0 (#345) ([b791ce3](https://github.com/readmeio/fetch-har/commit/b791ce3)), closes [#345](https://github.com/readmeio/fetch-har/issues/345)
|
|
12
|
-
* chore(deps-dev): bump @readme/eslint-config from 9.0.0 to 10.1.0 (#312) ([27b53b8](https://github.com/readmeio/fetch-har/commit/27b53b8)), closes [#312](https://github.com/readmeio/fetch-har/issues/312)
|
|
13
|
-
* chore(deps-dev): bump @types/chai from 4.3.1 to 4.3.3 (#313) ([cfc65d0](https://github.com/readmeio/fetch-har/commit/cfc65d0)), closes [#313](https://github.com/readmeio/fetch-har/issues/313)
|
|
14
|
-
* chore(deps-dev): bump @types/express from 4.17.13 to 4.17.14 (#323) ([1fec46d](https://github.com/readmeio/fetch-har/commit/1fec46d)), closes [#323](https://github.com/readmeio/fetch-har/issues/323)
|
|
15
|
-
* chore(deps-dev): bump @types/mocha from 10.0.0 to 10.0.1 (#344) ([75d4db7](https://github.com/readmeio/fetch-har/commit/75d4db7)), closes [#344](https://github.com/readmeio/fetch-har/issues/344)
|
|
16
|
-
* chore(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 (#326) ([36c4b00](https://github.com/readmeio/fetch-har/commit/36c4b00)), closes [#326](https://github.com/readmeio/fetch-har/issues/326)
|
|
17
|
-
* chore(deps-dev): bump @types/node from 18.11.8 to 18.11.10 (#349) ([6479fbf](https://github.com/readmeio/fetch-har/commit/6479fbf)), closes [#349](https://github.com/readmeio/fetch-har/issues/349)
|
|
18
|
-
* chore(deps-dev): bump @types/node from 18.6.1 to 18.6.3 (#309) ([4cce975](https://github.com/readmeio/fetch-har/commit/4cce975)), closes [#309](https://github.com/readmeio/fetch-har/issues/309)
|
|
19
|
-
* chore(deps-dev): bump @types/node from 18.6.3 to 18.7.14 (#315) ([69679ac](https://github.com/readmeio/fetch-har/commit/69679ac)), closes [#315](https://github.com/readmeio/fetch-har/issues/315)
|
|
20
|
-
* chore(deps-dev): bump @types/node from 18.7.14 to 18.7.23 (#324) ([8c0c037](https://github.com/readmeio/fetch-har/commit/8c0c037)), closes [#324](https://github.com/readmeio/fetch-har/issues/324)
|
|
21
|
-
* chore(deps-dev): bump @types/node from 18.7.23 to 18.8.0 (#330) ([0174e1d](https://github.com/readmeio/fetch-har/commit/0174e1d)), closes [#330](https://github.com/readmeio/fetch-har/issues/330)
|
|
22
|
-
* chore(deps-dev): bump @types/node from 18.8.0 to 18.11.8 (#335) ([5a602b3](https://github.com/readmeio/fetch-har/commit/5a602b3)), closes [#335](https://github.com/readmeio/fetch-har/issues/335)
|
|
23
|
-
* chore(deps-dev): bump chai from 4.3.6 to 4.3.7 (#348) ([b427f19](https://github.com/readmeio/fetch-har/commit/b427f19)), closes [#348](https://github.com/readmeio/fetch-har/issues/348)
|
|
24
|
-
* chore(deps-dev): bump eslint from 8.20.0 to 8.23.0 (#318) ([5d6293b](https://github.com/readmeio/fetch-har/commit/5d6293b)), closes [#318](https://github.com/readmeio/fetch-har/issues/318)
|
|
25
|
-
* chore(deps-dev): bump eslint from 8.23.0 to 8.24.0 (#325) ([033eeec](https://github.com/readmeio/fetch-har/commit/033eeec)), closes [#325](https://github.com/readmeio/fetch-har/issues/325)
|
|
26
|
-
* chore(deps-dev): bump eslint from 8.24.0 to 8.26.0 (#339) ([8806ab8](https://github.com/readmeio/fetch-har/commit/8806ab8)), closes [#339](https://github.com/readmeio/fetch-har/issues/339)
|
|
27
|
-
* chore(deps-dev): bump eslint from 8.26.0 to 8.28.0 (#350) ([3440e1c](https://github.com/readmeio/fetch-har/commit/3440e1c)), closes [#350](https://github.com/readmeio/fetch-har/issues/350)
|
|
28
|
-
* chore(deps-dev): bump express from 4.18.1 to 4.18.2 (#338) ([acdc8ac](https://github.com/readmeio/fetch-har/commit/acdc8ac)), closes [#338](https://github.com/readmeio/fetch-har/issues/338)
|
|
29
|
-
* chore(deps-dev): bump mocha from 10.0.0 to 10.1.0 (#336) ([9e91790](https://github.com/readmeio/fetch-har/commit/9e91790)), closes [#336](https://github.com/readmeio/fetch-har/issues/336)
|
|
30
|
-
* chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 (#347) ([22ce3c9](https://github.com/readmeio/fetch-har/commit/22ce3c9)), closes [#347](https://github.com/readmeio/fetch-har/issues/347)
|
|
31
|
-
* chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#316) ([a5819c1](https://github.com/readmeio/fetch-har/commit/a5819c1)), closes [#316](https://github.com/readmeio/fetch-har/issues/316)
|
|
32
|
-
* chore(deps-dev): bump typescript from 4.8.2 to 4.8.4 (#327) ([2e1fdf1](https://github.com/readmeio/fetch-har/commit/2e1fdf1)), closes [#327](https://github.com/readmeio/fetch-har/issues/327)
|
|
33
|
-
* chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 (#346) ([afa6122](https://github.com/readmeio/fetch-har/commit/afa6122)), closes [#346](https://github.com/readmeio/fetch-har/issues/346)
|
|
34
|
-
* chore(deps-dev): bump undici from 5.10.0 to 5.11.0 (#332) ([a020b27](https://github.com/readmeio/fetch-har/commit/a020b27)), closes [#332](https://github.com/readmeio/fetch-har/issues/332)
|
|
35
|
-
* chore(deps-dev): bump undici from 5.11.0 to 5.12.0 (#337) ([e4e3daf](https://github.com/readmeio/fetch-har/commit/e4e3daf)), closes [#337](https://github.com/readmeio/fetch-har/issues/337)
|
|
36
|
-
* chore(deps-dev): bump undici from 5.12.0 to 5.13.0 (#351) ([2f1da07](https://github.com/readmeio/fetch-har/commit/2f1da07)), closes [#351](https://github.com/readmeio/fetch-har/issues/351)
|
|
37
|
-
* chore(deps-dev): bump undici from 5.8.0 to 5.8.2 (#310) ([09a5241](https://github.com/readmeio/fetch-har/commit/09a5241)), closes [#310](https://github.com/readmeio/fetch-har/issues/310)
|
|
38
|
-
* chore(deps-dev): bump undici from 5.8.2 to 5.10.0 (#314) ([ad16183](https://github.com/readmeio/fetch-har/commit/ad16183)), closes [#314](https://github.com/readmeio/fetch-har/issues/314)
|
|
39
|
-
* chore(deps): bump @types/har-format from 1.2.8 to 1.2.9 (#322) ([4746a42](https://github.com/readmeio/fetch-har/commit/4746a42)), closes [#322](https://github.com/readmeio/fetch-har/issues/322)
|
|
40
|
-
* chore(deps): bump @types/har-format from 1.2.9 to 1.2.10 (#352) ([df4506a](https://github.com/readmeio/fetch-har/commit/df4506a)), closes [#352](https://github.com/readmeio/fetch-har/issues/352)
|
|
41
|
-
* chore(deps): bump actions/cache from 3.0.10 to 3.0.11 (#334) ([b4b9a7c](https://github.com/readmeio/fetch-har/commit/b4b9a7c)), closes [#334](https://github.com/readmeio/fetch-har/issues/334)
|
|
42
|
-
* chore(deps): bump actions/cache from 3.0.5 to 3.0.8 (#311) ([011f9d4](https://github.com/readmeio/fetch-har/commit/011f9d4)), closes [#311](https://github.com/readmeio/fetch-har/issues/311)
|
|
43
|
-
* chore(deps): bump actions/cache from 3.0.8 to 3.0.9 (#320) ([441c2a6](https://github.com/readmeio/fetch-har/commit/441c2a6)), closes [#320](https://github.com/readmeio/fetch-har/issues/320)
|
|
44
|
-
* chore(deps): bump actions/cache from 3.0.9 to 3.0.10 (#329) ([0d9bc07](https://github.com/readmeio/fetch-har/commit/0d9bc07)), closes [#329](https://github.com/readmeio/fetch-har/issues/329)
|
|
45
|
-
* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#353) ([b987538](https://github.com/readmeio/fetch-har/commit/b987538)), closes [#353](https://github.com/readmeio/fetch-har/issues/353)
|
|
46
|
-
* chore(deps): bump engine.io and socket.io (#343) ([5e0451a](https://github.com/readmeio/fetch-har/commit/5e0451a)), closes [#343](https://github.com/readmeio/fetch-har/issues/343)
|
|
47
|
-
* chore(deps): bump formdata-node from 4.3.3 to 4.4.1 (#319) ([31ab620](https://github.com/readmeio/fetch-har/commit/31ab620)), closes [#319](https://github.com/readmeio/fetch-har/issues/319)
|
|
48
|
-
* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#340) ([e90b650](https://github.com/readmeio/fetch-har/commit/e90b650)), closes [#340](https://github.com/readmeio/fetch-har/issues/340)
|
|
49
|
-
* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (#342) ([ca2e6d2](https://github.com/readmeio/fetch-har/commit/ca2e6d2)), closes [#342](https://github.com/readmeio/fetch-har/issues/342)
|
|
50
|
-
* chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#341) ([97cbd5b](https://github.com/readmeio/fetch-har/commit/97cbd5b)), closes [#341](https://github.com/readmeio/fetch-har/issues/341)
|
|
51
|
-
* chore(deps): bumping deps ([6636acd](https://github.com/readmeio/fetch-har/commit/6636acd))
|
|
52
|
-
* ci: formdata-node is esm only now so we cant use it ([b9b0b47](https://github.com/readmeio/fetch-har/commit/b9b0b47))
|
|
53
|
-
* ci: running unit tests on node 19 (#333) ([6f936da](https://github.com/readmeio/fetch-har/commit/6f936da)), closes [#333](https://github.com/readmeio/fetch-har/issues/333)
|
|
54
|
-
* ci: simplifying ci dep caching ([78a5f34](https://github.com/readmeio/fetch-har/commit/78a5f34))
|
|
55
|
-
* ci: stop testing on node 19 until it hits LTS ([864a10b](https://github.com/readmeio/fetch-har/commit/864a10b))
|
|
56
|
-
* ci: temp-dir is esm-only now ([15e96a0](https://github.com/readmeio/fetch-har/commit/15e96a0))
|
|
57
|
-
* ci: timing out browser tests at 5mins ([c53c161](https://github.com/readmeio/fetch-har/commit/c53c161))
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## <small>8.1.3 (2022-07-29)</small>
|
|
62
|
-
|
|
63
|
-
* chore: clenaing up some lengthy test comments ([7f797af](https://github.com/readmeio/fetch-har/commit/7f797af))
|
|
64
|
-
* fix: postData filenames may be encoded so we should look for them in `opts.files` too (#308) ([f938ee3](https://github.com/readmeio/fetch-har/commit/f938ee3)), closes [#308](https://github.com/readmeio/fetch-har/issues/308)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## <small>8.1.2 (2022-07-27)</small>
|
|
69
|
-
|
|
70
|
-
* fix: updating the data-urls package to fix a problem with file case sensititivity ([42cadff](https://github.com/readmeio/fetch-har/commit/42cadff))
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## <small>8.1.1 (2022-07-27)</small>
|
|
75
|
-
|
|
76
|
-
* fix: swapping parse-data-url for @readme/data-urls (#307) ([a2306bd](https://github.com/readmeio/fetch-har/commit/a2306bd)), closes [#307](https://github.com/readmeio/fetch-har/issues/307)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## 8.1.0 (2022-07-26)
|
|
81
|
-
|
|
82
|
-
* chore: code comment cleanup ([bd344f1](https://github.com/readmeio/fetch-har/commit/bd344f1))
|
|
83
|
-
* chore(deps-dev): bump @jsdevtools/karma-config from 3.1.7 to 3.2.0 (#281) ([291f16d](https://github.com/readmeio/fetch-har/commit/291f16d)), closes [#281](https://github.com/readmeio/fetch-har/issues/281)
|
|
84
|
-
* chore(deps-dev): bump @jsdevtools/karma-config from 3.1.7 to 3.2.0 (#302) ([903f62f](https://github.com/readmeio/fetch-har/commit/903f62f)), closes [#302](https://github.com/readmeio/fetch-har/issues/302)
|
|
85
|
-
* chore(deps-dev): bump @readme/eslint-config from 8.7.3 to 8.8.0 (#285) ([47a83be](https://github.com/readmeio/fetch-har/commit/47a83be)), closes [#285](https://github.com/readmeio/fetch-har/issues/285)
|
|
86
|
-
* chore(deps-dev): bump @readme/eslint-config from 8.8.0 to 9.0.0 (#306) ([5511118](https://github.com/readmeio/fetch-har/commit/5511118)), closes [#306](https://github.com/readmeio/fetch-har/issues/306)
|
|
87
|
-
* chore(deps-dev): bump @types/node from 17.0.30 to 17.0.38 (#275) ([9ad835a](https://github.com/readmeio/fetch-har/commit/9ad835a)), closes [#275](https://github.com/readmeio/fetch-har/issues/275)
|
|
88
|
-
* chore(deps-dev): bump @types/node from 17.0.38 to 18.0.0 (#290) ([7c9c2df](https://github.com/readmeio/fetch-har/commit/7c9c2df)), closes [#290](https://github.com/readmeio/fetch-har/issues/290)
|
|
89
|
-
* chore(deps-dev): bump @types/node from 18.0.0 to 18.6.1 (#304) ([bcec171](https://github.com/readmeio/fetch-har/commit/bcec171)), closes [#304](https://github.com/readmeio/fetch-har/issues/304)
|
|
90
|
-
* chore(deps-dev): bump eslint from 8.14.0 to 8.16.0 (#279) ([e78536f](https://github.com/readmeio/fetch-har/commit/e78536f)), closes [#279](https://github.com/readmeio/fetch-har/issues/279)
|
|
91
|
-
* chore(deps-dev): bump eslint from 8.16.0 to 8.18.0 (#293) ([2c22a43](https://github.com/readmeio/fetch-har/commit/2c22a43)), closes [#293](https://github.com/readmeio/fetch-har/issues/293)
|
|
92
|
-
* chore(deps-dev): bump eslint from 8.18.0 to 8.20.0 (#300) ([5eb8e49](https://github.com/readmeio/fetch-har/commit/5eb8e49)), closes [#300](https://github.com/readmeio/fetch-har/issues/300)
|
|
93
|
-
* chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 (#277) ([62cc6b6](https://github.com/readmeio/fetch-har/commit/62cc6b6)), closes [#277](https://github.com/readmeio/fetch-har/issues/277)
|
|
94
|
-
* chore(deps-dev): bump nock from 13.2.4 to 13.2.8 (#294) ([21e976f](https://github.com/readmeio/fetch-har/commit/21e976f)), closes [#294](https://github.com/readmeio/fetch-har/issues/294)
|
|
95
|
-
* chore(deps-dev): bump nock from 13.2.8 to 13.2.9 (#305) ([8e7c741](https://github.com/readmeio/fetch-har/commit/8e7c741)), closes [#305](https://github.com/readmeio/fetch-har/issues/305)
|
|
96
|
-
* chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 (#295) ([589c94e](https://github.com/readmeio/fetch-har/commit/589c94e)), closes [#295](https://github.com/readmeio/fetch-har/issues/295)
|
|
97
|
-
* chore(deps-dev): bump ts-loader from 9.3.0 to 9.3.1 (#292) ([0716171](https://github.com/readmeio/fetch-har/commit/0716171)), closes [#292](https://github.com/readmeio/fetch-har/issues/292)
|
|
98
|
-
* chore(deps-dev): bump ts-node from 10.7.0 to 10.8.1 (#286) ([fe87394](https://github.com/readmeio/fetch-har/commit/fe87394)), closes [#286](https://github.com/readmeio/fetch-har/issues/286)
|
|
99
|
-
* chore(deps-dev): bump ts-node from 10.8.1 to 10.9.1 (#303) ([9188de6](https://github.com/readmeio/fetch-har/commit/9188de6)), closes [#303](https://github.com/readmeio/fetch-har/issues/303)
|
|
100
|
-
* chore(deps-dev): bump typescript from 4.6.4 to 4.7.4 (#287) ([a9e5b29](https://github.com/readmeio/fetch-har/commit/a9e5b29)), closes [#287](https://github.com/readmeio/fetch-har/issues/287)
|
|
101
|
-
* chore(deps-dev): bump undici from 5.0.0 to 5.5.1 (#284) ([6e013e2](https://github.com/readmeio/fetch-har/commit/6e013e2)), closes [#284](https://github.com/readmeio/fetch-har/issues/284)
|
|
102
|
-
* chore(deps-dev): bump undici from 5.5.1 to 5.8.0 (#297) ([4f220aa](https://github.com/readmeio/fetch-har/commit/4f220aa)), closes [#297](https://github.com/readmeio/fetch-har/issues/297)
|
|
103
|
-
* chore(deps): bump actions/cache from 3.0.2 to 3.0.3 (#274) ([17071a2](https://github.com/readmeio/fetch-har/commit/17071a2)), closes [#274](https://github.com/readmeio/fetch-har/issues/274)
|
|
104
|
-
* chore(deps): bump actions/cache from 3.0.3 to 3.0.4 (#289) ([a2c9255](https://github.com/readmeio/fetch-har/commit/a2c9255)), closes [#289](https://github.com/readmeio/fetch-har/issues/289)
|
|
105
|
-
* chore(deps): bump actions/cache from 3.0.4 to 3.0.5 (#299) ([b4a8229](https://github.com/readmeio/fetch-har/commit/b4a8229)), closes [#299](https://github.com/readmeio/fetch-har/issues/299)
|
|
106
|
-
* chore(deps): bump formdata-node from 4.3.2 to 4.3.3 (#288) ([2226cd7](https://github.com/readmeio/fetch-har/commit/2226cd7)), closes [#288](https://github.com/readmeio/fetch-har/issues/288)
|
|
107
|
-
* chore(deps): bump terser from 4.8.0 to 4.8.1 (#296) ([9fb708f](https://github.com/readmeio/fetch-har/commit/9fb708f)), closes [#296](https://github.com/readmeio/fetch-har/issues/296)
|
|
108
|
-
* fix: don't look for a length on `postData.text` if it's undefined (#272) ([cd70c2f](https://github.com/readmeio/fetch-har/commit/cd70c2f)), closes [#272](https://github.com/readmeio/fetch-har/issues/272)
|
|
109
|
-
* fix: pin to node 18.0 (#273) ([9ab5991](https://github.com/readmeio/fetch-har/commit/9ab5991)), closes [#273](https://github.com/readmeio/fetch-har/issues/273)
|
|
110
|
-
* fix: support for uploading multiple files through the same parameter (#298) ([b3f4877](https://github.com/readmeio/fetch-har/commit/b3f4877)), closes [#298](https://github.com/readmeio/fetch-har/issues/298)
|
|
111
|
-
* ci: pin ci to node 18.0 ([6ce62ac](https://github.com/readmeio/fetch-har/commit/6ce62ac))
|
|
112
|
-
* ci: pin to node 18.1 because 18.2 has broken cookie header support ([05748b4](https://github.com/readmeio/fetch-har/commit/05748b4))
|
|
113
|
-
* ci: running ci tests on the latest node 18 again ([0465075](https://github.com/readmeio/fetch-har/commit/0465075))
|
|
114
|
-
* build: 8.0.2 release ([491eedf](https://github.com/readmeio/fetch-har/commit/491eedf))
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## <small>8.0.2 (2022-05-20)</small>
|
|
119
|
-
|
|
120
|
-
* fix: don't look for a length on `postData.text` if it's undefined (#272) ([cd70c2f](https://github.com/readmeio/fetch-har/commit/cd70c2f)), closes [#272](https://github.com/readmeio/fetch-har/issues/272)
|
|
121
|
-
* fix: pin to node 18.0 (#273) ([9ab5991](https://github.com/readmeio/fetch-har/commit/9ab5991)), closes [#273](https://github.com/readmeio/fetch-har/issues/273)
|
|
122
|
-
* ci: pin ci to node 18.0 ([6ce62ac](https://github.com/readmeio/fetch-har/commit/6ce62ac))
|
|
123
|
-
* ci: pin to node 18.1 because 18.2 has broken cookie header support ([05748b4](https://github.com/readmeio/fetch-har/commit/05748b4))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## <small>8.0.1 (2022-05-03)</small>
|
|
128
|
-
|
|
129
|
-
* fix: making har-format types a regular dep ([93dcb7d](https://github.com/readmeio/fetch-har/commit/93dcb7d))
|
|
130
|
-
* chore: don't remove a `@types/` directory that we aren't using ([c915fae](https://github.com/readmeio/fetch-har/commit/c915fae))
|
|
131
|
-
* chore(deps-dev): bump @types/node from 17.0.29 to 17.0.30 (#269) ([e6f62f3](https://github.com/readmeio/fetch-har/commit/e6f62f3)), closes [#269](https://github.com/readmeio/fetch-har/issues/269)
|
|
132
|
-
* chore(deps-dev): bump ts-loader from 7.0.5 to 9.3.0 (#268) ([34877c5](https://github.com/readmeio/fetch-har/commit/34877c5)), closes [#268](https://github.com/readmeio/fetch-har/issues/268)
|
|
133
|
-
* chore(deps-dev): bump typescript from 4.6.3 to 4.6.4 (#267) ([826dcac](https://github.com/readmeio/fetch-har/commit/826dcac)), closes [#267](https://github.com/readmeio/fetch-har/issues/267)
|
|
134
|
-
* chore(deps): bump actions/cache from 3.0.1 to 3.0.2 (#270) ([55e45a6](https://github.com/readmeio/fetch-har/commit/55e45a6)), closes [#270](https://github.com/readmeio/fetch-har/issues/270)
|
|
135
|
-
* chore(deps): bump github/codeql-action from 1 to 2 (#271) ([e29ddce](https://github.com/readmeio/fetch-har/commit/e29ddce)), closes [#271](https://github.com/readmeio/fetch-har/issues/271)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## 8.0.0 (2022-04-28)
|
|
140
|
-
|
|
141
|
-
> **BREAKING CHANGE**
|
|
142
|
-
>
|
|
143
|
-
> 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 with `import` you don't need to do anything, but if you're using `require()` you'll need to do `require('fetch-har').default`.
|
|
144
|
-
|
|
145
|
-
* feat: adding test for common mocking libraries (#266) ([1cdb0bf](https://github.com/readmeio/fetch-har/commit/1cdb0bf)), closes [#266](https://github.com/readmeio/fetch-har/issues/266)
|
|
146
|
-
* feat: rewriting the library in typescript, adding support for node 18 (#265) ([209cb20](https://github.com/readmeio/fetch-har/commit/209cb20)), closes [#265](https://github.com/readmeio/fetch-har/issues/265)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
## 7.0.0 (2022-04-26)
|
|
151
|
-
|
|
152
|
-
> **BREAKING CHANGE**
|
|
153
|
-
>
|
|
154
|
-
> Node 12 is no longer supported with this release.
|
|
155
|
-
|
|
156
|
-
* chore: removing some docs from the repo now that they're in our .github/ repo ([86035f0](https://github.com/readmeio/fetch-har/commit/86035f0))
|
|
157
|
-
* chore(deps-dev): bump chai from 4.3.4 to 4.3.6 (#247) ([e32e3b1](https://github.com/readmeio/fetch-har/commit/e32e3b1)), closes [#247](https://github.com/readmeio/fetch-har/issues/247)
|
|
158
|
-
* chore(deps-dev): bump eslint from 8.11.0 to 8.12.0 (#258) ([86a2706](https://github.com/readmeio/fetch-har/commit/86a2706)), closes [#258](https://github.com/readmeio/fetch-har/issues/258)
|
|
159
|
-
* chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 (#246) ([1dc64b6](https://github.com/readmeio/fetch-har/commit/1dc64b6)), closes [#246](https://github.com/readmeio/fetch-har/issues/246)
|
|
160
|
-
* chore(deps-dev): bump eslint-plugin-compat from 4.0.1 to 4.0.2 (#245) ([71626b1](https://github.com/readmeio/fetch-har/commit/71626b1)), closes [#245](https://github.com/readmeio/fetch-har/issues/245)
|
|
161
|
-
* chore(deps-dev): bump form-data-encoder from 1.7.1 to 1.7.2 (#262) ([c56238e](https://github.com/readmeio/fetch-har/commit/c56238e)), closes [#262](https://github.com/readmeio/fetch-har/issues/262)
|
|
162
|
-
* chore(deps-dev): bump mocha from 9.1.4 to 9.2.0 (#248) ([80b677e](https://github.com/readmeio/fetch-har/commit/80b677e)), closes [#248](https://github.com/readmeio/fetch-har/issues/248)
|
|
163
|
-
* chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 (#261) ([74022ed](https://github.com/readmeio/fetch-har/commit/74022ed)), closes [#261](https://github.com/readmeio/fetch-har/issues/261)
|
|
164
|
-
* chore(deps-dev): bumping out of date dev deps ([9c6c07f](https://github.com/readmeio/fetch-har/commit/9c6c07f))
|
|
165
|
-
* chore(deps-dev): bumping out of date dev deps (#256) ([f85da13](https://github.com/readmeio/fetch-har/commit/f85da13)), closes [#256](https://github.com/readmeio/fetch-har/issues/256)
|
|
166
|
-
* chore(deps-dev): removing eslint-plugin-mocha as a hard devdep (#244) ([e21fc15](https://github.com/readmeio/fetch-har/commit/e21fc15)), closes [#244](https://github.com/readmeio/fetch-har/issues/244)
|
|
167
|
-
* chore(deps-dev): upgrading our eslint config to pull in the new mocha config (#243) ([79c4348](https://github.com/readmeio/fetch-har/commit/79c4348)), closes [#243](https://github.com/readmeio/fetch-har/issues/243)
|
|
168
|
-
* chore(deps): bump actions/cache from 2 to 3.0.1 (#259) ([68f506b](https://github.com/readmeio/fetch-har/commit/68f506b)), closes [#259](https://github.com/readmeio/fetch-har/issues/259)
|
|
169
|
-
* chore(deps): bump actions/checkout from 2 to 3 (#260) ([08a76a0](https://github.com/readmeio/fetch-har/commit/08a76a0)), closes [#260](https://github.com/readmeio/fetch-har/issues/260)
|
|
170
|
-
* chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#250) ([239b437](https://github.com/readmeio/fetch-har/commit/239b437)), closes [#250](https://github.com/readmeio/fetch-har/issues/250)
|
|
171
|
-
* chore(deps): bump minimist from 1.2.5 to 1.2.6 (#257) ([b29ec68](https://github.com/readmeio/fetch-har/commit/b29ec68)), closes [#257](https://github.com/readmeio/fetch-har/issues/257)
|
|
172
|
-
* feat: adding support for node 18 (#263) ([c83dd79](https://github.com/readmeio/fetch-har/commit/c83dd79)), closes [#263](https://github.com/readmeio/fetch-har/issues/263)
|
|
173
|
-
* docs: fixing a typo ([c247ceb](https://github.com/readmeio/fetch-har/commit/c247ceb))
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## 6.1.0 (2022-01-27)
|
|
178
|
-
|
|
179
|
-
* feat: automatically polyfilling FormData with formdata-node if present (#241) ([da94dfc](https://github.com/readmeio/fetch-har/commit/da94dfc)), closes [#241](https://github.com/readmeio/fetch-har/issues/241)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## <small>6.0.2 (2022-01-27)</small>
|
|
184
|
-
|
|
185
|
-
* fix: typo in the optional formdata-node package ([d05bcda](https://github.com/readmeio/fetch-har/commit/d05bcda))
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
## <small>6.0.1 (2022-01-26)</small>
|
|
190
|
-
|
|
191
|
-
* fix: regression in query parameter handling (#242) ([6c6a147](https://github.com/readmeio/fetch-har/commit/6c6a147)), closes [#242](https://github.com/readmeio/fetch-har/issues/242)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
## <small>6.0.0 (2022-01-25)</small>
|
|
196
|
-
|
|
197
|
-
> **BREAKING CHANGE**
|
|
198
|
-
>
|
|
199
|
-
> With this release we no longer support the [form-data](https://npm.im/form-data) package as it's handling of `multipart/form-data` is non-compliant with the browser `FormData` API. Please use [formdata-node](https://npm.im/formdata-node) or [formdata-polyfill](https://npm.im/formdata-polyfill) instead.
|
|
200
|
-
>
|
|
201
|
-
> 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.
|
|
202
|
-
|
|
203
|
-
* fix: handling of multipart/form-data requests and how we interact with FormData ([#237](https://github.com/readmeio/fetch-har/pull/237))
|
|
204
|
-
* chore(deps-dev): bumping node-fetch ([#240]((https://github.com/readmeio/fetch-har/pull/240))
|
|
205
|
-
* fix: improper handling of query strings ([#239](https://github.com/readmeio/fetch-har/pull/239))
|
|
206
|
-
* feat: extending the new files option to allow overriding raw binary payloads ([#238](https://github.com/readmeio/fetch-har/pull/238))
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## <small>5.0.5 (2022-01-03)</small>
|
|
212
|
-
|
|
213
|
-
* chore: removing the publishConfig from the package file ([05df1e7](https://github.com/readmeio/fetch-har/commit/05df1e7))
|
|
214
|
-
* chore(deps-dev): bump @readme/eslint-config from 8.0.2 to 8.1.1 (#235) ([f10d1dd](https://github.com/readmeio/fetch-har/commit/f10d1dd)), closes [#235](https://github.com/readmeio/fetch-har/issues/235)
|
|
215
|
-
* chore(deps-dev): bump body-parser from 1.19.0 to 1.19.1 (#225) ([a42b49d](https://github.com/readmeio/fetch-har/commit/a42b49d)), closes [#225](https://github.com/readmeio/fetch-har/issues/225)
|
|
216
|
-
* chore(deps-dev): bump eslint from 8.3.0 to 8.6.0 (#228) ([e592606](https://github.com/readmeio/fetch-har/commit/e592606)), closes [#228](https://github.com/readmeio/fetch-har/issues/228)
|
|
217
|
-
* chore(deps-dev): bump har-examples from 2.0.2 to 2.1.0 (#231) ([efaa16e](https://github.com/readmeio/fetch-har/commit/efaa16e)), closes [#231](https://github.com/readmeio/fetch-har/issues/231)
|
|
218
|
-
* chore(deps-dev): bump jest from 27.4.2 to 27.4.5 (#234) ([24f099e](https://github.com/readmeio/fetch-har/commit/24f099e)), closes [#234](https://github.com/readmeio/fetch-har/issues/234)
|
|
219
|
-
* chore(deps-dev): bump jest-puppeteer from 6.0.2 to 6.0.3 (#229) ([fcd9262](https://github.com/readmeio/fetch-har/commit/fcd9262)), closes [#229](https://github.com/readmeio/fetch-har/issues/229)
|
|
220
|
-
* chore(deps-dev): bump multer from 1.4.3 to 1.4.4 (#232) ([4119c42](https://github.com/readmeio/fetch-har/commit/4119c42)), closes [#232](https://github.com/readmeio/fetch-har/issues/232)
|
|
221
|
-
* chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 (#233) ([4f96fae](https://github.com/readmeio/fetch-har/commit/4f96fae)), closes [#233](https://github.com/readmeio/fetch-har/issues/233)
|
|
222
|
-
* chore(deps-dev): bump webpack from 5.64.4 to 5.65.0 (#230) ([f06706b](https://github.com/readmeio/fetch-har/commit/f06706b)), closes [#230](https://github.com/readmeio/fetch-har/issues/230)
|
|
223
|
-
* chore(deps-dev): bump webpack-dev-middleware from 5.2.2 to 5.3.0 (#227) ([f68d06c](https://github.com/readmeio/fetch-har/commit/f68d06c)), closes [#227](https://github.com/readmeio/fetch-har/issues/227)
|
|
224
|
-
* chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#226) ([38fa52b](https://github.com/readmeio/fetch-har/commit/38fa52b)), closes [#226](https://github.com/readmeio/fetch-har/issues/226)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## <small>5.0.4 (2021-12-01)</small>
|
|
229
|
-
|
|
230
|
-
* chore(deps-dev): bump @readme/eslint-config from 7.1.1 to 7.2.2 (#211) ([1081874](https://github.com/readmeio/fetch-har/commit/1081874)), closes [#211](https://github.com/readmeio/fetch-har/issues/211)
|
|
231
|
-
* chore(deps-dev): bump cookie-parser from 1.4.5 to 1.4.6 (#219) ([41d8c60](https://github.com/readmeio/fetch-har/commit/41d8c60)), closes [#219](https://github.com/readmeio/fetch-har/issues/219)
|
|
232
|
-
* chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 (#215) ([ab0e294](https://github.com/readmeio/fetch-har/commit/ab0e294)), closes [#215](https://github.com/readmeio/fetch-har/issues/215)
|
|
233
|
-
* chore(deps-dev): bump har-examples from 2.0.1 to 2.0.2 (#204) ([87b1742](https://github.com/readmeio/fetch-har/commit/87b1742)), closes [#204](https://github.com/readmeio/fetch-har/issues/204)
|
|
234
|
-
* chore(deps-dev): bump jest from 27.2.0 to 27.2.4 (#205) ([37446e8](https://github.com/readmeio/fetch-har/commit/37446e8)), closes [#205](https://github.com/readmeio/fetch-har/issues/205)
|
|
235
|
-
* chore(deps-dev): bump jest from 27.2.4 to 27.3.1 (#212) ([bc85194](https://github.com/readmeio/fetch-har/commit/bc85194)), closes [#212](https://github.com/readmeio/fetch-har/issues/212)
|
|
236
|
-
* chore(deps-dev): bump jest from 27.3.1 to 27.4.2 (#221) ([8c9dafd](https://github.com/readmeio/fetch-har/commit/8c9dafd)), closes [#221](https://github.com/readmeio/fetch-har/issues/221)
|
|
237
|
-
* chore(deps-dev): bump jest-puppeteer from 5.0.4 to 6.0.0 (#207) ([11ccb44](https://github.com/readmeio/fetch-har/commit/11ccb44)), closes [#207](https://github.com/readmeio/fetch-har/issues/207)
|
|
238
|
-
* chore(deps-dev): bump jest-puppeteer from 6.0.0 to 6.0.2 (#222) ([d17d217](https://github.com/readmeio/fetch-har/commit/d17d217)), closes [#222](https://github.com/readmeio/fetch-har/issues/222)
|
|
239
|
-
* chore(deps-dev): bump nock from 13.1.3 to 13.1.4 (#209) ([4f81357](https://github.com/readmeio/fetch-har/commit/4f81357)), closes [#209](https://github.com/readmeio/fetch-har/issues/209)
|
|
240
|
-
* chore(deps-dev): bump nock from 13.1.4 to 13.2.1 (#224) ([fefd729](https://github.com/readmeio/fetch-har/commit/fefd729)), closes [#224](https://github.com/readmeio/fetch-har/issues/224)
|
|
241
|
-
* chore(deps-dev): bump node-fetch from 2.6.1 to 2.6.5 (#208) ([eadd607](https://github.com/readmeio/fetch-har/commit/eadd607)), closes [#208](https://github.com/readmeio/fetch-har/issues/208)
|
|
242
|
-
* chore(deps-dev): bump node-fetch from 2.6.5 to 2.6.6 (#214) ([6bfe538](https://github.com/readmeio/fetch-har/commit/6bfe538)), closes [#214](https://github.com/readmeio/fetch-har/issues/214)
|
|
243
|
-
* chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 (#216) ([dee54f6](https://github.com/readmeio/fetch-har/commit/dee54f6)), closes [#216](https://github.com/readmeio/fetch-har/issues/216)
|
|
244
|
-
* chore(deps-dev): bump webpack from 5.53.0 to 5.55.1 (#202) ([427332e](https://github.com/readmeio/fetch-har/commit/427332e)), closes [#202](https://github.com/readmeio/fetch-har/issues/202)
|
|
245
|
-
* chore(deps-dev): bump webpack from 5.55.1 to 5.61.0 (#213) ([8276f5f](https://github.com/readmeio/fetch-har/commit/8276f5f)), closes [#213](https://github.com/readmeio/fetch-har/issues/213)
|
|
246
|
-
* chore(deps-dev): bump webpack from 5.61.0 to 5.64.4 (#220) ([0dcfb6c](https://github.com/readmeio/fetch-har/commit/0dcfb6c)), closes [#220](https://github.com/readmeio/fetch-har/issues/220)
|
|
247
|
-
* chore(deps-dev): bump webpack-dev-middleware from 5.1.0 to 5.2.1 (#206) ([94f0ad2](https://github.com/readmeio/fetch-har/commit/94f0ad2)), closes [#206](https://github.com/readmeio/fetch-har/issues/206)
|
|
248
|
-
* chore(deps-dev): bump webpack-dev-middleware from 5.2.1 to 5.2.2 (#223) ([90c0501](https://github.com/readmeio/fetch-har/commit/90c0501)), closes [#223](https://github.com/readmeio/fetch-har/issues/223)
|
|
249
|
-
* chore(deps-dev): upgrading eslint to v8 ([f06d433](https://github.com/readmeio/fetch-har/commit/f06d433))
|
|
250
|
-
* chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#210) ([5360ba9](https://github.com/readmeio/fetch-har/commit/5360ba9)), closes [#210](https://github.com/readmeio/fetch-har/issues/210)
|
|
251
|
-
* chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#217) ([0e46da0](https://github.com/readmeio/fetch-har/commit/0e46da0)), closes [#217](https://github.com/readmeio/fetch-har/issues/217)
|
|
252
|
-
* chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#203) ([e6a4529](https://github.com/readmeio/fetch-har/commit/e6a4529)), closes [#203](https://github.com/readmeio/fetch-har/issues/203)
|
|
253
|
-
* chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#218) ([e2cab24](https://github.com/readmeio/fetch-har/commit/e2cab24)), closes [#218](https://github.com/readmeio/fetch-har/issues/218)
|
|
254
|
-
* docs: adding a code of conduct ([cbc9fa0](https://github.com/readmeio/fetch-har/commit/cbc9fa0))
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## <small>5.0.3 (2021-09-16)</small>
|
|
259
|
-
|
|
260
|
-
* ci: updating codeql to run tests against main ([f3afd13](https://github.com/readmeio/fetch-har/commit/f3afd13))
|
|
261
|
-
* chore(deps-dev): bumping dev deps ([e33cc1d](https://github.com/readmeio/fetch-har/commit/e33cc1d))
|
|
262
|
-
* docs: adding a pr template ([8d5ed6a](https://github.com/readmeio/fetch-har/commit/8d5ed6a))
|
|
263
|
-
* docs: adding a security policy ([898df5c](https://github.com/readmeio/fetch-har/commit/898df5c))
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
## <small>5.0.2 (2021-09-01)</small>
|
|
268
|
-
|
|
269
|
-
* chore(deps-dev): bump @readme/eslint-config from 6.0.0 to 6.1.0 (#201) ([0332ae8](https://github.com/readmeio/fetch-har/commit/0332ae8)), closes [#201](https://github.com/readmeio/fetch-har/issues/201)
|
|
270
|
-
* chore(deps-dev): bump jest from 27.0.6 to 27.1.0 (#199) ([72c68fd](https://github.com/readmeio/fetch-har/commit/72c68fd)), closes [#199](https://github.com/readmeio/fetch-har/issues/199)
|
|
271
|
-
* chore(deps): removing conventional-changelog-cli in favor of using npx ([3751b64](https://github.com/readmeio/fetch-har/commit/3751b64))
|
|
272
|
-
* ci: ignoring node-fetch after v3 because its now an esm package ([cdd1f95](https://github.com/readmeio/fetch-har/commit/cdd1f95))
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
## <small>5.0.1 (2021-08-26)</small>
|
|
277
|
-
|
|
278
|
-
* chore: running npm audit ([b2410ad](https://github.com/readmeio/fetch-har/commit/b2410ad))
|
|
279
|
-
* chore(deps-dev): bump eslint from 7.31.0 to 7.32.0 (#193) ([9249a8f](https://github.com/readmeio/fetch-har/commit/9249a8f)), closes [#193](https://github.com/readmeio/fetch-har/issues/193)
|
|
280
|
-
* chore(deps-dev): bump eslint-plugin-compat from 3.11.1 to 3.13.0 (#196) ([90df2de](https://github.com/readmeio/fetch-har/commit/90df2de)), closes [#196](https://github.com/readmeio/fetch-har/issues/196)
|
|
281
|
-
* chore(deps-dev): bump multer from 1.4.2 to 1.4.3 (#195) ([d3da3e9](https://github.com/readmeio/fetch-har/commit/d3da3e9)), closes [#195](https://github.com/readmeio/fetch-har/issues/195)
|
|
282
|
-
* chore(deps-dev): bump nock from 13.1.1 to 13.1.3 (#197) ([888078c](https://github.com/readmeio/fetch-har/commit/888078c)), closes [#197](https://github.com/readmeio/fetch-har/issues/197)
|
|
283
|
-
* chore(deps-dev): bump webpack from 5.47.1 to 5.51.1 (#198) ([55835c2](https://github.com/readmeio/fetch-har/commit/55835c2)), closes [#198](https://github.com/readmeio/fetch-har/issues/198)
|
|
284
|
-
* chore(deps): bump actions/setup-node from 2.3.0 to 2.4.0 (#194) ([e8ca591](https://github.com/readmeio/fetch-har/commit/e8ca591)), closes [#194](https://github.com/readmeio/fetch-har/issues/194)
|
|
285
|
-
* ci: updating the dependabot label ([77aebdc](https://github.com/readmeio/fetch-har/commit/77aebdc))
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## 5.0.0 (2021-07-29)
|
|
290
|
-
|
|
291
|
-
> ⚠️ This is a breaking release! `fetch-har` no longer supports Node 10.
|
|
292
|
-
|
|
293
|
-
* fix: catch and toss errors from illegal header names in HARs (#192) ([d88308a](https://github.com/readmeio/fetch-har/commit/d88308a)), closes [#192](https://github.com/readmeio/fetch-har/issues/192)
|
|
294
|
-
* chore: stop running jest in band ([adbbf14](https://github.com/readmeio/fetch-har/commit/adbbf14))
|
|
295
|
-
* chore(deps-dev): bump eslint from 7.26.0 to 7.29.0 ([#175](https://github.com/readmeio/fetch-har/issues/175), [#186](https://github.com/readmeio/fetch-har/issues/186))
|
|
296
|
-
* chore(deps-dev): bump jest from 26.6.3 to 27.0.6 ([#179](https://github.com/readmeio/fetch-har/issues/179), [#187](https://github.com/readmeio/fetch-har/issues/187))
|
|
297
|
-
* chore(deps-dev): bump jest-puppeteer from 5.0.3 to 5.0.4 (#181) ([6059be7](https://github.com/readmeio/fetch-har/commit/6059be7)), closes [#181](https://github.com/readmeio/fetch-har/issues/181)
|
|
298
|
-
* chore(deps-dev): bump nock from 13.0.11 to 13.1.0 (#177) ([4f33779](https://github.com/readmeio/fetch-har/commit/4f33779)), closes [#177](https://github.com/readmeio/fetch-har/issues/177)
|
|
299
|
-
* chore(deps-dev): bump prettier from 2.2.1 to 2.3.2 ([#176](https://github.com/readmeio/fetch-har/issues/176), [#184](https://github.com/readmeio/fetch-har/issues/184))
|
|
300
|
-
* chore(deps-dev): bump puppeteer from 9.0.0 to 9.1.1 (#178) ([db457eb](https://github.com/readmeio/fetch-har/commit/db457eb)), closes [#178](https://github.com/readmeio/fetch-har/issues/178)
|
|
301
|
-
* chore(deps-dev): bump webpack-dev-middleware from 4.0.2 to 4.3.0 (#180) ([66e48c5](https://github.com/readmeio/fetch-har/commit/66e48c5)), closes [#180](https://github.com/readmeio/fetch-har/issues/180)
|
|
302
|
-
* chore(deps-dev): removing jsinspect as a dev dependency ([27972c1](https://github.com/readmeio/fetch-har/commit/27972c1))
|
|
303
|
-
* chore(deps): bump actions/setup-node from 2.1.5 to 2.3.0 ([#183](https://github.com/readmeio/fetch-har/issues/183), [#191](https://github.com/readmeio/fetch-har/issues/191))
|
|
304
|
-
* chore(deps): bump browserslist from 4.16.0 to 4.16.6 (#172) ([e57ccdf](https://github.com/readmeio/fetch-har/commit/e57ccdf)), closes [#172](https://github.com/readmeio/fetch-har/issues/172)
|
|
305
|
-
* chore(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#171) ([1d9ac60](https://github.com/readmeio/fetch-har/commit/1d9ac60)), closes [#171](https://github.com/readmeio/fetch-har/issues/171)
|
|
306
|
-
* chore(deps): bump parse-data-url from 3.0.0 to 4.0.1 (#174) ([bf274d4](https://github.com/readmeio/fetch-har/commit/bf274d4)), closes [#174](https://github.com/readmeio/fetch-har/issues/174)
|
|
307
|
-
* chore(deps): bump ws from 7.3.1 to 7.4.6 (#173) ([a4c4f68](https://github.com/readmeio/fetch-har/commit/a4c4f68)), closes [#173](https://github.com/readmeio/fetch-har/issues/173)
|
|
308
|
-
* feat: dropping support for node 10 (#190) ([078b9d3](https://github.com/readmeio/fetch-har/commit/078b9d3)), closes [#190](https://github.com/readmeio/fetch-har/issues/190)
|
|
309
|
-
* ci: upgrading the codeql workflow to the latest way its configured ([8bcc042](https://github.com/readmeio/fetch-har/commit/8bcc042))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
## <small>4.0.3 (2021-05-10)</small>
|
|
314
|
-
|
|
315
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.4.2 to 3.4.3 (#93) ([b8757c9](https://github.com/readmeio/fetch-har/commit/b8757c9)), closes [#93](https://github.com/readmeio/fetch-har/issues/93)
|
|
316
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.4.3 to 3.5.0 (#98) ([0ba00bb](https://github.com/readmeio/fetch-har/commit/0ba00bb)), closes [#98](https://github.com/readmeio/fetch-har/issues/98)
|
|
317
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.5.0 to 3.6.0 (#102) ([dbfb0e9](https://github.com/readmeio/fetch-har/commit/dbfb0e9)), closes [#102](https://github.com/readmeio/fetch-har/issues/102)
|
|
318
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.6.0 to 3.6.1 (#105) ([d95fbe3](https://github.com/readmeio/fetch-har/commit/d95fbe3)), closes [#105](https://github.com/readmeio/fetch-har/issues/105)
|
|
319
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.6.1 to 3.6.2 (#109) ([a16059e](https://github.com/readmeio/fetch-har/commit/a16059e)), closes [#109](https://github.com/readmeio/fetch-har/issues/109)
|
|
320
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.6.2 to 3.6.3 (#115) ([9ef1d0b](https://github.com/readmeio/fetch-har/commit/9ef1d0b)), closes [#115](https://github.com/readmeio/fetch-har/issues/115)
|
|
321
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.6.3 to 3.6.5 (#121) ([d0e3398](https://github.com/readmeio/fetch-har/commit/d0e3398)), closes [#121](https://github.com/readmeio/fetch-har/issues/121)
|
|
322
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.6.5 to 3.7.1 (#127) ([abdedc7](https://github.com/readmeio/fetch-har/commit/abdedc7)), closes [#127](https://github.com/readmeio/fetch-har/issues/127)
|
|
323
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.7.1 to 3.8.0 (#134) ([14dcff3](https://github.com/readmeio/fetch-har/commit/14dcff3)), closes [#134](https://github.com/readmeio/fetch-har/issues/134)
|
|
324
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.8.0 to 4.0.0 (#137) ([56c0412](https://github.com/readmeio/fetch-har/commit/56c0412)), closes [#137](https://github.com/readmeio/fetch-har/issues/137)
|
|
325
|
-
* chore(deps-dev): bump @readme/eslint-config from 4.0.0 to 4.1.0 (#142) ([fabb135](https://github.com/readmeio/fetch-har/commit/fabb135)), closes [#142](https://github.com/readmeio/fetch-har/issues/142)
|
|
326
|
-
* chore(deps-dev): bump @readme/eslint-config from 4.1.0 to 5.0.3 (#157) ([73fbbc7](https://github.com/readmeio/fetch-har/commit/73fbbc7)), closes [#157](https://github.com/readmeio/fetch-har/issues/157)
|
|
327
|
-
* chore(deps-dev): bump @readme/eslint-config from 5.0.3 to 5.0.5 (#165) ([32bc777](https://github.com/readmeio/fetch-har/commit/32bc777)), closes [#165](https://github.com/readmeio/fetch-har/issues/165)
|
|
328
|
-
* chore(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1 (#117) ([678cdf8](https://github.com/readmeio/fetch-har/commit/678cdf8)), closes [#117](https://github.com/readmeio/fetch-har/issues/117)
|
|
329
|
-
* chore(deps-dev): bump eslint from 7.10.0 to 7.11.0 (#104) ([5af0da3](https://github.com/readmeio/fetch-har/commit/5af0da3)), closes [#104](https://github.com/readmeio/fetch-har/issues/104)
|
|
330
|
-
* chore(deps-dev): bump eslint from 7.11.0 to 7.12.0 (#108) ([c5f5497](https://github.com/readmeio/fetch-har/commit/c5f5497)), closes [#108](https://github.com/readmeio/fetch-har/issues/108)
|
|
331
|
-
* chore(deps-dev): bump eslint from 7.12.0 to 7.12.1 (#111) ([890dc0a](https://github.com/readmeio/fetch-har/commit/890dc0a)), closes [#111](https://github.com/readmeio/fetch-har/issues/111)
|
|
332
|
-
* chore(deps-dev): bump eslint from 7.12.1 to 7.13.0 (#118) ([4f7cbeb](https://github.com/readmeio/fetch-har/commit/4f7cbeb)), closes [#118](https://github.com/readmeio/fetch-har/issues/118)
|
|
333
|
-
* chore(deps-dev): bump eslint from 7.13.0 to 7.14.0 (#123) ([b10819b](https://github.com/readmeio/fetch-har/commit/b10819b)), closes [#123](https://github.com/readmeio/fetch-har/issues/123)
|
|
334
|
-
* chore(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#130) ([eb38620](https://github.com/readmeio/fetch-har/commit/eb38620)), closes [#130](https://github.com/readmeio/fetch-har/issues/130)
|
|
335
|
-
* chore(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#135) ([d6fdc34](https://github.com/readmeio/fetch-har/commit/d6fdc34)), closes [#135](https://github.com/readmeio/fetch-har/issues/135)
|
|
336
|
-
* chore(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#141) ([22bc88b](https://github.com/readmeio/fetch-har/commit/22bc88b)), closes [#141](https://github.com/readmeio/fetch-har/issues/141)
|
|
337
|
-
* chore(deps-dev): bump eslint from 7.17.0 to 7.23.0 (#159) ([7b2d4cd](https://github.com/readmeio/fetch-har/commit/7b2d4cd)), closes [#159](https://github.com/readmeio/fetch-har/issues/159)
|
|
338
|
-
* chore(deps-dev): bump eslint from 7.23.0 to 7.25.0 (#162) ([653218d](https://github.com/readmeio/fetch-har/commit/653218d)), closes [#162](https://github.com/readmeio/fetch-har/issues/162)
|
|
339
|
-
* chore(deps-dev): bump eslint from 7.25.0 to 7.26.0 (#170) ([23cc025](https://github.com/readmeio/fetch-har/commit/23cc025)), closes [#170](https://github.com/readmeio/fetch-har/issues/170)
|
|
340
|
-
* chore(deps-dev): bump eslint from 7.8.1 to 7.9.0 (#94) ([1d6043b](https://github.com/readmeio/fetch-har/commit/1d6043b)), closes [#94](https://github.com/readmeio/fetch-har/issues/94)
|
|
341
|
-
* chore(deps-dev): bump eslint from 7.9.0 to 7.10.0 (#99) ([25e9c3b](https://github.com/readmeio/fetch-har/commit/25e9c3b)), closes [#99](https://github.com/readmeio/fetch-har/issues/99)
|
|
342
|
-
* chore(deps-dev): bump eslint-plugin-compat from 3.8.0 to 3.9.0 (#138) ([137d5da](https://github.com/readmeio/fetch-har/commit/137d5da)), closes [#138](https://github.com/readmeio/fetch-har/issues/138)
|
|
343
|
-
* chore(deps-dev): bump form-data from 3.0.0 to 4.0.0 (#149) ([2a1c8d1](https://github.com/readmeio/fetch-har/commit/2a1c8d1)), closes [#149](https://github.com/readmeio/fetch-har/issues/149)
|
|
344
|
-
* chore(deps-dev): bump jest from 26.4.2 to 26.5.3 (#103) ([bafb0dc](https://github.com/readmeio/fetch-har/commit/bafb0dc)), closes [#103](https://github.com/readmeio/fetch-har/issues/103)
|
|
345
|
-
* chore(deps-dev): bump jest from 26.5.3 to 26.6.1 (#107) ([219d843](https://github.com/readmeio/fetch-har/commit/219d843)), closes [#107](https://github.com/readmeio/fetch-har/issues/107)
|
|
346
|
-
* chore(deps-dev): bump jest from 26.6.1 to 26.6.3 (#116) ([585204f](https://github.com/readmeio/fetch-har/commit/585204f)), closes [#116](https://github.com/readmeio/fetch-har/issues/116)
|
|
347
|
-
* chore(deps-dev): bump jest-puppeteer from 4.4.0 to 5.0.3 (#161) ([644a765](https://github.com/readmeio/fetch-har/commit/644a765)), closes [#161](https://github.com/readmeio/fetch-har/issues/161)
|
|
348
|
-
* chore(deps-dev): bump nock from 13.0.4 to 13.0.5 (#119) ([3abd391](https://github.com/readmeio/fetch-har/commit/3abd391)), closes [#119](https://github.com/readmeio/fetch-har/issues/119)
|
|
349
|
-
* chore(deps-dev): bump nock from 13.0.5 to 13.0.11 (#158) ([ef5e7ea](https://github.com/readmeio/fetch-har/commit/ef5e7ea)), closes [#158](https://github.com/readmeio/fetch-har/issues/158)
|
|
350
|
-
* chore(deps-dev): bump prettier from 2.1.1 to 2.1.2 (#97) ([2be25cd](https://github.com/readmeio/fetch-har/commit/2be25cd)), closes [#97](https://github.com/readmeio/fetch-har/issues/97)
|
|
351
|
-
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 (#122) ([d11a6b8](https://github.com/readmeio/fetch-har/commit/d11a6b8)), closes [#122](https://github.com/readmeio/fetch-har/issues/122)
|
|
352
|
-
* chore(deps-dev): bump prettier from 2.2.0 to 2.2.1 (#126) ([5379593](https://github.com/readmeio/fetch-har/commit/5379593)), closes [#126](https://github.com/readmeio/fetch-har/issues/126)
|
|
353
|
-
* chore(deps-dev): bump puppeteer from 5.2.1 to 5.3.0 (#95) ([4380d9a](https://github.com/readmeio/fetch-har/commit/4380d9a)), closes [#95](https://github.com/readmeio/fetch-har/issues/95)
|
|
354
|
-
* chore(deps-dev): bump puppeteer from 5.3.0 to 5.3.1 (#100) ([e79f3c8](https://github.com/readmeio/fetch-har/commit/e79f3c8)), closes [#100](https://github.com/readmeio/fetch-har/issues/100)
|
|
355
|
-
* chore(deps-dev): bump puppeteer from 5.3.1 to 5.4.0 (#106) ([ff0b262](https://github.com/readmeio/fetch-har/commit/ff0b262)), closes [#106](https://github.com/readmeio/fetch-har/issues/106)
|
|
356
|
-
* chore(deps-dev): bump puppeteer from 5.4.0 to 5.4.1 (#113) ([dab3b92](https://github.com/readmeio/fetch-har/commit/dab3b92)), closes [#113](https://github.com/readmeio/fetch-har/issues/113)
|
|
357
|
-
* chore(deps-dev): bump puppeteer from 5.4.1 to 5.5.0 (#124) ([c187090](https://github.com/readmeio/fetch-har/commit/c187090)), closes [#124](https://github.com/readmeio/fetch-har/issues/124)
|
|
358
|
-
* chore(deps-dev): bump puppeteer from 5.5.0 to 8.0.0 (#150) ([e2fd4cc](https://github.com/readmeio/fetch-har/commit/e2fd4cc)), closes [#150](https://github.com/readmeio/fetch-har/issues/150)
|
|
359
|
-
* chore(deps-dev): bump puppeteer from 8.0.0 to 9.0.0 (#164) ([9255175](https://github.com/readmeio/fetch-har/commit/9255175)), closes [#164](https://github.com/readmeio/fetch-har/issues/164)
|
|
360
|
-
* chore(deps-dev): bump webpack from 4.44.1 to 4.44.2 (#96) ([0343dde](https://github.com/readmeio/fetch-har/commit/0343dde)), closes [#96](https://github.com/readmeio/fetch-har/issues/96)
|
|
361
|
-
* chore(deps-dev): bump webpack from 4.44.2 to 4.45.0 (#143) ([32f0145](https://github.com/readmeio/fetch-har/commit/32f0145)), closes [#143](https://github.com/readmeio/fetch-har/issues/143)
|
|
362
|
-
* chore(deps-dev): bump webpack-dev-middleware from 3.7.2 to 4.0.0 (#112) ([1dcf456](https://github.com/readmeio/fetch-har/commit/1dcf456)), closes [#112](https://github.com/readmeio/fetch-har/issues/112)
|
|
363
|
-
* chore(deps-dev): bump webpack-dev-middleware from 4.0.0 to 4.0.2 (#120) ([a4a2839](https://github.com/readmeio/fetch-har/commit/a4a2839)), closes [#120](https://github.com/readmeio/fetch-har/issues/120)
|
|
364
|
-
* chore(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#129) ([facfd40](https://github.com/readmeio/fetch-har/commit/facfd40)), closes [#129](https://github.com/readmeio/fetch-har/issues/129)
|
|
365
|
-
* chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2 (#110) ([d5a3e69](https://github.com/readmeio/fetch-har/commit/d5a3e69)), closes [#110](https://github.com/readmeio/fetch-har/issues/110)
|
|
366
|
-
* chore(deps): bump actions/setup-node from v2.1.2 to v2.1.4 (#140) ([bec4671](https://github.com/readmeio/fetch-har/commit/bec4671)), closes [#140](https://github.com/readmeio/fetch-har/issues/140)
|
|
367
|
-
* chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#154) ([c730077](https://github.com/readmeio/fetch-har/commit/c730077)), closes [#154](https://github.com/readmeio/fetch-har/issues/154)
|
|
368
|
-
* chore(deps): bump elliptic from 6.5.3 to 6.5.4 (#155) ([9152a2a](https://github.com/readmeio/fetch-har/commit/9152a2a)), closes [#155](https://github.com/readmeio/fetch-har/issues/155)
|
|
369
|
-
* chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#167) ([0a04605](https://github.com/readmeio/fetch-har/commit/0a04605)), closes [#167](https://github.com/readmeio/fetch-har/issues/167)
|
|
370
|
-
* chore(deps): bump lodash from 4.17.19 to 4.17.21 (#168) ([df63de0](https://github.com/readmeio/fetch-har/commit/df63de0)), closes [#168](https://github.com/readmeio/fetch-har/issues/168)
|
|
371
|
-
* chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#139) ([af8e377](https://github.com/readmeio/fetch-har/commit/af8e377)), closes [#139](https://github.com/readmeio/fetch-har/issues/139)
|
|
372
|
-
* chore(deps): bump ssri from 6.0.1 to 6.0.2 (#160) ([7ecd726](https://github.com/readmeio/fetch-har/commit/7ecd726)), closes [#160](https://github.com/readmeio/fetch-har/issues/160)
|
|
373
|
-
* chore(deps): bump y18n from 4.0.0 to 4.0.1 (#156) ([d5cc900](https://github.com/readmeio/fetch-har/commit/d5cc900)), closes [#156](https://github.com/readmeio/fetch-har/issues/156)
|
|
374
|
-
* chore(deps): update actions/checkout requirement to v2.3.3 (#101) ([8db38c1](https://github.com/readmeio/fetch-har/commit/8db38c1)), closes [#101](https://github.com/readmeio/fetch-har/issues/101)
|
|
375
|
-
* ci: reducing dependabot to a monthly check ([c68386d](https://github.com/readmeio/fetch-har/commit/c68386d))
|
|
376
|
-
* ci: stop dependabot trying to upgrade webpack ([f5765c2](https://github.com/readmeio/fetch-har/commit/f5765c2))
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
## <small>4.0.2 (2020-09-09)</small>
|
|
381
|
-
|
|
382
|
-
* test: adding tests to ensure data urls with files and parentheses work (#92) ([2472710](https://github.com/readmeio/fetch-har/commit/2472710)), closes [#92](https://github.com/readmeio/fetch-har/issues/92)
|
|
383
|
-
* chore(deps-dev): bump @readme/eslint-config from 3.4.1 to 3.4.2 (#86) ([2bee835](https://github.com/readmeio/fetch-har/commit/2bee835)), closes [#86](https://github.com/readmeio/fetch-har/issues/86)
|
|
384
|
-
* chore(deps-dev): bump eslint from 7.7.0 to 7.8.1 (#89) ([e5e45f7](https://github.com/readmeio/fetch-har/commit/e5e45f7)), closes [#89](https://github.com/readmeio/fetch-har/issues/89)
|
|
385
|
-
* chore(deps-dev): bump jest from 26.4.0 to 26.4.2 (#85) ([b871d59](https://github.com/readmeio/fetch-har/commit/b871d59)), closes [#85](https://github.com/readmeio/fetch-har/issues/85)
|
|
386
|
-
* chore(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 (#90) ([77eb700](https://github.com/readmeio/fetch-har/commit/77eb700)), closes [#90](https://github.com/readmeio/fetch-har/issues/90)
|
|
387
|
-
* chore(deps-dev): bump prettier from 2.0.5 to 2.1.1 (#87) ([4101e13](https://github.com/readmeio/fetch-har/commit/4101e13)), closes [#87](https://github.com/readmeio/fetch-har/issues/87)
|
|
388
|
-
* chore(deps): bump bl from 4.0.2 to 4.0.3 (#88) ([0255dbd](https://github.com/readmeio/fetch-har/commit/0255dbd)), closes [#88](https://github.com/readmeio/fetch-har/issues/88)
|
|
389
|
-
* chore(deps): bump parse-data-url from 2.0.0 to 3.0.0 (#91) ([62b1b9c](https://github.com/readmeio/fetch-har/commit/62b1b9c)), closes [#91](https://github.com/readmeio/fetch-har/issues/91)
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
## <small>4.0.1 (2020-08-17)</small>
|
|
394
|
-
|
|
395
|
-
* fix: decoding file data urls before making a web request (#79) ([f73fb2e](https://github.com/readmeio/fetch-har/commit/f73fb2e)), closes [#79](https://github.com/readmeio/fetch-har/issues/79)
|
|
396
|
-
* chore(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0 (#84) ([23d3b3f](https://github.com/readmeio/fetch-har/commit/23d3b3f)), closes [#84](https://github.com/readmeio/fetch-har/issues/84)
|
|
397
|
-
* chore(deps-dev): bump eslint from 7.6.0 to 7.7.0 (#82) ([42a1969](https://github.com/readmeio/fetch-har/commit/42a1969)), closes [#82](https://github.com/readmeio/fetch-har/issues/82)
|
|
398
|
-
* chore(deps-dev): bump har-examples from 1.0.5 to 1.0.6 (#83) ([970a355](https://github.com/readmeio/fetch-har/commit/970a355)), closes [#83](https://github.com/readmeio/fetch-har/issues/83)
|
|
399
|
-
* chore(deps-dev): bump jest from 26.2.2 to 26.4.0 (#81) ([9aaf0f4](https://github.com/readmeio/fetch-har/commit/9aaf0f4)), closes [#81](https://github.com/readmeio/fetch-har/issues/81)
|
|
400
|
-
* chore(deps-dev): bump nock from 13.0.3 to 13.0.4 (#80) ([6d21ac2](https://github.com/readmeio/fetch-har/commit/6d21ac2)), closes [#80](https://github.com/readmeio/fetch-har/issues/80)
|
|
401
|
-
* ci: adding in browser compat checks into eslint (#78) ([44a577e](https://github.com/readmeio/fetch-har/commit/44a577e)), closes [#78](https://github.com/readmeio/fetch-har/issues/78)
|
|
402
|
-
* docs: cleaning up some code comments ([ddf9fe5](https://github.com/readmeio/fetch-har/commit/ddf9fe5))
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
## 4.0.0 (2020-08-13)
|
|
407
|
-
|
|
408
|
-
* docs: updating the license ([934d7c0](https://github.com/readmeio/fetch-har/commit/934d7c0))
|
|
409
|
-
* feat: multipart/form-data support in node and browser environments (#77) ([187040c](https://github.com/readmeio/fetch-har/commit/187040c)), closes [#77](https://github.com/readmeio/fetch-har/issues/77)
|
|
410
|
-
* ci: ci workflow cleanup ([6adc306](https://github.com/readmeio/fetch-har/commit/6adc306))
|
|
411
|
-
* ci: enabling codeql (#76) ([923556f](https://github.com/readmeio/fetch-har/commit/923556f)), closes [#76](https://github.com/readmeio/fetch-har/issues/76)
|
|
412
|
-
* ci: minor fixes to our dependabot workflow ([07f7d03](https://github.com/readmeio/fetch-har/commit/07f7d03))
|
|
413
|
-
* chore(deps-dev): upgrading eslint, prettier, and @readme/eslint-config (#75) ([b456b17](https://github.com/readmeio/fetch-har/commit/b456b17)), closes [#75](https://github.com/readmeio/fetch-har/issues/75)
|
|
414
|
-
* chore(deps): bump actions/checkout from v1 to v2.3.2 (#73) ([20c757e](https://github.com/readmeio/fetch-har/commit/20c757e)), closes [#73](https://github.com/readmeio/fetch-har/issues/73)
|
|
415
|
-
* build(deps-dev): bump jest from 26.1.0 to 26.2.2 (#71) ([159f19a](https://github.com/readmeio/fetch-har/commit/159f19a)), closes [#71](https://github.com/readmeio/fetch-har/issues/71)
|
|
416
|
-
* build(deps-dev): bump nock from 13.0.2 to 13.0.3 (#72) ([c9c8721](https://github.com/readmeio/fetch-har/commit/c9c8721)), closes [#72](https://github.com/readmeio/fetch-har/issues/72)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
## <small>3.0.2 (2020-07-16)</small>
|
|
421
|
-
|
|
422
|
-
* build(deps): bump lodash from 4.17.15 to 4.17.19 (#70) ([ce0e9dd](https://github.com/readmeio/fetch-har/commit/ce0e9dd)), closes [#70](https://github.com/readmeio/fetch-har/issues/70)
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
## <small>3.0.1 (2020-07-16)</small>
|
|
427
|
-
|
|
428
|
-
* fix: improved handling of application/x-www-form-urlencoded postData (#69) ([07b875b](https://github.com/readmeio/fetch-har/commit/07b875b)), closes [#69](https://github.com/readmeio/fetch-har/issues/69)
|
|
429
|
-
* build(deps-dev): bump nock from 13.0.0 to 13.0.2 (#68) ([20c0c8f](https://github.com/readmeio/fetch-har/commit/20c0c8f)), closes [#68](https://github.com/readmeio/fetch-har/issues/68)
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
## 3.0.0 (2020-06-30)
|
|
434
|
-
|
|
435
|
-
* docs: updating docs to include the Headers polyfill ([13e04db](https://github.com/readmeio/fetch-har/commit/13e04db))
|
|
436
|
-
* fix: improper handling of application/x-www-form-urlencoded (#67) ([4aeb684](https://github.com/readmeio/fetch-har/commit/4aeb684)), closes [#67](https://github.com/readmeio/fetch-har/issues/67)
|
|
437
|
-
* build(deps-dev): bump jest from 26.0.1 to 26.1.0 (#66) ([2f0a086](https://github.com/readmeio/fetch-har/commit/2f0a086)), closes [#66](https://github.com/readmeio/fetch-har/issues/66)
|
|
438
|
-
* build(deps-dev): bump nock from 12.0.3 to 13.0.0 (#65) ([29a3520](https://github.com/readmeio/fetch-har/commit/29a3520)), closes [#65](https://github.com/readmeio/fetch-har/issues/65)
|
|
439
|
-
* chore: adding an npmignore file ([be27844](https://github.com/readmeio/fetch-har/commit/be27844))
|
|
440
|
-
* ci: updating the label that dependabot uses ([1ba88f0](https://github.com/readmeio/fetch-har/commit/1ba88f0))
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
## <small>2.3.2 (2020-06-03)</small>
|
|
445
|
-
|
|
446
|
-
* ci: create Dependabot config file (#64) ([77ddb6d](https://github.com/readmeio/fetch-har/commit/77ddb6d)), closes [#64](https://github.com/readmeio/fetch-har/issues/64)
|
|
447
|
-
* ci: running tests against node 14 ([ec6a169](https://github.com/readmeio/fetch-har/commit/ec6a169))
|
|
448
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.15.0 to 2.0.0 (#47) ([b8ef838](https://github.com/readmeio/fetch-har/commit/b8ef838)), closes [#47](https://github.com/readmeio/fetch-har/issues/47)
|
|
449
|
-
* chore(deps-dev): Bump @readme/eslint-config from 2.0.0 to 2.0.2 (#49) ([4d7ec2c](https://github.com/readmeio/fetch-har/commit/4d7ec2c)), closes [#49](https://github.com/readmeio/fetch-har/issues/49)
|
|
450
|
-
* chore(deps-dev): Bump @readme/eslint-config from 2.0.2 to 2.0.3 (#53) ([8ef6d19](https://github.com/readmeio/fetch-har/commit/8ef6d19)), closes [#53](https://github.com/readmeio/fetch-har/issues/53)
|
|
451
|
-
* chore(deps-dev): Bump @readme/eslint-config from 2.0.3 to 2.0.4 (#57) ([1705a0b](https://github.com/readmeio/fetch-har/commit/1705a0b)), closes [#57](https://github.com/readmeio/fetch-har/issues/57)
|
|
452
|
-
* chore(deps-dev): Bump @readme/eslint-config from 2.0.4 to 2.0.6 (#59) ([17a2153](https://github.com/readmeio/fetch-har/commit/17a2153)), closes [#59](https://github.com/readmeio/fetch-har/issues/59)
|
|
453
|
-
* chore(deps-dev): Bump @readme/eslint-config from 2.0.6 to 2.2.0 (#62) ([ad9e36a](https://github.com/readmeio/fetch-har/commit/ad9e36a)), closes [#62](https://github.com/readmeio/fetch-har/issues/62)
|
|
454
|
-
* chore(deps-dev): Bump conventional-changelog-cli from 2.0.31 to 2.0.34 (#61) ([d904355](https://github.com/readmeio/fetch-har/commit/d904355)), closes [#61](https://github.com/readmeio/fetch-har/issues/61)
|
|
455
|
-
* chore(deps-dev): Bump jest from 25.1.0 to 25.2.4 (#48) ([a99300f](https://github.com/readmeio/fetch-har/commit/a99300f)), closes [#48](https://github.com/readmeio/fetch-har/issues/48)
|
|
456
|
-
* chore(deps-dev): Bump jest from 25.2.4 to 25.2.7 (#52) ([50cfdee](https://github.com/readmeio/fetch-har/commit/50cfdee)), closes [#52](https://github.com/readmeio/fetch-har/issues/52)
|
|
457
|
-
* chore(deps-dev): Bump jest from 25.2.7 to 25.3.0 (#55) ([5644b45](https://github.com/readmeio/fetch-har/commit/5644b45)), closes [#55](https://github.com/readmeio/fetch-har/issues/55)
|
|
458
|
-
* chore(deps-dev): Bump jest from 25.3.0 to 25.4.0 (#56) ([3984fd2](https://github.com/readmeio/fetch-har/commit/3984fd2)), closes [#56](https://github.com/readmeio/fetch-har/issues/56)
|
|
459
|
-
* chore(deps-dev): Bump jest from 25.4.0 to 25.5.4 (#60) ([e85e3f1](https://github.com/readmeio/fetch-har/commit/e85e3f1)), closes [#60](https://github.com/readmeio/fetch-har/issues/60)
|
|
460
|
-
* chore(deps-dev): Bump jest from 25.5.4 to 26.0.1 (#63) ([59d7415](https://github.com/readmeio/fetch-har/commit/59d7415)), closes [#63](https://github.com/readmeio/fetch-har/issues/63)
|
|
461
|
-
* chore(deps-dev): Bump nock from 12.0.2 to 12.0.3 (#46) ([3a0024e](https://github.com/readmeio/fetch-har/commit/3a0024e)), closes [#46](https://github.com/readmeio/fetch-har/issues/46)
|
|
462
|
-
* chore(deps-dev): Bump prettier from 2.0.1 to 2.0.2 (#50) ([80829d9](https://github.com/readmeio/fetch-har/commit/80829d9)), closes [#50](https://github.com/readmeio/fetch-har/issues/50)
|
|
463
|
-
* chore(deps-dev): Bump prettier from 2.0.2 to 2.0.3 (#51) ([54c334e](https://github.com/readmeio/fetch-har/commit/54c334e)), closes [#51](https://github.com/readmeio/fetch-har/issues/51)
|
|
464
|
-
* chore(deps-dev): Bump prettier from 2.0.3 to 2.0.4 (#54) ([dd9321c](https://github.com/readmeio/fetch-har/commit/dd9321c)), closes [#54](https://github.com/readmeio/fetch-har/issues/54)
|
|
465
|
-
* chore(deps-dev): Bump prettier from 2.0.4 to 2.0.5 (#58) ([1777e20](https://github.com/readmeio/fetch-har/commit/1777e20)), closes [#58](https://github.com/readmeio/fetch-har/issues/58)
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
## <small>2.3.1 (2020-03-16)</small>
|
|
470
|
-
|
|
471
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.12.0 to 1.13.0 (#41) ([7893787](https://github.com/readmeio/fetch-har/commit/7893787)), closes [#41](https://github.com/readmeio/fetch-har/issues/41)
|
|
472
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.13.0 to 1.14.0 (#43) ([f5fbbee](https://github.com/readmeio/fetch-har/commit/f5fbbee)), closes [#43](https://github.com/readmeio/fetch-har/issues/43)
|
|
473
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.14.0 to 1.15.0 (#45) ([5794f2c](https://github.com/readmeio/fetch-har/commit/5794f2c)), closes [#45](https://github.com/readmeio/fetch-har/issues/45)
|
|
474
|
-
* chore(deps-dev): Bump nock from 11.8.2 to 12.0.0 (#39) ([2e80f9c](https://github.com/readmeio/fetch-har/commit/2e80f9c)), closes [#39](https://github.com/readmeio/fetch-har/issues/39)
|
|
475
|
-
* chore(deps-dev): Bump nock from 12.0.0 to 12.0.1 (#40) ([77dfb91](https://github.com/readmeio/fetch-har/commit/77dfb91)), closes [#40](https://github.com/readmeio/fetch-har/issues/40)
|
|
476
|
-
* chore(deps-dev): Bump nock from 12.0.1 to 12.0.2 (#42) ([bf2df29](https://github.com/readmeio/fetch-har/commit/bf2df29)), closes [#42](https://github.com/readmeio/fetch-har/issues/42)
|
|
477
|
-
* chore(deps): [Security] Bump acorn from 6.4.0 to 6.4.1 (#44) ([c22e7e1](https://github.com/readmeio/fetch-har/commit/c22e7e1)), closes [#44](https://github.com/readmeio/fetch-har/issues/44)
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
## 2.3.0 (2020-02-12)
|
|
482
|
-
|
|
483
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.11.0 to 1.12.0 (#37) ([f43954a](https://github.com/readmeio/fetch-har/commit/f43954a)), closes [#37](https://github.com/readmeio/fetch-har/issues/37)
|
|
484
|
-
* chore(deps-dev): Bump nock from 11.7.2 to 11.8.2 (#36) ([8934f2a](https://github.com/readmeio/fetch-har/commit/8934f2a)), closes [#36](https://github.com/readmeio/fetch-har/issues/36)
|
|
485
|
-
* feat: dropping node 8 support (#38) ([f5f7614](https://github.com/readmeio/fetch-har/commit/f5f7614)), closes [#38](https://github.com/readmeio/fetch-har/issues/38)
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
## <small>2.2.1 (2020-02-09)</small>
|
|
490
|
-
|
|
491
|
-
* docs: adding a changelog (#35) ([2a21f8f](https://github.com/readmeio/fetch-har/commit/2a21f8f)), closes [#35](https://github.com/readmeio/fetch-har/issues/35)
|
|
492
|
-
* fix: using the Request Headers API instead of a plain object (#34) ([032d787](https://github.com/readmeio/fetch-har/commit/032d787)), closes [#34](https://github.com/readmeio/fetch-har/issues/34)
|
|
493
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.10.0 to 1.11.0 (#32) ([753532c](https://github.com/readmeio/fetch-har/commit/753532c)), closes [#32](https://github.com/readmeio/fetch-har/issues/32)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
## 2.2.0 (2020-02-05)
|
|
498
|
-
|
|
499
|
-
* build: 2.2.0 release ([fab41e2](https://github.com/readmeio/fetch-har/commit/fab41e2))
|
|
500
|
-
* docs: fixing a typo in the readme ([2290815](https://github.com/readmeio/fetch-har/commit/2290815))
|
|
501
|
-
* feat: adding the ability to specify a request header (#33) ([389df3b](https://github.com/readmeio/fetch-har/commit/389df3b)), closes [#33](https://github.com/readmeio/fetch-har/issues/33)
|
|
502
|
-
* chore: Bump @readme/eslint-config from 1.3.1 to 1.7.0 (#22) ([6f76bdb](https://github.com/readmeio/fetch-har/commit/6f76bdb)), closes [#22](https://github.com/readmeio/fetch-har/issues/22)
|
|
503
|
-
* chore: Bump @readme/eslint-config from 1.7.0 to 1.8.0 (#23) ([34c4595](https://github.com/readmeio/fetch-har/commit/34c4595)), closes [#23](https://github.com/readmeio/fetch-har/issues/23)
|
|
504
|
-
* chore: Bump eslint from 6.6.0 to 6.7.1 (#19) ([c01ed34](https://github.com/readmeio/fetch-har/commit/c01ed34)), closes [#19](https://github.com/readmeio/fetch-har/issues/19)
|
|
505
|
-
* chore: Bump eslint from 6.7.1 to 6.7.2 (#20) ([f7d8176](https://github.com/readmeio/fetch-har/commit/f7d8176)), closes [#20](https://github.com/readmeio/fetch-har/issues/20)
|
|
506
|
-
* chore: Bump eslint-plugin-jest from 23.0.4 to 23.1.1 (#21) ([9568fe7](https://github.com/readmeio/fetch-har/commit/9568fe7)), closes [#21](https://github.com/readmeio/fetch-har/issues/21)
|
|
507
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.8.1 to 1.9.0 (#27) ([a2f07f2](https://github.com/readmeio/fetch-har/commit/a2f07f2)), closes [#27](https://github.com/readmeio/fetch-har/issues/27)
|
|
508
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.9.0 to 1.9.1 (#28) ([91c9c1b](https://github.com/readmeio/fetch-har/commit/91c9c1b)), closes [#28](https://github.com/readmeio/fetch-har/issues/28)
|
|
509
|
-
* chore(deps-dev): Bump @readme/eslint-config from 1.9.1 to 1.10.0 (#30) ([7f57c67](https://github.com/readmeio/fetch-har/commit/7f57c67)), closes [#30](https://github.com/readmeio/fetch-har/issues/30)
|
|
510
|
-
* chore(deps-dev): Bump jest from 24.9.0 to 25.1.0 (#31) ([3f46777](https://github.com/readmeio/fetch-har/commit/3f46777)), closes [#31](https://github.com/readmeio/fetch-har/issues/31)
|
|
511
|
-
* chore(deps-dev): Bump nock from 11.7.0 to 11.7.1 (#26) ([fdf66d7](https://github.com/readmeio/fetch-har/commit/fdf66d7)), closes [#26](https://github.com/readmeio/fetch-har/issues/26)
|
|
512
|
-
* chore(deps-dev): Bump nock from 11.7.1 to 11.7.2 (#29) ([6526e3f](https://github.com/readmeio/fetch-har/commit/6526e3f)), closes [#29](https://github.com/readmeio/fetch-har/issues/29)
|
|
513
|
-
* chore (deps-dev): Bump @readme/eslint-config from 1.8.0 to 1.8.1 (#24) ([9440dea](https://github.com/readmeio/fetch-har/commit/9440dea)), closes [#24](https://github.com/readmeio/fetch-har/issues/24)
|
|
514
|
-
* chore (deps-dev): Bump eslint from 6.7.2 to 6.8.0 (#25) ([359b8dc](https://github.com/readmeio/fetch-har/commit/359b8dc)), closes [#25](https://github.com/readmeio/fetch-har/issues/25)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
## 2.1.0 (2019-11-21)
|
|
519
|
-
|
|
520
|
-
* chore: [Security] Bump debug from 2.6.8 to 2.6.9 (#18) ([d026dcb](https://github.com/readmeio/fetch-har/commit/d026dcb)), closes [#18](https://github.com/readmeio/fetch-har/issues/18)
|
|
521
|
-
* chore: 1.1.0 release ([9d5ac7c](https://github.com/readmeio/fetch-har/commit/9d5ac7c))
|
|
522
|
-
* chore: Adopting @readme/eslint-config and moving tests to jest (#17) ([ece1336](https://github.com/readmeio/fetch-har/commit/ece1336)), closes [#17](https://github.com/readmeio/fetch-har/issues/17)
|
|
523
|
-
* chore: github workflow ([6aaaf95](https://github.com/readmeio/fetch-har/commit/6aaaf95))
|
|
524
|
-
* chore: release 2.1.0 ([25b8faa](https://github.com/readmeio/fetch-har/commit/25b8faa))
|
|
525
|
-
* chore: removing the github workflow ([c999262](https://github.com/readmeio/fetch-har/commit/c999262))
|
|
526
|
-
* feat: github workflow ([f95d808](https://github.com/readmeio/fetch-har/commit/f95d808))
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|