Skip to content

Commit

Permalink
🎉 feat: query object
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jul 25, 2024
1 parent 0632bf7 commit 8a0f7b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.2 - 25 Jul 2024
Feature:
- [#115](https://github.com/elysiajs/eden/pull/115) Stringify query params to allow the nested object

# 1.1.1 - 17 Jul 2024
Feature:
- support conditional value or stream from generator function
Expand Down
2 changes: 1 addition & 1 deletion example/client/src/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/eden",
"version": "1.1.1",
"version": "1.1.2",
"description": "Fully type-safe Elysia client",
"author": {
"name": "saltyAom",
Expand Down

0 comments on commit 8a0f7b6

Please sign in to comment.