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 19820a4 commit 82fa440Copy full SHA for 82fa440
1 file changed
CHANGELOG.md
@@ -4,7 +4,9 @@
4
5
### v23.1.0
6
7
-- Fixed length array support in generated Documentation (`z.boolean().array().length(2)`).
+- Improved generated Documentation:
8
+ - Arrays having fixed length: `z.boolean().array().length(2)`;
9
+ - Records with non-literal keys (added `propertyNames`): `z.record(z.string().regex(/x-\w+/), z.boolean())`.
10
11
### v23.0.0
12
0 commit comments