Skip to content

Releases: tkrotoff/fetch

v0.10.1

06 Jan 13:25
Compare
Choose a tag to compare

Features

  • Update documentation: use RequestInfo as first parameter
  • Update npm packages

v0.10.0

16 Dec 23:04
Compare
Choose a tag to compare

Breaking Changes

  • Make everything more generic: add Body methods to Promise
  • New Node.js example

v0.6.0

08 Nov 09:19
Compare
Choose a tag to compare

Features

  • Update npm packages
  • Add postFormData(), putFormData(), patchFormData()
  • Improve types

v0.5.1

16 Mar 11:25
Compare
Choose a tag to compare

Features

  • Update npm packages

v0.5.0

13 Mar 16:39
Compare
Choose a tag to compare

Breaking Changes

  • Rework HttpError, remove createHttpError()

v0.4.0

26 Feb 22:07
Compare
Choose a tag to compare

Breaking Changes

  • Rename Json to JSON

v0.3.4

26 Feb 22:15
Compare
Choose a tag to compare

Features

  • Add error.statusCode because of Node.js http.ServerResponse.statusCode

v0.3.3

04 Jan 22:39
Compare
Choose a tag to compare

Features

  • Update npm packages

v0.3.2

25 Sep 21:40
Compare
Choose a tag to compare

Fixes

  • Do not publish test files, see c730ea

v0.3.1

22 Sep 22:31
Compare
Choose a tag to compare

Features

  • Better documentation
  • Add an example for browsers