Comparing version 0.13.0 to 0.13.1
@@ -6,5 +6,5 @@ # apiDoc Changelog | ||
**Important changes**: | ||
* __Remove__ deprecated annotations [http://apidocjs.com/deprecated.html]. | ||
* __Replace__ markdown parser (markdown-it)[https://github.com/markdown-it/markdown-it]. | ||
* **Important changes**: | ||
* __Remove__ deprecated annotations (http://apidocjs.com/deprecated.html). | ||
* __Replace__ markdown parser [markdown-it](https://github.com/markdown-it/markdown-it). | ||
@@ -14,3 +14,3 @@ * CLI | ||
* Add multiple input locations (with `-i`). | ||
* Remove markdown config parameters, for custom configurations view [MARKDOWN.md]. | ||
* Remove markdown config parameters, for custom configurations view [MARKDOWN.md](https://github.com/apidoc/apidoc/blob/master/MARKDOWN.md). | ||
* Disable warning if packageJson.apidoc was defined. | ||
@@ -25,5 +25,5 @@ * Add litcoffee and scala file extension. | ||
* Parser | ||
* Remove deprecated annotations [http://apidocjs.com/deprecated.html]. | ||
* Replace markdown parser with (markdown-it)[https://github.com/markdown-it/markdown-it]. | ||
* Add custom markdown parser support, view [MARKDOWN.md] for details. | ||
* Remove deprecated annotations (http://apidocjs.com/deprecated.html). | ||
* Replace markdown parser with [markdown-it](https://github.com/markdown-it/markdown-it). | ||
* Add custom markdown parser support, view [MARKDOWN.md](https://github.com/apidoc/apidoc/blob/master/MARKDOWN.md) for details. | ||
* Add support for markdown in the type section. Example: `@apiParam {(CustomType)[http://...link-to-description.html]}` | ||
@@ -30,0 +30,0 @@ |
@@ -20,3 +20,4 @@ var _ = require('lodash'); | ||
colorize: true, | ||
markdown: true | ||
markdown: true, | ||
config : './' | ||
}; | ||
@@ -23,0 +24,0 @@ |
{ | ||
"name": "apidoc", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "RESTful web API Documentation Generator", | ||
@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>", |
define({ | ||
ru: { | ||
'Allowed values:' : 'Допустимые значения:', | ||
'Compare all with predecessor': 'Сравнить всё с предыдущей версией', | ||
'Compare all with predecessor': 'Сравнить с предыдущей версией', | ||
'compare changes to:' : 'сравнить с:', | ||
@@ -15,4 +15,4 @@ 'compared to' : 'в сравнении с', | ||
'optional' : 'необязательный', | ||
'Parameter' : 'Параметры', | ||
'Permission:' : 'Доступ:', | ||
'Parameter' : 'Параметр', | ||
'Permission:' : 'Разрешено:', | ||
'Response' : 'Ответ', | ||
@@ -24,4 +24,4 @@ 'Send' : 'Отправить', | ||
'Type' : 'Тип', | ||
'url' : 'url' | ||
'url' : 'URL' | ||
} | ||
}); |
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
622351
4219