Skip to content

Commit 8a0f7b6

Browse files
committed
🎉 feat: query object
1 parent 0632bf7 commit 8a0f7b6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.2 - 25 Jul 2024
2+
Feature:
3+
- [#115](https://github.com/elysiajs/eden/pull/115) Stringify query params to allow the nested object
4+
15
# 1.1.1 - 17 Jul 2024
26
Feature:
37
- support conditional value or stream from generator function

example/client/src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
2+
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
33
font-size: 16px;
44
line-height: 24px;
55
font-weight: 400;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/eden",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Fully type-safe Elysia client",
55
"author": {
66
"name": "saltyAom",

0 commit comments

Comments
 (0)