Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apidoc

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apidoc - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

14

CHANGELOG.md

@@ -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'
}
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc