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 058c258 commit 98d4995Copy full SHA for 98d4995
1 file changed
CHANGELOG.md
@@ -5,8 +5,8 @@
5
### v24.4.2
6
7
- Improved the type of the `input` argument for `Endpoint::handler()`:
8
- - For `z.object()` based schema removed `never` for unknown properties;
9
- - This also fixes the issue for excessive properties of the `z.looseObject()` based schema;
+ - For `z.object()`-based schema removed `never` for unknown properties;
+ - Fixed incorrect typing of excessive properties when using a `z.looseObject()`-based schema;
10
- The issue reported by [@ThomasKientz](https://github.com/ThomasKientz).
11
12
```ts
0 commit comments