Releases: Surnet/swagger-jsdoc
6.0.0-rc.2
Handle empty annotations cases #229
6.0.0-rc.1
Contains first version of a major rewrite and first iteration of handling yaml references with anchors and aliases between separate comments.
5.0.0
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
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
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
4.1.0
Upgrade dependencies to solve security vulnerabilities.
4.0.0
3.7.0
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
Upgrade dependencies.