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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
🚘 v1.0.0 Roadmap
🏠 House keeping
v0
->v1
migration guide. (currently maintained here Draft:v1.0.0
Next major #143)🚀 Definite
v10
. (Feat: tRPC V10 Support #73)meta.tag
(usemeta.tags
instead). (Deprecatetag
fromOpenApiMeta
#92)enabled: true
whenmeta.openapi
is defined. (RFC: Reduce OpenAPImeta
complexity #68)$refs
. (Schema $refs are not pointing correctly #37)method: 'DELETE'
inmutation
procedures. (feat/unlink-proc-methods #123)meta.headers
. (Feat: Custom headers #113)z.refine()
. (Feat: Improved support for ZodEffects #102)teardown
function. #156🤔 Maybe
z.number()
query input. (RFC: Supportnumber
,boolean
,Date
in query params #44)z.boolean()
query input. (RFC: Supportnumber
,boolean
,Date
in query params #44)z.date()
query input. (RFC: Supportnumber
,boolean
,Date
in query params #44)z.array()
query inputs. (feat: Swagger API and semi-auto generation modtree/modtree#358 (comment))Fastify
adapter. (Feat: Fastify adapter #87)Lambda
adapter. (Feat: AWS Lambda handler #115)meta.examples
.override
object toOpenApiMeta
andGenerateOpenApiDocumentOptions
.🏋️♀️ Stretch
z.object()
input.z.object()
if usingpathParameters
.?input=
.output
schema requirement. (Typescript response (instead zod) to Openapi #61 (comment))zod
validator requirement.The text was updated successfully, but these errors were encountered: