-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,65 @@ | |
|
||
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. | ||
|
||
## v1.4.0 | ||
|
||
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.4...v1.4.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Support `retryDelay` with callback function ([#372](https://github.com/unjs/ofetch/pull/372)) | ||
- Add better message and code for timeout error ([#351](https://github.com/unjs/ofetch/pull/351)) | ||
- Allow custom global options for `$fetch.create` ([#401](https://github.com/unjs/ofetch/pull/401)) | ||
- Support interceptors arrays ([#353](https://github.com/unjs/ofetch/pull/353)) | ||
- Always clone and normalize `options.headers` and `options.query` ([#436](https://github.com/unjs/ofetch/pull/436)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Export types from `node` export condition ([#407](https://github.com/unjs/ofetch/pull/407)) | ||
- Use wrapper to allow patching global `fetch` ([#377](https://github.com/unjs/ofetch/pull/377)) | ||
|
||
### 📖 Documentation | ||
|
||
- Add docs for using undici dispatcher ([#389](https://github.com/unjs/ofetch/pull/389)) | ||
|
||
### 🌊 Types | ||
|
||
- Add `agent` and `dispatcher` options (node-specific) ([#308](https://github.com/unjs/ofetch/pull/308)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V1.3.4 ([5cc16a0](https://github.com/unjs/ofetch/commit/5cc16a0)) | ||
- Remove extra space ([#384](https://github.com/unjs/ofetch/pull/384)) | ||
- Update deps ([509a037](https://github.com/unjs/ofetch/commit/509a037)) | ||
- Update to eslint v9 ([e63c598](https://github.com/unjs/ofetch/commit/e63c598)) | ||
- Apply automated fixes ([f8f5413](https://github.com/unjs/ofetch/commit/f8f5413)) | ||
- Add back spoiler ([dba1915](https://github.com/unjs/ofetch/commit/dba1915)) | ||
- Add experimental for `Too Early` status ([#426](https://github.com/unjs/ofetch/pull/426)) | ||
- Update dependencies ([b5fe505](https://github.com/unjs/ofetch/commit/b5fe505)) | ||
- Update deps ([20f67b9](https://github.com/unjs/ofetch/commit/20f67b9)) | ||
|
||
### ✅ Tests | ||
|
||
- Add additional tests for hook errors ([7ff4d11](https://github.com/unjs/ofetch/commit/7ff4d11)) | ||
|
||
### 🤖 CI | ||
|
||
- Update node version ([4faac04](https://github.com/unjs/ofetch/commit/4faac04)) | ||
- Update autifix ([79483ab](https://github.com/unjs/ofetch/commit/79483ab)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Antoine Rey <[email protected]> | ||
- Cafu Chino <[email protected]> | ||
- Marco Solazzi <[email protected]> | ||
- @beer ([@iiio2](http://github.com/iiio2)) | ||
- Daniel Roe ([@danielroe](http://github.com/danielroe)) | ||
- Arlo <[email protected]> | ||
- Alexander Topalo <[email protected]> | ||
- Sam Blowes <[email protected]> | ||
- Kongmoumou ([@kongmoumou](http://github.com/kongmoumou)) | ||
|
||
## v1.3.4 | ||
|
||
[compare changes](https://github.com/unjs/ofetch/compare/v1.3.3...v1.3.4) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters