Skip to content

Version 10.1.0

Choose a tag to compare

@jaydenseric jaydenseric released this 29 Apr 10:18
· 37 commits to master since this release

Minor

  • Added a new --check (and alias -c) argument for the command jsdoc-md and a check option for the function jsdocMd to specify if an error should be thrown instead of updating the markdown file if the contents would change; useful for checking docs are up to date in CI. Fixes #22.

Patch

  • Updated dev dependencies.
  • The command jsdoc-md and the function jsdocMd no longer updates the markdown file if there are no changes.
  • Simplified TypeError messages.
  • Readme tweaks.