Releases: tkrotoff/fetch
Releases · tkrotoff/fetch
v0.17.0
Compare
Sorry, something went wrong.
No results found
v0.16.1
Compare
Sorry, something went wrong.
No results found
Replace wait(0) with Promise.resolve(): should reduce the bundle size
Improve documentation
v0.16.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Breaking change: createHttpError & createJSONHttpError params are no longer optional
Test with Undici fetch
v0.14.2
Compare
Sorry, something went wrong.
No results found
Update npm packages
Test with Node.js 18 (#29 )
v0.14.1
Compare
Sorry, something went wrong.
No results found
v0.14.0
Compare
Sorry, something went wrong.
No results found
v0.13.0
Compare
Sorry, something went wrong.
No results found
Just ship CommonJS
More JSDoc
v0.12.6
Compare
Sorry, something went wrong.
No results found
v0.12.5
Compare
Sorry, something went wrong.
No results found
Optional body for post(), put() & patch(), reasons: