Swagger Autogen Versions Save

This module performs automatic construction of Swagger documentation. It can identify the endpoints and automatically capture methods such as get, post, put, and so on. It also identifies paths, routes, middlewares, response status codes and parameters. At the end, it generates the .json file containing the Swagger format specification.

v2.23.5

10 months ago
  • New documentation
  • OpenAPI v3 improvements

v2.23.4

11 months ago
  • Fixes for Windows paths

v2.23.3

11 months ago
  • Fixed: Some projects failing when they have regex - #191
  • Fixed: Including default response when it is empty - #194
  • Fixed: Pattern are not being detected when controller functions are separated in multiple CommonJS files - #200