Skip to content

Releases: akheron/typera-openapi

v2.3.1

01 Sep 13:10
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v2.3.0

29 May 17:51
Compare
Choose a tag to compare

What’s Changed

🚀 Features

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

v2.2.1

25 May 19:33
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v2.2.0

09 Nov 18:27
Compare
Choose a tag to compare

What’s Changed

🚀 Features

v2.1.0

29 Aug 18:16
Compare
Choose a tag to compare

What’s Changed

🚀 Features

v2.0.2

27 Mar 18:57
Compare
Choose a tag to compare

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

20 Mar 07:44
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v2.0.0

18 Mar 19:49
Compare
Choose a tag to compare

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

11 Jul 11:06
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

v1.0.2

18 Jun 19:16
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

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