apiDoc v0.17.0 Release Notes

Release Date: 2017-01-13 // over 7 years ago
  • 💥 Breaking change: node v6 is minimum requirement.

    ➕ Add new @apiDeprecated annotation.
    ➕ Add new @apiPrivate annotation.

    • CLI
      • Add --private false|true parameter to export @apiPrivate marked methods.
      • Add .cls, .jsx, p, .pl, .vue file extensions.
      • Update dependencies.
    • 📜 Parser
      • Add @apiDeprecated support. 52
      • Added support for private APIs @apiPrivate. 530
      • Add support for plugins in scoped modules. 51
      • Remove deprecated lib wrench and replace with fs-extra.
      • Update dependencies.
    • Template
      • Update Bootstrap to 3.3.7.
      • Navigation filter added. 562
      • h2 links in Header / Footer files will now be visible in the main navigation. 525
      • Fix issue of left menu displaying major function in older version. 528
      • Replace lodash with only needed custom build lodash functions.
      • Update italian language file. 507