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 8156e5c commit cc01281Copy full SHA for cc01281
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 1.4.16 - 5 Nov 2025
+# 1.4.16 - 13 Nov 2025
2
Improvement:
3
- ValidationError: add `messageValue` as an alias of `errorValue`
4
- ValidationError.detail now accept optional 2nd parameter `allowUnsafeValidatorDetails`
@@ -7,6 +7,7 @@ Improvement:
7
- merge multiple macro resolve response
8
9
Bug fix:
10
+- [#1543](https://github.com/elysiajs/elysia/pull/1524) respect toResponse() method on Error classes
11
- [#1537](https://github.com/elysiajs/elysia/issues/1537) websocket: ping/pong not being called
12
- [#1536](https://github.com/elysiajs/elysia/pull/1536) export ExtractErrorFromHandle
13
- [#1535](https://github.com/elysiajs/elysia/pull/1535) skip response validation for generators and streams
0 commit comments