Skip to content

Commit 709708f

Browse files
committed
chore(release): v1.7.0
1 parent 23b3f6b commit 709708f

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
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.7.0
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.6.6...v1.7.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- **proxy:** Support `onResponse` callback ([#368](https://github.com/unjs/h3/pull/368))
13+
- **useSession:** Support custom session id generator ([#390](https://github.com/unjs/h3/pull/390))
14+
- `event.handled` flag ([#410](https://github.com/unjs/h3/pull/410))
15+
16+
### 🩹 Fixes
17+
18+
- **types:** Type for get router parameter utils ([#400](https://github.com/unjs/h3/pull/400))
19+
- **proxy:** Split cookie headers properly with native node fetch ([#408](https://github.com/unjs/h3/pull/408))
20+
- **readRawBody:** Handle body as object ([#403](https://github.com/unjs/h3/pull/403))
21+
- **router:** Send 204 with empty string in preemptive mode instead of 404 ([#409](https://github.com/unjs/h3/pull/409))
22+
- **cache, proxy, response:** Avoid sending handled events ([#411](https://github.com/unjs/h3/pull/411))
23+
24+
### 📖 Documentation
25+
26+
- Add event as first arg for proxyRequest ([3e5f427](https://github.com/unjs/h3/commit/3e5f427))
27+
28+
### 🏡 Chore
29+
30+
- Update dependencies ([8468b90](https://github.com/unjs/h3/commit/8468b90))
31+
- Lint ([3494084](https://github.com/unjs/h3/commit/3494084))
32+
- Update destr to v2 ([bb59c69](https://github.com/unjs/h3/commit/bb59c69))
33+
34+
### ❤️ Contributors
35+
36+
- Pooya Parsa ([@pi0](http://github.com/pi0))
37+
- 魔王少年 ([@maou-shonen](http://github.com/maou-shonen))
38+
- Ígor Jacaúna
39+
- Enkot ([@enkot](http://github.com/enkot))
40+
- Cerino Ligutom III ([@zeferinix](http://github.com/zeferinix))
41+
- Sébastien Chopin <seb@nuxtjs.com>
42+
543
## v1.6.6
644

745
[compare changes](https://github.com/unjs/h3/compare/v1.6.5...v1.6.6)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.6.6",
3+
"version": "1.7.0",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",
@@ -61,4 +61,4 @@
6161
"vitest": "^0.32.2"
6262
},
6363
"packageManager": "pnpm@8.6.3"
64-
}
64+
}

0 commit comments

Comments
 (0)