Skip to content

Tags: react-hook-form/resolvers

Tags

v5.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: discriminated union for zod v4 mini (#784)

v5.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ajv): add ajv-formats for ajvResolver (#797)

* add ajv-formats for ajvResolver

* change lint command and add @biomejs/biome as dev dep

v5.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: zod peer dep issue (#780)

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support Zod 4 (#777)

* Add Zod 4 support

* Format

* Add fallbacks

* Fix inference

* Bump lockfile dep

v5.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758

)

v5.0.0

Merge branch 'dev'

v4.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: escape square brackets in field name regex pattern (#752)

v4.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(standard-schema): move @standard-schema/utils to dependencies (#748)

* fix(standard-schema): move @standard-schema/utils to dependencies

* chore: compressed size action

v4.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(standard-schema): Propertly handle object path segments (#746)

* use provided InferOutput helper

* use official util to get dot path, allowing for correct handling of object path segments

v4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update README.md