Releases: jlalmes/trpc-openapi
Releases · jlalmes/trpc-openapi
v1.2.0
What's Changed
- chore: remove state-bot by @jlalmes in #304
- Add support for marking an endpoint as deprecated by @TRManderson in #270
- add "securitySchemes" to generateOpenApiDocumentation options by @mrgoonie in #302
- test: Add
deprecated
procedure opt test by @jlalmes in #305 - Fix: Security schemes protected procedures by @jlalmes in #306
- Feat: Fastify adapter by @jlalmes in #177
- Feat: Nuxt 3 Adapter by @Bahnasawy in #292
- Fix: Slugify operation id by @jlalmes in #307
- fix: Expand
contentTypes
typing by @jlalmes in #308 - Feat: Example schemas by @jlalmes in #309
- Fix: Void body if all keys are path parameters by @jlalmes in #310
- trpc-openapi v1.2.0 by @jlalmes in #311
New Contributors
- @TRManderson made their first contribution in #270
- @mrgoonie made their first contribution in #302
- @Bahnasawy made their first contribution in #292
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Fix: Coerce all input values (query/body/path) by @jlalmes in #247
- Fix: AWS Lambda 'Content-Type' header by @timmattison in #245
- Chore: Bump dependencies by @jlalmes in #248
New Contributors
- @timmattison made their first contribution in #245
- @k0l11 made their first contributions in #242 & #243
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- Fix: Typo in with-nextjs example (#210)
- Fix: optional input object (#218)
- Feat:
coerce
input values to primitive types (#219) - Docs: tidy up by (#221)
- Feat: Support
x-www-form-urlencoded
request bodies (#222)
New Contributors
- @anthonyshew made their first contribution 🚀
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Breaking changes
- Added support for @trpc/server@10
- Removed
meta.openapi.enabled: true
requirement - Removed
{ ok: boolean, data/error: ... }
response wrapper - Removed deprecated
meta.openapi.tag
property - Removed
teardown
function from adapters
What's Changed
- Serverless adapter by @aphex
Full Changelog: v0.7.0...v1.0.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
What's Changed
- Feat: added support for multiple tags per endpoint (#84)
New Contributors ❤️
- @SeanCassiere made their first contribution in #84
Full Change Log: v0.3.0...v0.4.0