File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
34
## v0.2.7
4
35
5
36
[ compare changes] ( https://github.com/unjs/srvx/compare/v0.2.6...v0.2.7 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " srvx" ,
3
- "version" : " 0.2.7 " ,
3
+ "version" : " 0.2.8 " ,
4
4
"description" : " Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js." ,
5
5
"repository" : " unjs/srvx" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments