Describe the feature
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
Describe the feature
Considering that
Standard Schemareached a stable release and it is gaining more and more traction, what are the plans forgetValidatedQuery,getValidatedRouterParamsandreadValidatedBody?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