Skip to content

Commit 9c1723a

Browse files
committed
chore(release): v1.4.0
1 parent 79483ab commit 9c1723a

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,65 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v1.4.0
6+
7+
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.4...v1.4.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Support `retryDelay` with callback function ([#372](https://github.com/unjs/ofetch/pull/372))
12+
- Add better message and code for timeout error ([#351](https://github.com/unjs/ofetch/pull/351))
13+
- Allow custom global options for `$fetch.create` ([#401](https://github.com/unjs/ofetch/pull/401))
14+
- Support interceptors arrays ([#353](https://github.com/unjs/ofetch/pull/353))
15+
- Always clone and normalize `options.headers` and `options.query` ([#436](https://github.com/unjs/ofetch/pull/436))
16+
17+
### 🩹 Fixes
18+
19+
- Export types from `node` export condition ([#407](https://github.com/unjs/ofetch/pull/407))
20+
- Use wrapper to allow patching global `fetch` ([#377](https://github.com/unjs/ofetch/pull/377))
21+
22+
### 📖 Documentation
23+
24+
- Add docs for using undici dispatcher ([#389](https://github.com/unjs/ofetch/pull/389))
25+
26+
### 🌊 Types
27+
28+
- Add `agent` and `dispatcher` options (node-specific) ([#308](https://github.com/unjs/ofetch/pull/308))
29+
30+
### 🏡 Chore
31+
32+
- **release:** V1.3.4 ([5cc16a0](https://github.com/unjs/ofetch/commit/5cc16a0))
33+
- Remove extra space ([#384](https://github.com/unjs/ofetch/pull/384))
34+
- Update deps ([509a037](https://github.com/unjs/ofetch/commit/509a037))
35+
- Update to eslint v9 ([e63c598](https://github.com/unjs/ofetch/commit/e63c598))
36+
- Apply automated fixes ([f8f5413](https://github.com/unjs/ofetch/commit/f8f5413))
37+
- Add back spoiler ([dba1915](https://github.com/unjs/ofetch/commit/dba1915))
38+
- Add experimental for `Too Early` status ([#426](https://github.com/unjs/ofetch/pull/426))
39+
- Update dependencies ([b5fe505](https://github.com/unjs/ofetch/commit/b5fe505))
40+
- Update deps ([20f67b9](https://github.com/unjs/ofetch/commit/20f67b9))
41+
42+
### ✅ Tests
43+
44+
- Add additional tests for hook errors ([7ff4d11](https://github.com/unjs/ofetch/commit/7ff4d11))
45+
46+
### 🤖 CI
47+
48+
- Update node version ([4faac04](https://github.com/unjs/ofetch/commit/4faac04))
49+
- Update autifix ([79483ab](https://github.com/unjs/ofetch/commit/79483ab))
50+
51+
### ❤️ Contributors
52+
53+
- Pooya Parsa ([@pi0](http://github.com/pi0))
54+
- Antoine Rey <[email protected]>
55+
- Cafu Chino <[email protected]>
56+
- Marco Solazzi <[email protected]>
57+
- @beer ([@iiio2](http://github.com/iiio2))
58+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
59+
60+
- Alexander Topalo <[email protected]>
61+
- Sam Blowes <[email protected]>
62+
- Kongmoumou ([@kongmoumou](http://github.com/kongmoumou))
63+
564
## v1.3.4
665

766
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.3...v1.3.4)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ofetch",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"description": "A better fetch API. Works on node, browser and workers.",
55
"repository": "unjs/ofetch",
66
"license": "MIT",

0 commit comments

Comments
 (0)