trpc-openapi
trpc-openapi copied to clipboard
Draft: `v1.0.0` Next major
v1.0.0 Next major
🚘 Roadmap: 👉 https://github.com/jlalmes/trpc-openapi/issues/91
Please check the roadmap to-do checklist to see currently implemented changes.
⚒ Breaking changes:
- Removed support for
@trpc/server@9 - Removed
meta.openapi.enabled: truerequirement - Removed
{ ok: boolean, data/error: ... }response wrapper - Removed deprecated
meta.openapi.tagproperty - Removed
teardownfunction from adapters
📜 README: https://github.com/jlalmes/trpc-openapi/blob/next/README.md
🚀 Try it out:
⚠️🚨 Please note, the alpha version may introduce changes without prior warning.
npm i trpc-openapi@alpha
@jlalmes do you have an updated readme or docs on how to set this up?