apiDoc v0.13.0 Release Notes

    • Important changes:

    • CLI

      • Add path to config file (with -c).
      • Add multiple input locations (with -i).
      • Remove markdown config parameters, for custom configurations view MARKDOWN.md.
      • Disable warning if packageJson.apidoc was defined.
      • Add litcoffee and scala file extension.
    • Template

      • Add template.forceLanguage in apidoc.json to set a fixed language file without auto-detect the browser language.
      • Add word wrap for pure text examples.
      • Add Brazilian, French, Polish and Russian translation files.
    • 📜 Parser

      • Remove deprecated annotations (http://apidocjs.com/deprecated.html).
      • Replace markdown parser with markdown-it.
      • Add custom markdown parser support, view MARKDOWN.md for details.
      • Add support for markdown in the type section. Example: @apiParam {(CustomType)[http://...link-to-description.html]}