Skip to content

Releases: runeh/typical-fetch

v2.0.0

v2.0.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Oct 13:14
7e61fb1

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

Choose a tag to compare

@github-actions github-actions released this 19 Jun 09:49
5858025

Features

typical-fetch v1.4.1

Choose a tag to compare

@github-actions github-actions released this 11 Oct 11:21
eaa1b0f

Bug Fixes

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

typical-fetch v1.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 09:54
966c093

Features

typical-fetch v1.3.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 12:12
7435a74

Bug Fixes

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

typical-fetch v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:41
b72d07d

Features

typical-fetch v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:09
7e1d451

Features

Bug Fixes

  • Fix mapError to return transformed error (780a166)

typical-fetch v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 16:57
e2af5aa

Features

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

typical-fetch v1.0.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 22:32
932ef88

Bug Fixes

  • allow payloads on DELETE requests (9b2e52b)

typical-fetch v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 May 20:33
4af9631

Bug Fixes

  • include type dependencies (f458b8f)