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 acb1710 commit a012b66Copy full SHA for a012b66
1 file changed
CHANGELOG.md
@@ -4,7 +4,9 @@
4
5
### v25.0.0
6
7
-- Supported Node.js versions: `^20.19.0 || ^22.12.0 || ^24.0.0`;
+- Supported Node.js versions: `^20.19.0 || ^22.12.0 || ^24.0.0`:
8
+ - The framework distribution is now ESM-only (finally);
9
+ - All the Node.js versions listed above support `require(ESM)` syntax;
10
- Supported `zod` version: `^4.0.0`;
11
- Changes to the `Middleware` class:
12
- When the `input` schema is not defined, the `input` argument of the `handler` method is now `unknown`;
0 commit comments