Releases: tkrotoff/fetch
Releases · tkrotoff/fetch
v0.12.4
- Fix web example
- Update npm packages
- Improve documentation
- Upload coverage to Code Climate & Codecov
- Remove Travis CI support
v0.12.3
- Update to node-fetch 3
- Update other npm packages
- Switch to @playwright/test
v0.12.0
Breaking Changes
- Switch HttpStatus from an enum to an object to reduce bundle size
- Do not bundle export entriesToObject()
Features
- Document isJSONResponse() & improve documentation
- Change internal file organization
v0.11.4
Features
- Improve documentation
- Various internal improvements
- Update npm packages
v0.11.3
Fixes
- Use Rollup to generate CommonJS and UMD outputs
- No need anymore for mockFetch.ts: no more "TypeError: Cannot redefine property: ..." with Jest thx to Rollup CommonJS output
- Fix HttpError name when minified
v0.11.1
Features
- More HTTP status codes
- Update npm packages
v0.11.0
Features
- Introduce createHttpError() & createJSONHttpError()
v0.10.2
Fixes
- Fix for Microsoft Edge <= 18 (EdgeHTML)
Features