Skip to content

Releases: Surnet/swagger-jsdoc

6.0.0-rc.2

28 Nov 09:36
Compare
Choose a tag to compare

Handle empty annotations cases #229

6.0.0-rc.1

27 Nov 13:02
Compare
Choose a tag to compare

Contains first version of a major rewrite and first iteration of handling yaml references with anchors and aliases between separate comments.

5.0.0

28 Oct 15:41
391c997
Compare
Choose a tag to compare

Reorganizing code by modules related to their purpose, which makes the specification-related utils easier to manage in 1 place.
Other helpers have also been reorganized into combined modules, which makes it easier to mock selected functions within modules.

BREAKING CHANGES

  • The support for deprecated properties has been removed. Please use the plural form. This support for deprecated properties has lasted for 4 years.
  • Upgraded to Erbium (LTS)

4.3.2

12 Nov 07:14
391c997
Compare
Choose a tag to compare

⚠️Patch containing breaking changes!!!⚠️

Unfortunately, the automated publishing script wrongly published this patch instead of v5 https://github.com/Surnet/swagger-jsdoc/releases/tag/v5.0.0

Please ignore this update and bump to major or do stay at 4.3.1 until updating your tags as mentioned in #220

4.3.0

15 Oct 15:09
41c410f
Compare
Choose a tag to compare

It's now possible to include your .coffee files into the result swagger specification.

Example:

swagger-jsdoc.js -d example/v2/swaggerDef.js example/v2/route.coffee

4.2.0

25 Sep 10:53
b84f5f7
Compare
Choose a tag to compare
  • It's now possible to annotate code with @openapi instead of @swagger #200
  • improved error messages for inputs #208

4.1.0

25 Sep 10:26
Compare
Choose a tag to compare

Upgrade dependencies to solve security vulnerabilities.

4.0.0

22 Mar 13:25
Compare
Choose a tag to compare

Node version 8 aka Carbon is no longer supported. Please refer to this information regarding release. Version 3 of swagger-jsdoc is still available at branch v3, but will not be maintained any more.

Please use Node version 10 aka Dubnium or higher.

3.7.0

22 Mar 13:12
Compare
Choose a tag to compare

No changes compared to 3.6.0 except downgrades in dependencies to ensure proper work with Node carbon, i..e LTS of version 8. Thus, this will be the last release with support for Node version 8.

3.6.0

22 Mar 12:35
Compare
Choose a tag to compare

Upgrade dependencies.