Notes
Support asynchronous checks in z.custom()
.
const customSchema = z.custom<number>(async (x) => {
return typeof x === "number";
});
Commits:
- cdcf9d4 Bump rollup from 2.79.1 to 2.79.2 (#3895)
- a2ad370 Bump find-my-way from 8.2.0 to 8.2.2 (#3897)
- 0e02d66 Bump nanoid from 3.3.7 to 3.3.8 (#3896)
- 96be65f Bump cross-spawn from 7.0.3 to 7.0.6 (#3882)
- f7ad261 Bump micromatch from 4.0.7 to 4.0.8 (#3748)
- d724620 Add
zod-struct
to utilities for Zod (#3921) - 6b96cfd Update README.md (#3949)
- e376cda Add Courier to README (#3961)
- 8a099de Add CodeRabbit to sponsors (#3975)
- 587d160 WIP (#3976)
- 9d3af2e Add CodeRabbit at Platinum (#3981)
- eedeb4b docs(X to Zod): Update url for runtyping (#3971)
- 706f49f fix: redirect url to correct url (#3939)
- 7365b7d docs: translate README to Korean (#3934)
- b7e173d Format
- 1dd44a0 Support async z.custom
- e308703 v3.24.2