Skip to content

Commit 42e97e6

Browse files
committed
chore(release): v0.8.0
1 parent a1f975f commit 42e97e6

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
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+
## v0.8.0
6+
7+
8+
### 🚀 Enhancements
9+
10+
- Add `writeEarlyHints` utility (#184)
11+
12+
### 🩹 Fixes
13+
14+
- **writeEarlyHints:** Call callback if not supported too (10eab1b)
15+
- **router:** Make router handler non preemtive by default (#194)
16+
- ⚠️ Remove default `statusMessage` from errors (#195)
17+
- **router:** Parse url using `URL` for pathname (#196)
18+
19+
### 💅 Refactors
20+
21+
- ⚠️ Reduce node.js dependency (#178)
22+
- Move `writeEarlyHints` to `response` (af61d95)
23+
24+
### 📖 Documentation
25+
26+
- Add `sendStream` to the utils list (d58fad8)
27+
28+
### 🏡 Chore
29+
30+
- Update readme (#185)
31+
- Update dependencies (b986629)
32+
33+
### 📦 Build
34+
35+
- Add `package.json` to subpath exports (#186)
36+
37+
#### ⚠️ Breaking Changes
38+
39+
- ⚠️ Remove default `statusMessage` from errors (#195)
40+
- ⚠️ Reduce node.js dependency (#178)
41+
42+
### ❤️ Contributors
43+
44+
- Alexander Lichter
45+
- Daniel Roe
46+
- Pooya Parsa
47+
548
## main (v0.7.20..main)
649

750

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "0.7.21",
3+
"version": "0.8.0",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)