Skip to content

Releases: jsdoc2md/grunt-jsdoc-to-markdown

v3.0.0

06 Mar 22:03
Compare
Choose a tag to compare

This release upgrades the plugin to use the latest jsdoc2md. This is an optimisation release - there are no functional changes.

Breaking changes since v2.0.0

  • Removed support for node versions less than v4.0.0.

By removing the requirement for polyfill libraries (core-js, babel-polyfill etc), the jsdoc2md dependency tree shrunk to half its previous size.

v2.0.0

11 Oct 22:21
Compare
Choose a tag to compare

Upgraded to use jsdoc2md v2.

Breaking since v1.2.1

  • options changed
    • --conf option renamed to --configure to match the jsdoc --configure option.
    • --src option renamed to --files to avoid confusion between --src and --source
  • options removed
    • --sort-by and --group-by removed for now, back in a future version or by popular demand.

Other changes

  • options added
    • source option added, you can now pass in source code as a string.