3.2.0 (2023-04-19)
- support internal private git server (77feb1c)
3.1.5 (2023-03-21)
3.1.4 (2022-06-21)
3.1.3 (2022-06-21)
3.1.2 (2022-06-18)
3.1.1 (2022-06-13)
- unknown features should checked against all possible features (40d8732)
3.1.0 (2022-06-09)
- use absolute specifier for dynamic import (26ea6fe)
- 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)
- keep unknown properties from predefinedProperties (915a543)
3.0.2 (2022-04-05)
3.0.1 (2022-04-02)
3.0.0 (2022-04-02)
- nodejs v12 only (16a052b)
- drop Nodejs v10 support
2.1.5 (2021-04-24)
2.1.4 (2021-03-25)
2.1.3 (2021-03-06)
- replace minimist with mri to avoid number conversion issue (c1b5cf6)
2.1.2 (2021-01-17)
- bypass libnpmconfig bug on win32 (47947da)
2.1.1 (2020-11-17)
- bypass windows argument rewrite issue (f48092d), closes aurelia/cli#1188
2.1.0 (2020-11-16)
- vi style navigation for select prompt (9ae1524)
2.0.1 (2020-09-23)
2.0.0 (2020-09-23)
- use nodejs v10 api stream.pipeline (e32ef3f)
- drop nodejs v8 support
1.6.1 (2020-08-12)
- prompts: fix ctrl-w behaviour when the cursor is not at the end (f7ad92b)
1.6.0 (2020-08-12)
- prompts: add support of ctrl-w, ctrl-u, and ctrl-k (e38ba9d)
1.5.1 (2020-08-11)
1.5.0 (2020-05-15)
1.4.0 (2020-05-07)
- 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)
- go back to rollup-plugin-commonjs (105eccd), closes rollup/plugins#353
1.1.1 (2020-04-29)
1.1.0 (2020-03-19)
- fix api usage on nodejs v8, fix https request path for gitlab tarball (eedd98a)
- 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)
- 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)
- better log on transform error (d38c043)
0.14.0 (2019-10-17)
0.13.0 (2019-10-15)
- 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)
- cleanup error print, enforce project name in silent mode (54d1f30)
0.11.0 (2019-07-08)
- make sure asking for project name before "before" task (658cf57)
- support silentQuestions in before task (b298c6c)
- previous "unattended" field is removed from before task return value.
0.10.2 (2019-06-18)
- missing .name (80959a6)
0.10.1 (2019-06-18)
- don't cache skeleton repo. Sometime os cleared up files to leave out empty folders (8857bff)
0.10.0 (2019-06-12)
- 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)
- re-clone private repo for simplicity and reliability (16b3824)
0.9.0 (2019-05-30)
0.8.3 (2019-05-30)
0.8.2 (2019-05-28)
- fix __ask-if-exists on readme files (e9095f4)
- exports prompts module (fb9ecc7)
0.8.1 (2019-05-24)
0.8.0 (2019-05-24)
0.7.0 (2019-05-23)
- use cross-spawn to support Windows (86cd1c7)
- run(cmd, args) now needs second param args
0.6.0 (2019-05-22)
- add default validation to project name (d5b4c91)
0.5.1 (2019-05-22)
0.5.0 (2019-05-22)
- expose ansi-colors and sisteransi to "before" and "after" tasks (0a06fc8)
0.4.0 (2019-05-22)
- pass notDefaultFeatures to "after" task for possible summary printout (99b5dcd)
0.3.3 (2019-05-22)
- guard select choices from reserved values (fe8cc7a)
0.3.2 (2019-05-19)
0.3.1 (2019-05-14)
- avoid unnecessary npm i --only-prod (7a06004)
0.3.0 (2019-05-14)
- support before/after tasks (e607e8b)
0.2.2 (2019-04-30)
0.2.1 (2019-04-30)
- proper exit code when fail (81ad62b)
0.2.0 (2019-04-29)
- fix loading relative local skeleton path (b719abc)
- unattended mode even for empty "-s" option (a9893e0)
0.1.0 (2019-04-29)
- fix wrong select choices (1302724)
- verify target folder is available (f9f86b4)
0.0.14 (2019-04-26)
- fix spawn call (584986a)
0.0.13 (2019-04-26)
- only install skeleton dependencies, not devDependencies (b307b16)
0.0.12 (2019-04-23)
0.0.11 (2019-04-23)
- support more local folder variants (7080beb)
0.0.10 (2019-04-23)
- support local dir starting with ~ (0d2ed85)
0.0.9 (2019-04-23)
- fix https.request call on nodejs before v10 (f07b81d)
0.0.8 (2019-04-22)
- properly cache github/bitbucket/gitlab repos (c8ea05a)
0.0.7 (2019-04-19)
- fix missing waiting on select prompt (a6360d8)
0.0.6 (2019-04-19)
- bypass rollup for runtime require (cb016cc)
0.0.5 (2019-04-19)
0.0.4 (2019-04-18)
- fix runtime dep on minimist (61bd1f0)
0.0.3 (2019-04-18)
- fix bin file (977565e)