Skip to content

Commit 09b49d5

Browse files
committed
chore(release): v1.9.0
1 parent 0ff34bc commit 09b49d5

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

Diff for: CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
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.9.0
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.8.2...v1.9.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Support auto complete for http header names ([#542](https://github.com/unjs/h3/pull/542))
12+
- Add `getValidatedRouterParams` util ([#573](https://github.com/unjs/h3/pull/573))
13+
- `decode` option for `getRouterParam` ([#556](https://github.com/unjs/h3/pull/556))
14+
- Add `getRequestFingerprint` util ([#564](https://github.com/unjs/h3/pull/564))
15+
16+
### 🩹 Fixes
17+
18+
- **sendNoContent:** Preserve custom status code if already set ([#577](https://github.com/unjs/h3/pull/577))
19+
20+
### 📖 Documentation
21+
22+
- Add `@intlify/h3` to community packages ([#559](https://github.com/unjs/h3/pull/559))
23+
- Improve jsdocs ([#574](https://github.com/unjs/h3/pull/574))
24+
- Add package pronunciation ([#569](https://github.com/unjs/h3/pull/569))
25+
26+
### 🌊 Types
27+
28+
- Add generics to `H3Error` data and `createError` ([#566](https://github.com/unjs/h3/pull/566))
29+
30+
### 🏡 Chore
31+
32+
- Update lockfile ([0ff34bc](https://github.com/unjs/h3/commit/0ff34bc))
33+
34+
### ❤️ Contributors
35+
36+
- Pooya Parsa ([@pi0](http://github.com/pi0))
37+
- Nandi95
38+
- Horu
39+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
40+
- Nozomu Ikuta
41+
- Alexander Lichter ([@manniL](http://github.com/manniL))
42+
- Łukasz Wołodkiewicz
43+
- Kazuya Kawaguchi <kawakazu80@gmail.com>
44+
- Michael Brevard <yonshi29@gmail.com>
45+
546
## v1.8.2
647

748
[compare changes](https://github.com/unjs/h3/compare/v1.8.1...v1.8.2)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Minimal H(TTP) framework built for high performance and portability.",
55
"repository": "unjs/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)