v3.12.0
- Fix documentation for ZodArray .element (issue #744) by @maxmvsk in #745
- Added json-schema-to-zod to ecosystem by @StefanTerdell in #756
- chore: add soly package to ecosystem by @mdbetancourt in #811
- Update README.md by @JacobWeisenburger in #795
- Fix typing typo in documentation by @pspeter3 in #818
- Fix typo in Sets section of README by @jwr12135 in #793
- add zod-to-ts to ecosystem by @sachinraja in #824
- Fix grammar mistake in README for "Cyclical objects" by @Nilstrieb in #825
- Fix broken twitter link by @ajcwebdev in #827
- Fix instanceof map and set by @NumminorihSF in #840
- Further translate untranslated English parts by @geenva in #837
- Fix mistake in example (README_ZH.md) by @astef in #836
- Fix mistake in example (README.md) by @astef in #835
- Add Readonly to ZodUnionOptions by @cefn in #832
- Add min(), max(), size() and nonempty() to ZodSet schema by @whitebyte in #823
- README grammarz by @cedric-h in #819
- Don't include received value in enum/literal error messages (fixes #461) by @pasieronen in #777
- fix: Add
description
toProcessedCreateParams
by @equt in #767 - fix: intersection with date fields by @dirgapeter in #773
- Remove duplicated block on custom error messages by @5minpause in #758
- Add types to extract error results from schema by @fnky in #856
- change UUID regex to support different UUID variants by @narrowei in #860
- added graphql-codegen-typescript-validation-schema (README.md) by @Code-Hex in #902
- Discriminated union by @alexxander in #899
- README consistency fixes by @JacobWeisenburger in #876
- added z.date documentation to README.md. fixes #880 by @JacobWeisenburger in #881
- Add zod-prisma to the ecosystem section by @ahhshm in #939
- Add badges and call to action to README by @konhi in #947
- Remove duplicated
processCreateParams
inZodNumber
by @equt in #766