Skip to content

Commit 37c4e87

Browse files
committed
chore(release): v0.2.8
1 parent 82e7fcc commit 37c4e87

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v0.2.8
4+
5+
[compare changes](https://github.com/unjs/srvx/compare/v0.2.7...v0.2.8)
6+
7+
### 🚀 Enhancements
8+
9+
- **node:** Expose internal proxy classes ([0cdfa22](https://github.com/unjs/srvx/commit/0cdfa22))
10+
- **node:** Support Response static methods ([b9976a4](https://github.com/unjs/srvx/commit/b9976a4))
11+
12+
### 🩹 Fixes
13+
14+
- **node:** Use `null` for unset headers ([#45](https://github.com/unjs/srvx/pull/45))
15+
16+
### 💅 Refactors
17+
18+
- Remove unused symbols ([c726e40](https://github.com/unjs/srvx/commit/c726e40))
19+
- Accept node ctx for `NodeResponseHeaders` constructor ([8fe9241](https://github.com/unjs/srvx/commit/8fe9241))
20+
21+
### 📦 Build
22+
23+
- Add types condition to top ([82e7fcc](https://github.com/unjs/srvx/commit/82e7fcc))
24+
25+
### 🏡 Chore
26+
27+
- Update node tests ([#42](https://github.com/unjs/srvx/pull/42))
28+
29+
### ❤️ Contributors
30+
31+
- Pooya Parsa ([@pi0](https://github.com/pi0))
32+
- Benny Yen ([@benny123tw](https://github.com/benny123tw))
33+
334
## v0.2.7
435

536
[compare changes](https://github.com/unjs/srvx/compare/v0.2.6...v0.2.7)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srvx",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js.",
55
"repository": "unjs/srvx",
66
"license": "MIT",

0 commit comments

Comments
 (0)