- Support for
swaggerize-routes
security. - New
app.swagger
property. app.api
is now accessed asapp.swagger.api
.app.setHost
is removed (simply setapp.swagger.api.host
).
- Swagger 2.0 compatible.
- Generator has been removed. See the yeoman generator
generator-swaggerize
instead. docspath
defaults to/api-docs
.setUrl
is nowsetHost
and is used to sethost
andport
in theapi
.app._api
isapp.api
.api
andsetHost
are now on theparent
, not the middleware.
See v1.0.0
, v2.0.0
branches for addition changelogs.