Releases: tkrotoff/fetch
Releases · tkrotoff/fetch
v0.16.1
- Replace
wait(0)
with Promise.resolve()
: should reduce the bundle size
- Improve documentation
v0.16.0
- Breaking change: drop old browsers support (#28)
- Remove node-fetch from Node.js example (#36)
- Update npm packages
- Remove Node.js 14 & 16 from CI
v0.15.0
- Breaking change: createHttpError & createJSONHttpError params are no longer optional
- Test with Undici fetch
v0.14.2
- Update npm packages
- Test with Node.js 18 (#29)
v0.13.0
- Just ship CommonJS
- More JSDoc
v0.12.5
- Optional body for post(), put() & patch(), reasons: