1.0.14 (2019-03-06)
- refine fallback for author/username and author/repo URL (3fbed2a)
- remove markdownlint-disable tag in readme template (aaf46fd)
1.0.13 (2019-03-05)
- rename gitignore file to avoid missing template error (3d27d76)
- update finda to v1.0.8, fixes missing module errors (bb406ef)
1.0.12 (2019-02-28)
- add missing prompts/values to repo:ci generator (33b1269)
- make ISC the default license (56c42b4)
- update and improve travis config template (1de3180)
- update editorconfig file (00c8150)
- deps: update all deps and related configs (8b39ad5)
1.0.11 (2018-11-12)
- add branch-conditionals to travis-config template (b23b604)
- add missing 'chore' type to commit-guidelines template (d9949d9)
- fix md-syntax for link in code-of-conduct template (cd9b514)
- use variables in repo-links of style-guides template (926fce6)
1.0.10 (2018-11-07)
- add more ignorables to .npmignore template (9b89ab8)
- add unnecessary files to npm-ignore (827f5c5)
- replace Fetch with Finda (d15057c)
1.0.9 (2018-11-03)
- update 'commitizen' to resolve vulnerability in 'merge' (b8adcb7)
1.0.8 (2018-11-03)
- add handleError function (c04ffcb)
- change default author.url to github profile url (345a9e3)
- disable parse-git-config.sync to limit repeated github api calls (bccdb07)
- prevent bad input to spdx.correct (6877020)
- refactor yo.user.github.username to limit repeated github api calls (cfa881d)
1.0.7 (2018-10-24)
- remove redundant 'await' on non-promises (0fc200e)
1.0.6 (2018-10-24)
- add await keyword to copy-templates async functions (31f989c)
- change incorrect prompt name for homepageUrl (9f28415)
- change ordering of demo-url prompt (82fd2df)
- refactor demo-url prompt/context/template (61f8e2f)
- refactor dependencies prompt/context/templates (f19eef6)
- refactor features prompt/context/templates (f6532d0)
- refactor installation prompt/context/templates (9ea5490)
- refactor keywords prompt/context/templates (bf4dbd3)
1.0.5 (2018-10-24)
- improve prompt-message formatting, export as function (f3c9773)
- log message at start of file-writing task (35fb9d9)
- resolve some duplicated prompts (3392c5b)
1.0.4 (2018-10-24)
- refactor: move/consolidate template scripting (4ab9c9d)
1.0.3 (2018-08-31)
- ci: run build script in test/deploy stages (126855d)
1.0.2 (2018-08-30)
- readme: untick gitinit, it hasn't been released yet (9ddb278)
1.0.1 (2018-08-30)
- readme: fix npm badge urls (8dc5076)
- update build scripts, add copy-templates scripts (1415d2f)
- package: add
empty-dir
dependency (d454fec) - update support section in readme template (f41028e)
- add 'ci' generator, template (8e72ebb)
- add 'contributing' generator, templates (8458c06)
- add 'dependencies' prompt (46df001)
- add 'features' prompt (6fc13d2)
- add 'ignore' generator, templates (3950a4e)
- add 'installation' and 'demo' prompts (6d68cbd)
- add 'keywords' prompt (a346f9f)
- add 'license' generator (91acd47)
- add 'readme' generator, templates (58df7a3)
- add 'roadmap' generator, template (4c8e45c)
- add default/app generator with common prompts (7d38189)
- add function to use value from option before prompt (f8d7733)
- add utility for common prompts (8c57d6e)
- add utility to fetch common info from various sources (179dfcf)