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