Skip to content

Commit

Permalink
🎉 feat: release 0.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Sep 18, 2023
1 parent c085dd2 commit 4d74086
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.6.24 - 18 Sep 2023
Feature:
- [#149](https://github.com/elysiajs/elysia/pulls/149) support additional status codes in redirects

Improvement:
- [#157](https://github.com/elysiajs/elysia/pulls/157) added unit tests and fixed example & api

Bug fix:
- [#167](https://github.com/elysiajs/elysia/pulls/167) mapEarlyResponse with aot on after handle
- [#160](https://github.com/elysiajs/elysia/pulls/160) typo in test suite name
- [#152](https://github.com/elysiajs/elysia/pulls/152) bad code in Internal server error class

# 0.6.23 - 12 Sep 2023
Bug fix:
- Maximum callstack for duplicated deep class / object
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elysia",
"description": "Fast, and friendly Bun web framework",
"version": "0.6.23",
"version": "0.6.24",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
Expand Down
1 change: 1 addition & 0 deletions src/compose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ export const composeHandler = ({
// @ts-ignore
const numericProperties = findElysiaMeta(
'Numeric',
// @ts-ignore
validator.body.schema
)

Expand Down

0 comments on commit 4d74086

Please sign in to comment.