All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.1 - 2021-12-07
- Support template installation with Node.js 16 (#40).
1.2.0 - 2020-04-21
- Deprecates the
template_name
input variable in favor oftemplate
.
- Correct handling of templates installed from other sources than the npm package registry.
- Ability to install a specific version of a template.
- Automatic updating of major version tag on release (GitHub Action).
1.1.0 - 2020-02-26
- Checks for existence of files and directories specified in input variables.
- 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.
1.0.2 - 2020-02-24
- Specifying input files in JSDoc config files.
1.0.1 - 2020-02-22
- Fix GitHub Pages example in README.