Skip to content

Commit 94523ad

Browse files
committed
🎉 feat: refactor sse
1 parent bd30fa2 commit 94523ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Improvement:
55
- refactor SSE handler
66
- support returning `ReadbleStream` from generator or async generator
77

8+
Change:
9+
- sse no longer include generated id by default
10+
811
Bug fix:
912
- static response now use callback clone instead of bind
1013

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elysia",
33
"description": "Ergonomic Framework for Human",
4-
"version": "1.3.15",
4+
"version": "1.3.16",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",

0 commit comments

Comments
 (0)