# 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.