Skip to content

Zod Form Data 1.1.0

Compare
Choose a tag to compare
@airjp73 airjp73 released this 27 Jan 04:32
· 1228 commits to main since this release

New Features

zfd.file

A new helper to assist in asserting required/optional on file inputs. Docs here.

Accept a zod schema in zfd.formData

zfd.formData can now accept a zod schema in addition to accepting objects. Docs here

PRs

Includes #40