this
object of a Swagger Path Definition updater function, now is the underlying controller instance
- add
middlewares
property to SwaggerPathDefinitionUpdaterContext interface
- add global
schema
namespace to joi module, used by that library
- module requires a least Node.js 12+ now
- npm update
- npm update
- fix
minimist < 0.2.1
security issue
- add
node >= 10.0.0
as minimum requirement to package.json/.npmrc
- update README.md to fix issue #2
- implemented "after-ware", handlers, which are invoked after a controller method call
- updated to
swagger-ui-express@^4.1.3
- added
security
property to InitControllersSwaggerDocumentOptions interface - updated to
swagger-ui-express@^4.1.2
- added
serializeForJSON()
function - added
events
withonControllerCreated
to InitControllersOptions interface
- added
limit
property to ControllerRouteWithBodyOptions interface - added
limit
property to ObjectValidatorOptions interface
@
character prefixes in directory paths, will be interpreted as:
route parameters prefixes now- bug fixes
- can define response serializer as global default via
setResponseSerializer()
function now - code cleanups and improvements
- added
SwaggerPathDefinitionUpdaterContext
to SwaggerPathDefinitionUpdaterContext interface
- can define optional
__updateSwaggerPath
method in controller now
- improvements
- bug fixes
- improvements
- fixes
- improvements
- bug fixes
- implemented
@Swagger
decorator - bug fixes
- code cleanups and improvements
- code improvements
- FIX: failed authorization returns
403
instead of401
by default
- added authorization feature with
@Authorize
decorator - updated to
lodash@^4.17.14
- updated to
express@^4.17.1
- bugfixes
- code is build for Node.js 10+ now
- set compiler flags and libs to
es2017
- updated to
express@^4.17.0
- updated to
fast-glob@^2.2.7
- added
serializer
property to ControllerRouteOptions interface
- (bug)fixes
- initial release