This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Releases: vercel/fetch
Releases · vercel/fetch
@vercel/[email protected]
Major Changes
- 714c01e: Fix how default agent options are applied
While this change is only a "fix", it could dramatically impact how the module behaves in user's existing code bases. Since the options were not previously applied, and now are, users most likely have been relying on a different set of default options. Thus, this is released as a major breaking change.
@vercel/[email protected]
Patch Changes
- 98cba6d: Fix typings
6.1.1
6.1.0
Minor Changes
- Bump acorn from 6.1.0 to 6.4.1: #46
- Add
err.url
anderr.opts
properties when fetch throws an error: #49 - Bump lodash from 4.17.11 to 4.17.19: #47
- Bump node-fetch from 2.3.0 to 2.6.1: #48
- Use GH Actions instead of CircleCI: #51
- Rename to
@vercel/fetch
: #50
Patches
- Change TypeScript import to match module definition: #43
- Add support for
URLSearchParams
as request body: #44
Credits
6.0.0
5.2.0
5.1.1
5.0.0
Release 3.1.2
Fix TS typing.
Release 3.1.1
- Add TypeScript typing
- Bump dev dependencies