Comparing version 0.6.2 to 0.6.3
# apiDoc Changelog | ||
#### 0.6.3 | ||
Bugfix: Multiple added url to api path after compared to other version. (https://github.com/apidoc/apidoc/issues/87) | ||
#### 0.6.2 | ||
@@ -4,0 +9,0 @@ |
@@ -6,6 +6,6 @@ # apiDoc Contributors | ||
* [Paul Dapolito](https://github.com/PaulDapolito) | ||
* Fixed bug where dropdown opens off of page ([#71] (https://github.com/apidoc/apidoc/pull/85)) | ||
* Fixed bug where dropdown opens off of page ([#85] (https://github.com/apidoc/apidoc/pull/85)) | ||
* [Coders Brothers](https://github.com/PaulDapolito) | ||
* Some refactors and bugfixes ([#71] (https://github.com/apidoc/apidoc/pull/83)) | ||
* [Coders Brothers](https://github.com/CodersBrothers) | ||
* Some refactors and bugfixes ([#83] (https://github.com/apidoc/apidoc/pull/83)) | ||
@@ -12,0 +12,0 @@ * [Anton Fischer](https://github.com/antonfisher) |
{ | ||
"name": "apidoc", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "RESTful web API Documentation Generator", | ||
@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>", |
@@ -270,2 +270,5 @@ require.config({ | ||
// Add prefix URL for endpoint | ||
if(apiProject.url) fields.article.url = apiProject.url + fields.article.url; | ||
addArticleSettings(fields, entry); | ||
@@ -545,5 +548,2 @@ | ||
// Add prefix URL for endpoint | ||
if(apiProject.url) fields.article.url = apiProject.url + fields.article.url; | ||
// Add template settings | ||
@@ -550,0 +550,0 @@ fields.template = apiProject.template; |
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
717892