We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591150d commit 4726d5dCopy full SHA for 4726d5d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.4.18 - 4 Dec 2025
2
+Security:
3
+- use `JSON.stringify` over custom escape implementation
4
+
5
# 1.4.17 - 2 Dec 2025
6
Improvement:
7
- [#1573](https://github.com/elysiajs/elysia/pull/1573) `Server` is always resolved to `any` when `@types/bun` is missing
package.json
@@ -1,7 +1,7 @@
{
"name": "elysia",
"description": "Ergonomic Framework for Human",
- "version": "1.4.17",
+ "version": "1.4.18",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
0 commit comments