Jsdoc Action Versions Save

:book: :octocat:GitHub Action to build JSDoc documentation

v1.2.1

2 years ago

Fixed

  • Support template installation with Node.js 16 (#40).

v1.2.0

4 years ago

Changed

  • Deprecates the template_name input variable in favor of template.

Fixed

  • Correct handling of templates installed from other sources than the npm package registry.

Added

  • Ability to install a specific version of a template.
  • Automatic updating of major version tag on release (GitHub Action).

v1.1.0

4 years ago

Added

  • Checks for existence of files and directories specified in input variables.

Changed

  • Make the source_dir input variable optional.
  • Don't set default value of the recurse input variable.
  • Don't set default value of the output_dir input variable.

v1.0.2

4 years ago

Fixed

  • Correctly handle paths specified in JSDoc config files.

v1.0.1

4 years ago

Fixed

  • Fix GitHub Pages example in README.

v1.0.0

4 years ago