Minor Changes
-
#299
b13d46b
Thanks @EskiMojo14! - feat!: support standard schemaValidators can now be any validator that supports Standard Schema,
for example Zod & Valibot.This feature comes with some breaking changes:
- If using Zod, the minimum required version is now 3.24.
onValidationError
now getsStandardSchemaV1.Issue[]
instead ofZodError
-
#310
eb37304
Thanks @EskiMojo14! - feat!: add valibot presetsPresets using Valibot are now available using the
/presets-valibot
entrypoint.This feature comes with some breaking changes:
- Zod presets have now been moved to
/presets-zod
.
- Zod presets have now been moved to
-
bb80923
Thanks @juliusmarminge! - update uploadthing preset to v7. adduploadthingV6
for legacy config
Patch Changes
-
#279
7c09bc3
Thanks @thevisioner! - add netlify preset -
bb80923
Thanks @juliusmarminge! - add neonVercel preset