-
-
Notifications
You must be signed in to change notification settings - Fork 215
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(json): added support for more schema and actions #962
Conversation
MathurAditya724
commented
Dec 6, 2024
- Support for date schema
- Support for time, dateTime, base64, URL, startsWith, endsWith, includes, nonEmpty Actions
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.
Thank you for creating this PR! I look forward to merging it in the next few weeks. Once we have the implementation figured out, we should continue updating the unit tests.
Hey, I have more time again and plan to merge this PR soon. Feel free to take a look at my comments and give me feedback. If you don't have much time right now, I can try to finish the PR. |
I plan to review and merge this PR today or tomorrow. |
f41426c
to
d713dfe
Compare
@MathurAditya724 is attempting to deploy a commit to the Valibot Team on Vercel. A member of the Team first needs to authorize it. |
I have already started to finalize this PR. |
I just removed the regex (starts_with, ends_with, includes) part, as we will not be able to support it now as per your previous comment |
Sorry if I have messed something up, that was not my intention. |
Don't worry 😉 |
v1.0.0-beta.4 of |