trpc-openapi icon indicating copy to clipboard operation
trpc-openapi copied to clipboard

Draft: `v1.0.0` Next major

Open jlalmes opened this issue 3 years ago • 1 comments

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: true requirement
  • Removed { ok: boolean, data/error: ... } response wrapper
  • Removed deprecated meta.openapi.tag property
  • Removed teardown function 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 avatar Aug 25 '22 12:08 jlalmes

@jlalmes do you have an updated readme or docs on how to set this up?

albertilagan avatar Aug 28 '22 05:08 albertilagan