-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add yew-validation crate #1376
Add yew-validation crate #1376
Conversation
Would be useful to add the tests for this to the CI. |
Strange, could've sworn I had added those.. oh well, pushed! |
@philip-peterson maybe we can have this live outside of Yew since it will be useful for other projects and is not yew specific? |
I suppose we could, I suspect this crate will be deleted as soon as #1269 is solved though which I definitely think we can get done quickly. Reason I would prefer to keep this in Yew is that based on the PR comments I received it got taken in a direction I wouldn't want it to be as a standalone crate; I did create the public |
Alternatively we could solve #1269 first and then this crate won't be necessary. |
Let's merge this for now and we can remove later if #1269 makes this obsolete |
* Add yew-validation crate * Update description * add test to run-tests.sh
* Add yew-validation crate * Update description * add test to run-tests.sh
* Add yew-validation crate * Update description * add test to run-tests.sh
Description
This relates to PR #1344 and is the separation of the validation logic out of it into its own crate.
Checklist:
./ci/run_stable_checks.sh