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 Versions

1
10

0.12.3

Diff

apidoc
published 0.12.2 •

Changelog

Source

0.12.2

  • CLI

    • Bugfix: Multiple bin parameters. 244
  • Template

    • Update template vendor lib path-to-regexp.
    • Bugfix: Example overlaps navigation. 240
  • Parser

    • Update dependencies.
apidoc
published 0.12.1 •

Changelog

Source

0.12.1

  • CLI

    • Add some version information for verbose / debug output.
  • Parser

    • Bugfix: Parse blocks with unknown parameters (before the block was skipped).
    • Bugfix: show correct block index.
    • Update dependencies.
apidoc
published 0.12.0 •

Changelog

Source

0.12.0

  • Parser
    • Unindent strings in description fields. Mulitlines start with the same leading whitespaces. 173
apidoc
published 0.11.0 •

Changelog

Source

0.11.0

  • CLI

    • Add parameter --parse-languages for custom language regex.
  • Parser

    • Add Clojure parser for .clj files.
    • Extend parser to transfer own language regex.
    • Update apidoc-core interface (replace arguments with setters).
  • Template

    • Add chinese and dutch translations files.
apidoc
published 0.10.1 •

Changelog

Source

0.10.1

  • Bugfix: Path to apidoc-core.
apidoc
published 0.10.0 •

Changelog

Source

0.10.0

  • Split apidoc code

    • apidoc is now only the CLI-Tool with UI-Template and file creation (as you know it). You can use apidoc without change anything.

    • apidoc-core (for developers) is the parser and response the api-data.

    • apidoc-example (for developers) are the test files for the apidoc-spec.

  • CLI

    • Replace optimist (not maintained anymore) with nomnom: true / false parameters can now be used, e.g. enable markdown (default) --markdown or disable --no-markdown.
    • Add parameter --markdown.
    • Replace the custom Logger with winston.
  • Parser

    • Bugfix: Settings to enable / disable markdown (marked-gfm was previously used).
  • Template

    • Add generator.url and generator.name to the footer generator information (for custom ui-generators).
    • Move handlebars_helper.js to utils/
  • Common

    • Remove grunt dependencies (test run with npm run test).
    • Change grunt-apidoc (0.10.0) to use always the latest version of apiDoc.
apidoc
published 0.9.1 •

Changelog

Source

0.9.1

  • Parser

    • Allow overwrite of packageInfo e.g. from grunt task (https://github.com/apidoc/apidoc/pull/177)
  • Bugfix: Extend parser regexp to allow inline comment-code (https://github.com/apidoc/apidoc/pull/180)

  • Bugfix: Slash only path in api triggered error (https://github.com/apidoc/apidoc/pull/159)

  • Bugfix: Scrollspy offset (https://github.com/apidoc/apidoc/pull/176)

  • Bugfix: Get package infos from package.json or apidoc.json (https://github.com/apidoc/apidoc/pull/169)

apidoc
published 0.9.0 •

Changelog

Source

0.9.0

  • CLI

    • Allow to include an external file which can set the markdown settings. (https://github.com/apidoc/apidoc/pull/166)
  • Template

    • Add custom order in apidoc.json Append apiName or apiGroup in the order list:

      "order": [
        "MyGroupName",
        "MyParameterName",
        "MyOtherParameterName"
      ]
      
    • Speed up rendering of subtemplates (https://github.com/apidoc/apidoc/issues/164)

    • Bugfix: Special char doesn't show in @apiGroup. (https://github.com/apidoc/apidoc/issues/163)

apidoc
published 0.8.2 •

Changelog

Source

0.8.2

  • Bugfix: apiGroupDescription from apiDefine not working. (https://github.com/apidoc/apidoc/issues/156)
  • Bugfix: remove deprecated message for apiPermission. (https://github.com/apidoc/apidoc/issues/154)
  • Bugfix: Testclient did not send JSON format. (https://github.com/apidoc/apidoc/issues/152)
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