@microsoft/api-documenter
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.2.5", | ||
"tag": "@microsoft/api-documenter_v1.2.5", | ||
"date": "Fri, 15 Jun 2018 16:05:34 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "The output folder is not automatically created if it doesn't exist yet" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.2.4", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/api-documenter_v1.2.4", |
# Change Log - @microsoft/api-documenter | ||
This log was last generated on Fri, 08 Jun 2018 08:43:52 GMT and should not be manually modified. | ||
This log was last generated on Fri, 15 Jun 2018 16:05:34 GMT and should not be manually modified. | ||
## 1.2.5 | ||
Fri, 15 Jun 2018 16:05:34 GMT | ||
### Patches | ||
- The output folder is not automatically created if it doesn't exist yet | ||
## 1.2.4 | ||
@@ -6,0 +13,0 @@ Fri, 08 Jun 2018 08:43:52 GMT |
@@ -34,5 +34,3 @@ "use strict"; | ||
this.outputFolder = this._outputFolderParameter.value || `./${this.actionName}`; | ||
if (!fsx.existsSync(this.outputFolder)) { | ||
throw new Error('The output folder does not exist: ' + this.outputFolder); | ||
} | ||
fsx.mkdirsSync(this.outputFolder); | ||
for (const filename of fsx.readdirSync(this.inputFolder)) { | ||
@@ -39,0 +37,0 @@ if (filename.match(/\.api\.json$/i)) { |
{ | ||
"name": "@microsoft/api-documenter", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Read JSON files from api-extractor, generate documentation pages", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
275407
3567