Skip to content

Releases: tkrotoff/fetch

v0.12.4

15 Mar 01:02
Compare
Choose a tag to compare
  • Fix web example
  • Update npm packages
  • Improve documentation
  • Upload coverage to Code Climate & Codecov
  • Remove Travis CI support

v0.12.3

29 Dec 23:47
Compare
Choose a tag to compare
  • Update to node-fetch 3
  • Update other npm packages
  • Switch to @playwright/test

v0.12.2

17 Oct 22:25
Compare
Choose a tag to compare

Features

  • Update npm packages

v0.12.1

05 Aug 07:04
Compare
Choose a tag to compare

Features

  • Update npm packages

v0.12.0

22 Apr 21:02
Compare
Choose a tag to compare

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

20 Apr 00:22
Compare
Choose a tag to compare

Features

  • Improve documentation
  • Various internal improvements
  • Update npm packages

v0.11.3

15 Mar 07:20
Compare
Choose a tag to compare

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

10 Mar 09:37
Compare
Choose a tag to compare

Features

  • More HTTP status codes
  • Update npm packages

v0.11.0

27 Jan 18:11
Compare
Choose a tag to compare

Features

  • Introduce createHttpError() & createJSONHttpError()

v0.10.2

22 Jan 17:10
Compare
Choose a tag to compare

Fixes

  • Fix for Microsoft Edge <= 18 (EdgeHTML)

Features

  • Document HttpError