-
- Notifications
You must be signed in to change notification settings - Fork 202
feat: automatically infer values from schema #739
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
Conversation
| Size Change: -7 B (-0.02%) Total Size: 33.5 kB
ℹ️ View Unchanged
|
| "react-hook-form": "^7.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "caniuse-lite": "^1.0.30001698" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment resolved? I couldn't find any reference to this package in the diff.
| 🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR ensures consistency across resolvers by automatically inferring values from the schema when applicable, as we already do for the Yup resolver.
Additionally, it adds a small comparison table in the README to highlight the supported features of each resolver.
Closes #653, closes #429, closes #447, closes #551