-
Notifications
You must be signed in to change notification settings - Fork 232
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
44 additions
and
2 deletions.
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,48 @@ | |
|
||
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.10.0 | ||
|
||
[compare changes](https://github.com/unjs/h3/compare/v1.9.0...v1.10.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **validate:** Provide validate error in `data` ([#594](https://github.com/unjs/h3/pull/594)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **readRawBody:** Check `req.rawBody` before `req.body` ([#604](https://github.com/unjs/h3/pull/604)) | ||
|
||
### 📖 Documentation | ||
|
||
- Add `h3-compression` to community packages ([#524](https://github.com/unjs/h3/pull/524)) | ||
- Add examples ([#539](https://github.com/unjs/h3/pull/539)) | ||
|
||
### 🌊 Types | ||
|
||
- Add generics to `isError` and update `DataT` default generic param ([#582](https://github.com/unjs/h3/pull/582)) | ||
- **setResponseHeaders:** Add autocompletion for header names ([#601](https://github.com/unjs/h3/pull/601)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V1.9.0 ([09b49d5](https://github.com/unjs/h3/commit/09b49d5)) | ||
- Update vitest and lockfile ([62100fb](https://github.com/unjs/h3/commit/62100fb)) | ||
- Update vitest typecheck ([39f9434](https://github.com/unjs/h3/commit/39f9434)) | ||
|
||
### 🤖 CI | ||
|
||
- Fix nightly release job conditional ([#587](https://github.com/unjs/h3/pull/587)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Michael Brevard <[email protected]> | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) | ||
- Gregor Becker ([@CodeDredd](http://github.com/CodeDredd)) | ||
- Bobbie Goede <[email protected]> | ||
- Sébastien Chopin <[email protected]> | ||
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) | ||
|
||
## v1.9.0 | ||
|
||
[compare changes](https://github.com/unjs/h3/compare/v1.8.2...v1.9.0) | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "h3", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Minimal H(TTP) framework built for high performance and portability.", | ||
"repository": "unjs/h3", | ||
"license": "MIT", | ||
|
@@ -66,4 +66,4 @@ | |
"zod": "^3.22.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |