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 c6b9622 commit bc32ad5Copy full SHA for bc32ad5
CHANGELOG.md
@@ -9,6 +9,7 @@ Improvement:
9
Bug fix:
10
- explicit `type: 'json'` with body schema throw unexpected `body.Check` is not a function
11
- [#549](https://github.com/elysiajs/elysia/pull/549) await the .modules of nested Elysia instances
12
+- [#548](https://github.com/elysiajs/elysia/issues/548) Accessing all query params using property name (ctx.query) doesn't work anymore
13
14
# 1.0.0 - 16 Mar 2024
15
Improvement:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "elysia",
3
"description": "Ergonomic Framework for Human",
4
- "version": "1.0.0-exp.15",
+ "version": "1.0.1",
5
"author": {
6
"name": "saltyAom",
7
"url": "https://github.com/SaltyAom",
0 commit comments