-
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: native support for standard schema libraries (#1020)
* feat: naive implementation as adapter * test: naive test with valibot * feat: add async validation support * feat: define standard schema adapter in form-core * feat: support arktype's function-based structure and path * ci: apply automated fixes and generate docs * feat: validate form with standard schema without adapter * feat: validate field with standard schema without adapter * test: add todo tests for zod * ci: apply automated fixes and generate docs * fix: spread field errors from form validator * docs: add example with multiple schemas * chore: bump valibot and uncomment failing tests * docs: mention standard schema * feat: accept functional sync validator even with an adapter set * chore: bump versions * docs: gen * ci: apply automated fixes and generate docs * feat: integrate zod * docs: update with zod and simplify examples * ci: apply automated fixes and generate docs * docs: mention latest version for schema libraries
- Loading branch information
1 parent
b437abe
commit 6a82b7f
Showing
52 changed files
with
1,663 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.