Skip to content

Releases: jlalmes/trpc-openapi

v1.2.0

24 May 11:07
9c4eac4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

26 Jan 14:08
aea4544
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Jan 15:52
fab401a
Compare
Choose a tag to compare

What's Changed

  • Fix: Tighter input parsing content-types (#230)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Jan 00:08
d477cbd
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Nov 14:00
6ab276a
Compare
Choose a tag to compare

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

25 Aug 11:46
c832cc2
Compare
Choose a tag to compare

What's Changed

  • Feat: Support top-level z.preprocess (#140)
  • Performance: Lazy monkey patching inputs (#125)
  • Performance: Skip router validation in production (#125)
  • Docs: Better instructions in examples README (#138)
  • Chore: Upgraded dependencies (#139)

Full Change Log: v0.6.1...v0.7.0

v0.6.1

22 Aug 22:36
f32e683
Compare
Choose a tag to compare

What's Changed

  • Feat: Any procedure type can use any HTTP method. (#123)
  • Fix: Prevent operationId collisions (#123)
  • Docs: Added cors to with-nextjs example (#122)
  • Docs: Custom headers (#121)

Full Change Log: v0.6.0...v0.6.1

v0.6.0

22 Aug 14:11
ca90f0a
Compare
Choose a tag to compare

What's Changed

  • Feat: support custom headers (#119)
  • Chore: bump dependencies (#120)

Full Change Log: v0.5.0...v0.6.0

v0.5.0

08 Aug 20:42
d98f5b8
Compare
Choose a tag to compare

What's Changed

  • Feat: improved support for ZodEffects (#102)
  • Fix: fixed zodToJsonSchema $ref strategy (#104)
  • Chore: deprecated tag in OpenApiMeta (#92)
  • Chore: bump dependencies (#103)

New Contributors ❤️

Full Change Log: v0.4.0...v0.5.0

v0.4.0

22 Jul 13:30
b588c36
Compare
Choose a tag to compare

What's Changed

  • Feat: added support for multiple tags per endpoint (#84)

New Contributors ❤️

Full Change Log: v0.3.0...v0.4.0