-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
New: allow options to be async on Cloud Validator #7155
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7155 +/- ##
=======================================
Coverage 94.00% 94.01%
=======================================
Files 172 172
Lines 12868 12873 +5
=======================================
+ Hits 12097 12102 +5
Misses 771 771
Continue to review full report at Codecov.
|
* Ensure pushStatus is properly running * remove duplicate test
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
New Pull Request Checklist
Issue Description
You can set a function to a Validator's field options, but it can't currently be async.
Related issue: #7140
Approach
Allows options to be async and resolves in Parallel with any other validator options.
TODOs before merging