Skip to content

Latest commit

 

History

History
659 lines (220 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

659 lines (220 loc) · 16.3 KB

3.2.0 (2023-04-19)

Features

  • support internal private git server (77feb1c)

3.1.5 (2023-03-21)

Bug Fixes

  • turn on options.shell for cross-spawn (33fc826), closes #19

3.1.4 (2022-06-21)

3.1.3 (2022-06-21)

3.1.2 (2022-06-18)

3.1.1 (2022-06-13)

Bug Fixes

  • unknown features should checked against all possible features (40d8732)

3.1.0 (2022-06-09)

Bug Fixes

  • use absolute specifier for dynamic import (26ea6fe)

Features

  • retain unknown features from command line and before.js (72a0c79)
  • support esm format for all skeleton code (d9b7560)
  • warn user/designer about missing property (6716fd8)

3.0.3 (2022-06-06)

Bug Fixes

  • keep unknown properties from predefinedProperties (915a543)

3.0.2 (2022-04-05)

3.0.1 (2022-04-02)

3.0.0 (2022-04-02)

chore

BREAKING CHANGES

  • drop Nodejs v10 support

2.1.5 (2021-04-24)

Bug Fixes

  • avoid extra foler in private git clone (7d69fe3), closes #14

2.1.4 (2021-03-25)

Bug Fixes

  • allow . in default name regex, fix bitbucket tarball check (5b746c6), closes #13

2.1.3 (2021-03-06)

Bug Fixes

  • replace minimist with mri to avoid number conversion issue (c1b5cf6)

2.1.2 (2021-01-17)

Bug Fixes

  • bypass libnpmconfig bug on win32 (47947da)

2.1.1 (2020-11-17)

Bug Fixes

2.1.0 (2020-11-16)

Features

  • vi style navigation for select prompt (9ae1524)

2.0.1 (2020-09-23)

2.0.0 (2020-09-23)

chore

  • use nodejs v10 api stream.pipeline (e32ef3f)

BREAKING CHANGES

  • drop nodejs v8 support

1.6.1 (2020-08-12)

Bug Fixes

  • prompts: fix ctrl-w behaviour when the cursor is not at the end (f7ad92b)

1.6.0 (2020-08-12)

Features

  • prompts: add support of ctrl-w, ctrl-u, and ctrl-k (e38ba9d)

1.5.1 (2020-08-11)

Bug Fixes

  • avoid undefined key in win32 terminal (0d5e48e), closes #10

1.5.0 (2020-05-15)

Features

  • print better error message on unpaired @if (0126c48)

1.4.0 (2020-05-07)

Features

  • add helper func possibleFeatureSelections (8eb8a27)

1.3.1 (2020-04-30)

1.3.0 (2020-04-30)

1.2.0 (2020-04-30)

1.1.2 (2020-04-29)

Bug Fixes

1.1.1 (2020-04-29)

1.1.0 (2020-03-19)

Bug Fixes

  • fix api usage on nodejs v8, fix https request path for gitlab tarball (eedd98a)

Features

  • support proxy from npmrc or env (da5b712), closes #6
  • try git clone with https after ssh failed (9f53716)

1.0.0 (2020-02-27)

0.16.2 (2019-12-13)

0.16.1 (2019-12-13)

0.16.0 (2019-12-09)

Features

  • support optional text format banner file (a07eaaa)

0.15.3 (2019-12-04)

0.15.2 (2019-12-02)

0.15.1 (2019-11-27)

0.15.0 (2019-11-21)

Bug Fixes

  • "0" should be acceptable (c0f4909), closes #4

Features

  • better log on transform error (d38c043)

0.14.0 (2019-10-17)

Features

0.13.0 (2019-10-15)

Features

  • support zero length folder name for pure conditional wrapper (87cd4cb)

0.12.2 (2019-09-04)

0.12.1 (2019-08-22)

0.12.0 (2019-07-15)

Features

  • cleanup error print, enforce project name in silent mode (54d1f30)

0.11.0 (2019-07-08)

Features

  • make sure asking for project name before "before" task (658cf57)
  • support silentQuestions in before task (b298c6c)

BREAKING CHANGES

  • previous "unattended" field is removed from before task return value.

0.10.2 (2019-06-18)

Bug Fixes

0.10.1 (2019-06-18)

Bug Fixes

  • don't cache skeleton repo. Sometime os cleared up files to leave out empty folders (8857bff)

0.10.0 (2019-06-12)

Features

  • expose prompts api to prepend/append transforms (5727ed4)

0.9.3 (2019-06-03)

0.9.2 (2019-05-30)

0.9.1 (2019-05-30)

Bug Fixes

  • re-clone private repo for simplicity and reliability (16b3824)

0.9.0 (2019-05-30)

Features

  • support private skeleton repo (e86ddde), closes #1

0.8.3 (2019-05-30)

0.8.2 (2019-05-28)

Bug Fixes

  • fix __ask-if-exists on readme files (e9095f4)

Features

0.8.1 (2019-05-24)

0.8.0 (2019-05-24)

Features

0.7.0 (2019-05-23)

Bug Fixes

  • use cross-spawn to support Windows (86cd1c7)

BREAKING CHANGES

  • run(cmd, args) now needs second param args

0.6.0 (2019-05-22)

Features

  • add default validation to project name (d5b4c91)

0.5.1 (2019-05-22)

0.5.0 (2019-05-22)

Features

  • expose ansi-colors and sisteransi to "before" and "after" tasks (0a06fc8)

0.4.0 (2019-05-22)

Features

  • pass notDefaultFeatures to "after" task for possible summary printout (99b5dcd)

0.3.3 (2019-05-22)

Bug Fixes

  • guard select choices from reserved values (fe8cc7a)

0.3.2 (2019-05-19)

0.3.1 (2019-05-14)

Bug Fixes

  • avoid unnecessary npm i --only-prod (7a06004)

0.3.0 (2019-05-14)

Features

  • support before/after tasks (e607e8b)

0.2.2 (2019-04-30)

0.2.1 (2019-04-30)

Bug Fixes

  • proper exit code when fail (81ad62b)

0.2.0 (2019-04-29)

Bug Fixes

  • fix loading relative local skeleton path (b719abc)

Features

  • unattended mode even for empty "-s" option (a9893e0)

0.1.0 (2019-04-29)

Bug Fixes

  • fix wrong select choices (1302724)

Features

  • verify target folder is available (f9f86b4)

0.0.14 (2019-04-26)

Bug Fixes

0.0.13 (2019-04-26)

Features

  • only install skeleton dependencies, not devDependencies (b307b16)

0.0.12 (2019-04-23)

0.0.11 (2019-04-23)

Bug Fixes

  • support more local folder variants (7080beb)

0.0.10 (2019-04-23)

Features

  • support local dir starting with ~ (0d2ed85)

0.0.9 (2019-04-23)

Bug Fixes

  • fix https.request call on nodejs before v10 (f07b81d)

0.0.8 (2019-04-22)

Bug Fixes

  • properly cache github/bitbucket/gitlab repos (c8ea05a)

0.0.7 (2019-04-19)

Bug Fixes

  • fix missing waiting on select prompt (a6360d8)

0.0.6 (2019-04-19)

Bug Fixes

  • bypass rollup for runtime require (cb016cc)

0.0.5 (2019-04-19)

0.0.4 (2019-04-18)

Bug Fixes

  • fix runtime dep on minimist (61bd1f0)

0.0.3 (2019-04-18)

Bug Fixes

0.0.2 (2019-04-18)

Bug Fixes

Features

  • change select/multiselect behavior on value (b52149f)
  • enable rollup bundle without runtime deps (fa32b55)
  • run-questionnaire (4105f98)
  • skeleton-dir (726e63b)