0.6.0-2 (2024-11-20)
- add support for SyncResponse#blob() in Node.js (6b1e85c)
0.6.0-1 (2024-11-20)
- fix handling of duplicate headers (b3460ca)
0.6.0-0 (2024-11-19)
- upgrade to node-fetch 3 (071930c)
- drop support for Node 14, 16; upgrade to node-fetch 3
0.5.2 (2023-06-11)
- update package definition (7325c8a)
0.5.1 (2023-06-11)
- browser: correctly send request body (77a5b8f)
- browser: fix text responses (ce210ce)
- browser: remove SyncResponse#buffer() (5d17fba)
0.5.0 (2023-06-11)
- Support for IE and Edge <18 dropped.
0.4.5 (2023-06-11)
- browser: fix binary responses (479a418)
0.4.4 (2023-06-11)
0.4.3 (2023-06-11)
0.4.2 (2022-09-24)
0.4.1 (2022-05-26)
- browser: re-add non-spec timeout option (168a46c)
0.4.0 (2022-05-26)
-
browser: improve browser compatibility (c65b3aa)
-
chore!: raise minimal Node.js version to 14 (096e7a3)
- Use Node.js 14 or higher. sync-fetch 0.3.x will keep getting critical security fixes if possible, but keep in mind that Node.js 12 itself is EOL and will itself not receive any security updates.
0.3.1 (2021-10-09)
- transfer binary data correctly (674c848)
0.3.0 (2020-11-02)
- chore!: drop node 8 and add 14 (b8b3e6c)
- drop Node 8 support
0.2.1 (2020-11-02)
- call .join on stdin chunks array using empty string separator (bd609ad)
0.2.0 (2020-06-27)
- refactor!: change class names (2e6a9ea)
- Changes Response and Request class names
0.1.1 (2019-10-24)
- allow child process to flush io (4424e5f), closes /github.com/nodejs/node/issues/19218#issuecomment-434839796
- stringify execFileSync return value (7c0c668)
0.1.0 (2019-08-29)
- body: also inline constructor (fe75247)
- body: clone as sync instance (dd0b3c2)
- body: default to null body (e5bd3b2)
- body: do not consume body on clone (52dd003)
- body: fix cloning consuming the body (8582046)
- body: handle multi-value headers (379f55b)
- body: inline body for super call (4b749f0)
- body: make body methods enumerable (b20d190)
- body: make clone method enumerable (27fa776)
- body: only use super.buffer() (7558e7d)
- body: pass stream to original Body (aa8a491)
- body: throw error on stream input (ede18b8)
- body: throw error when body already used (e78484d)
- request: count other bodies as string (ed729f5)
- request: pass body as-is (d36eb2a)
- request: properly include headers (84a1de5)
- request: special handling for input body strings (62c7876)
- request: support node-fetch-only props (a6e3d38)
- response: fix response error type (99ef625)
- response: include url (a82beea)
- response: properly include headers (7afa710)
- response: support all body types (f7de954)
- response: support redirected prop (0d9714f)
- response: throw body errors late (d1fcbc4)
- support Node 8 (52c0129)
- body: catch async errors (390ddab)
- browser: make working browser alternative (ef05ffc)
- fetch: improve child process handling (fece0fa)
- fetch: support Node URL object input (d753191)
- initial implementation (6f1563e)
0.5.1 (2023-06-11)
- browser: correctly send request body (77a5b8f)
- browser: fix text responses (ce210ce)
- browser: remove SyncResponse#buffer() (5d17fba)
0.5.0 (2023-06-11)
- Support for IE and Edge <18 dropped.
0.4.5 (2023-06-11)
- browser: fix binary responses (479a418)
0.4.4 (2023-06-11)
0.4.3 (2023-06-11)
0.4.2 (2022-09-24)
0.4.1 (2022-05-26)
- browser: re-add non-spec timeout option (168a46c)
0.4.0 (2022-05-26)
-
browser: improve browser compatibility (c65b3aa)
-
chore!: raise minimal Node.js version to 14 (096e7a3)
- Use Node.js 14 or higher. sync-fetch 0.3.x will keep getting critical security fixes if possible, but keep in mind that Node.js 12 itself is EOL and will itself not receive any security updates.
0.3.1 (2021-10-09)
- transfer binary data correctly (674c848)
0.3.0 (2020-11-02)
- chore!: drop node 8 and add 14 (b8b3e6c)
- drop Node 8 support
0.2.1 (2020-11-02)
- call .join on stdin chunks array using empty string separator (bd609ad)
0.2.0 (2020-06-27)
- refactor!: change class names (2e6a9ea)
- Changes Response and Request class names
0.1.1 (2019-10-24)
- allow child process to flush io (4424e5f), closes /github.com/nodejs/node/issues/19218#issuecomment-434839796
- stringify execFileSync return value (7c0c668)