Skip to content

Releases: Surnet/swagger-jsdoc

v3.2.0

17 Sep 20:33
Compare
Choose a tag to compare

Adds support for better reports for errors in YAML parsing!
Started from #89, continued in #101 and solved in #96 with addition of error marker.

v3.1.1

16 Sep 15:49
Compare
Choose a tag to compare

Documentation updates.

v3.1.0

16 Sep 09:51
Compare
Choose a tag to compare

Allows for YAML definition files. (and other fixes)
Pulls: #105 #108 #131

v3.0.3

04 Sep 13:24
Compare
Choose a tag to compare

Corrections in example (#127) and dependencies upgrades.

OpenAPI specification support

01 Aug 11:38
Compare
Choose a tag to compare
  • Upgrades in dependencies (#121)
  • Improvements in workflows: change to ESLint, adding Prettier, ES6+ features, etc.
  • And support for OpenAPI specification (#122)

PS: 3.0.2 is absolutely the same as 3.0.0, but npm cache together with 2FA issues while publishing tricked me into believing the 3.0.0 hadn't gone online and removing 3.0.1 didn't happen again by cache or some other npm infrastructure reason and that's why 3.0.2.

v1.10.3

10 Aug 16:52
Compare
Choose a tag to compare

Publishes #109 and #115

v1.10.2

18 Jul 18:41
64a6ec9
Compare
Choose a tag to compare

Security updates and various documentation improvements.

v1.9.2

22 Feb 13:07
Compare
Choose a tag to compare

Moving chokidar package out of development dependencies to make it accessible on global install.

v1.9.1

22 Jan 11:27
Compare
Choose a tag to compare

Adding a new entry in .npmignore.

v1.9.0

17 Jan 09:28
Compare
Choose a tag to compare

Improvements in the CLI:

  • support for .yaml extension (#53)
  • watch task for easy update of API files (#49)