-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add standard schema support for validators #1020
base: main
Are you sure you want to change the base?
feat: add standard schema support for validators #1020
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit bc585e7. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1020 +/- ##
==========================================
- Coverage 91.55% 86.30% -5.26%
==========================================
Files 21 29 +8
Lines 900 1146 +246
Branches 206 299 +93
==========================================
+ Hits 824 989 +165
- Misses 71 144 +73
- Partials 5 13 +8 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This PR closes #1015
Initial support for Standard Schema using a validatorAdapter-like structure embedded in form-core
TODO: