1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32# minifetch
## 0.3.0
### Minor Changes
- Add `Body` mixin as export
Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/kitten/fetch-nodeshim/pull/6))
## 0.2.1
### Patch Changes
- Provenance Release
Submitted by [@kitten](https://github.com/kitten) (See [#4](https://github.com/kitten/fetch-nodeshim/pull/4))
## 0.2.0
### Minor Changes
- Add web standard type/globals re-exports and polyfill `File` from `node:buffer`
Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/fetch-nodeshim/pull/1))
### Patch Changes
- Add missing constructor type overloads and add missing `Blob` re-export
Submitted by [@kitten](https://github.com/kitten) (See [#2](https://github.com/kitten/fetch-nodeshim/pull/2))
## 0.1.0
Initial Release.