You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that Standard Schema reached a stable release and it is gaining more and more traction, what are the plans for getValidatedQuery, getValidatedRouterParams and readValidatedBody?
It would be nice to support Standard Schema natively so that developers are free to use their own validation library without creating a dedicated adapter for each, nor a custom function returning a boolean as it currently is for validateData.
This can be implemented without introducing additional dependencies and, in theory, without breaking changes
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Considering that
Standard Schema
reached a stable release and it is gaining more and more traction, what are the plans forgetValidatedQuery
,getValidatedRouterParams
andreadValidatedBody
?It would be nice to support Standard Schema natively so that developers are free to use their own validation library without creating a dedicated adapter for each, nor a custom function returning a boolean as it currently is for
validateData
.This can be implemented without introducing additional dependencies and, in theory, without breaking changes
Additional information
The text was updated successfully, but these errors were encountered: