Skip to content

Releases: seantrane/yo-repo

v1.0.14

06 Mar 13:00
Compare
Choose a tag to compare

1.0.14 (2019-03-06)

Bug Fixes

  • refine fallback for author/username and author/repo URL (3fbed2a)
  • remove markdownlint-disable tag in readme template (aaf46fd)

v1.0.13

05 Mar 04:20
Compare
Choose a tag to compare

1.0.13 (2019-03-05)

Bug Fixes

  • rename gitignore file to avoid missing template error (3d27d76)
  • update finda to v1.0.8, fixes missing module errors (bb406ef)

v1.0.12

28 Feb 14:21
Compare
Choose a tag to compare

1.0.12 (2019-02-28)

Bug Fixes

  • 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)

v1.0.11

12 Nov 13:39
Compare
Choose a tag to compare

1.0.11 (2018-11-12)

Bug Fixes

  • 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)

v1.0.10

07 Nov 02:36
Compare
Choose a tag to compare

1.0.10 (2018-11-07)

Bug Fixes

  • add more ignorables to .npmignore template (9b89ab8)
  • add unnecessary files to npm-ignore (827f5c5)
  • replace Fetch with Finda (d15057c)

v1.0.9

03 Nov 14:20
Compare
Choose a tag to compare

1.0.9 (2018-11-03)

Bug Fixes

  • update 'commitizen' to resolve vulnerability in 'merge' (b8adcb7)

v1.0.8

03 Nov 14:02
Compare
Choose a tag to compare

1.0.8 (2018-11-03)

Bug Fixes

  • 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)

v1.0.7

24 Oct 22:11
Compare
Choose a tag to compare

1.0.7 (2018-10-24)

Bug Fixes

  • remove redundant 'await' on non-promises (0fc200e)

v1.0.6

24 Oct 21:59
Compare
Choose a tag to compare

1.0.6 (2018-10-24)

Bug Fixes

  • 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)

v1.0.5

24 Oct 17:21
Compare
Choose a tag to compare

1.0.5 (2018-10-24)

Bug Fixes

  • improve prompt-message formatting, export as function (f3c9773)
  • log message at start of file-writing task (35fb9d9)
  • resolve some duplicated prompts (3392c5b)