Skip to content

Releases: runeh/typical-fetch

v2.0.0

29 Oct 13:14
7e61fb1
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

This is a pre-release. We're experimenting with undici.

Since typical-fetch is tested using nock, all tests currently fail.

To install:

yarn add typical-fetch@next

2.0.0 (2022-10-29)

⚠ BREAKING CHANGES

  • Replace node-fetch with undici (#21)

Features

typical-fetch v1.5.0

19 Jun 09:49
5858025
Compare
Choose a tag to compare

Features

typical-fetch v1.4.1

11 Oct 11:21
eaa1b0f
Compare
Choose a tag to compare

Bug Fixes

  • Allow read only arrays as json values (#17) (9e0bb32)

typical-fetch v1.4.0

17 Sep 09:54
966c093
Compare
Choose a tag to compare

Features

typical-fetch v1.3.1

23 Jun 12:12
7435a74
Compare
Choose a tag to compare

Bug Fixes

  • Detect more kinds of FormData objects (#11) (6182413)

typical-fetch v1.3.0

21 Jun 13:41
b72d07d
Compare
Choose a tag to compare

Features

typical-fetch v1.2.0

21 Jun 12:09
7e1d451
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fix mapError to return transformed error (780a166)

typical-fetch v1.1.0

20 Jun 16:57
e2af5aa
Compare
Choose a tag to compare

Features

  • Add response object to TypicalHttpError (#5) (72a1dd1)

typical-fetch v1.0.3

07 Jun 22:32
932ef88
Compare
Choose a tag to compare

Bug Fixes

  • allow payloads on DELETE requests (9b2e52b)

typical-fetch v1.0.2

17 May 20:33
4af9631
Compare
Choose a tag to compare

Bug Fixes

  • include type dependencies (f458b8f)