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 f1c2217 commit d3f6ea4Copy full SHA for d3f6ea4
1 file changed
CHANGELOG.md
@@ -26,7 +26,8 @@
26
- The `trim()` function accepts a string and the limit (default: 50, best practice) that you can now customize;
27
- Breaking change to the `Integration` constructor argument (object):
28
- property `noContent` renamed to `noBodySchema`;
29
-- Consider using [the automated migration](https://www.npmjs.com/package/@express-zod-api/migration).
+- Consider using [the automated migration](https://www.npmjs.com/package/@express-zod-api/migration):
30
+ - Now requires `eslint@^10.0.0` and `typescript-eslint@^8.58.0`.
31
32
```diff
33
createConfig({
0 commit comments