Skip to content

Releases: akheron/typera-openapi

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:10

What’s Changed

🐛 Bug Fixes

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 29 May 17:51

What’s Changed

🚀 Features

  • Support @example JSDoc tag for adding exmples (#679) @wilbrt
  • Allow documenting route parameters (#677) @wilbrt

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 25 May 19:33

What’s Changed

🐛 Bug Fixes

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Nov 18:27

What’s Changed

🚀 Features

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 18:16

What’s Changed

🚀 Features

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Mar 18:57

What’s Changed

🐛 Bug Fixes

  • Fix Content-Type infering in different scenarios (#357) @akheron
  • Add schema to req param and res header objects (#353) @akheron

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 07:44

What’s Changed

🐛 Bug Fixes

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 19:49

What’s Changed

💥 BREAKING CHANGES

See this guide for upgrading instructions.

  • Use components object and reference objects (#345) @akheron.

🚀 Features

🐛 Bug Fixes

  • Fail if a source file doesn't exist or doesn't contain routes (#346) @akheron

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 11:06

What’s Changed

🐛 Bug Fixes

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 19:16

What’s Changed

🐛 Bug Fixes

  • Add description to operation parameters too (#164) @akheron