You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,49 @@
2
2
3
3
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.
4
4
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)
0 commit comments