Releases: colinhacks/zod
Releases · colinhacks/zod
v3.14.2
Commits:
- 76d2fe0 Faster optional & nullable values
- 38cc89d Merge pull request #1028 from tmcw/faster-optionals
- 9004904 Implement release CI
- 5d356dd Remove logs in build.mjs
- 25b41e6 Dry-run: false
- 6a703d8 Rename workflows
- 0a5f644 Update release, remove fix.yml
- 01ca116 Generate Deno before testing
- 25bab35 Update script names
- cc458a0 Prevent duplicate jobs
- a3e3d45 Prevent duplicate jobs
- b5a93f2 Fix prettier command
- 3a27c0c Upgrade eslint version
- cadfa20 Fix job id
- 863346b chore: Format, lint, build Deno
- e02a9ca Remove dryrun
- db4c8bf Add deno
- 88d1239 Update release
- 1a4a1c2 Merge pull request #1030 from colinhacks/ci
- 43b258b chore: Format, lint, build Deno
v3.14.1
What's Changed
- Reduce memory churn, avoid generating ctx when not necessary, much faster valid primitives by @tmcw in #1025
Full Changelog: v3.14.0...v3.14.1
v3.14.0
What's Changed
- Add realworld benchmark by @tmcw in #1024
- Remove unnecessary docs files by @Shreyas-SAS in #1013
- Add ZodDiscriminatedUnion to ZodFirstPartySchemaTypes by @jacobmischka in #1002
- Remove typeCache by @tmcw in #1023
- Performance - target es2018 by @tmcw in #1022
- Fix ERROR_HANDLING.md typo by @susiyaki in #1027
- Fast unions by @tmcw in #1026
New Contributors
- @tmcw made their first contribution in #1024
- @Shreyas-SAS made their first contribution in #1013
- @esamattis made their first contribution in #1003
- @jacobmischka made their first contribution in #1002
- @susiyaki made their first contribution in #1027
Full Changelog: v3.13.4...v3.14.0
v3.13.4
v3.13.2
What's Changed
- Removing source maps and uglification of ES modules
- exporting ZodDiscriminatedUnionOption by @JacobWeisenburger in #987
- Add
types
field toexports
inpackage.json
by @shroudedcode in #906 - NaN type by @noyan-alimov in #898
- Add Contributor's Convenant as Code of Conduct by @scotttrinh in #912
- Records should be partial so we're not required to use all keys by @jeremybull in #752
New Contributors
- @shroudedcode made their first contribution in #906
- @noyan-alimov made their first contribution in #898
- @jeremybull made their first contribution in #752
Full Changelog: v3.12.0...v3.13.2
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
v3.11.6
v3.11.4
Add describe
v3.11.3
Support TypeScript 4.5.
v3.10.3
New parsing engine. Zod now surfaces more errors.