Socket
Socket
Sign inDemoInstall

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.15.0 to 0.15.1

27

CHANGELOG.md
# apiDoc Changelog
#### 0.15.1
* Parser
* Bugfix: Inherit error of lodash merge / mergeWidth split.
#### 0.15.0
* CLI
* Update dependencies.
* Parser
* Upgrade markdown parser to version 0.6.
* Template
* Make ajaxRequest simpler. [384](https://github.com/apidoc/apidoc/pull/384)
* Format response json. [396](https://github.com/apidoc/apidoc/pull/396)
* Improve sendSampelRequest. [400](https://github.com/apidoc/apidoc/pull/400)
* Add Catalan translation. [403](https://github.com/apidoc/apidoc/pull/403)
* Bugfix: zh_cn translation string. [415](https://github.com/apidoc/apidoc/pull/415)
* Bugfix: Template break on defined prototype methods.
* Update json response css.
* Update webfontloader.
* Add monospace font fallback.
#### 0.14.0

@@ -4,0 +31,0 @@

@@ -5,2 +5,17 @@ # apiDoc Contributors

* [jacky huang](https://github.com/xiaochong0302)
* Bugfix: zh_cn translation string. [415](https://github.com/apidoc/apidoc/pull/415)
* [Xisco Guaita](https://github.com/xguaita)
* Add Catalan translation. [403](https://github.com/apidoc/apidoc/pull/403)
* [Alfred UC](https://github.com/b6pzeusbc54tvhw5jgpyw8pwz2x6gs)
* Improve sendSampelRequest. [400](https://github.com/apidoc/apidoc/pull/400)
* [Adriano Fialho](https://github.com/afialho)
* Format response json. [396](https://github.com/apidoc/apidoc/pull/396)
* [Zeno Zeng](https://github.com/zenozeng)
* Make ajaxRequest simpler. [#384](https://github.com/apidoc/apidoc/pull/384)
* [Chad Auld](https://github.com/cauld)

@@ -7,0 +22,0 @@ * Sample requests should also support basic GET requests with standard que... [#189](https://github.com/apidoc/apidoc/pull/189)

6

package.json
{
"name": "apidoc",
"version": "0.15.0",
"version": "0.15.1",
"description": "RESTful web API Documentation Generator",

@@ -39,5 +39,5 @@ "author": "Peter Rottmann <rottmann@inveris.de>",

"dependencies": {
"apidoc-core": "~0.6.0",
"apidoc-core": "~0.6.1",
"fs-extra": "~0.26.5",
"lodash": "~4.3.0",
"lodash": "~4.5.0",
"markdown-it": "^6.0.0",

@@ -44,0 +44,0 @@ "nomnom": "~1.8.1",

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