Releases: andstor/jsdoc-action
Releases · andstor/jsdoc-action
v1.2.1
Fixed
- Support template installation with Node.js 16 (#40).
v1.2.0
Changed
- Deprecates the
template_name
input variable in favor oftemplate
.
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
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
Fixed
- Correctly handle paths specified in JSDoc config files.
v1.0.1
Fixed
- Fix GitHub Pages example in README.
v1.0.0
Merge pull request #4 from andstor/develop v1.0.0