swagger-express-ts
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
@@ -0,1 +1,9 @@ | ||
<a name="1.0.0-rc.3"></a> | ||
# [1.0.0-rc.3](2018-04-30) | ||
## Fixes | ||
### Merge models and path | ||
<a name="1.0.0-rc.2"></a> | ||
@@ -2,0 +10,0 @@ |
@@ -107,3 +107,3 @@ "use strict"; | ||
} | ||
this.data.definitions = _.merge(this.data.definitions, definitions); | ||
this.data.definitions = _.mergeWith(this.data.definitions, definitions); | ||
}; | ||
@@ -130,3 +130,3 @@ SwaggerService.prototype.setExternalDocs = function (externalDocs) { | ||
} | ||
this.controllerMap[target.name] = _.merge(this.controllerMap[target.name], currentController); | ||
this.controllerMap[target.name] = _.mergeWith(this.controllerMap[target.name], currentController); | ||
}; | ||
@@ -133,0 +133,0 @@ SwaggerService.prototype.addOperationGet = function (args, target, propertyKey) { |
{ | ||
"name": "swagger-express-ts", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.3", | ||
"description": "Generate and serve swagger.json", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
513727
62
10868