yarn zod 3.24.2
v3.24.2

21 hours ago

Notes

Support asynchronous checks in z.custom() .

const customSchema = z.custom<number>(async (x) => {
  return typeof x === "number";
});

Commits:

Don't miss a new zod release

NewReleases is sending notifications on new releases.