All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2024-01-03)
- added promptModule test helper (1ed108f)
- test: added test to check for inquirer import (27e4ed5)
1.0.2 (2023-10-17)
- revert inquirer back to CJS version (025d8aa)
1.0.1 (2023-10-16)
- ci: cicd workflow (47dd787)
1.0.0 (2022-01-12)
0.2.0 (2022-01-12)
- deps: inquirer@8
- drop testing in node 10, add 16 & 17
- deps: inquirer@8 (2834f03)
- deps: mocha@9 (7e545f9)
- deps: [email protected] (99a9673)
- deps: standard@16 (f26b863)
- drop testing in node 10, add 16 & 17 (55f738a)
0.1.0 (2021-02-24)
- do not pull cli defaults from the top level default key
- do not pull cli defaults from the top level default key (9207d4d)
0.0.7 (2020-10-30)
- expose yargs/cli instance on the parse method (934496c)
0.0.6 (2020-09-10)
- support default functions which return undefined (27f1e0f)
- test: fix path check whcih fails in github actions (67bbb47)
0.0.5 (2020-09-03)
- remove undefined properties before merging values (045636d)
0.0.4 (2020-09-01)
- recompute values only when dirty (3803c71)
0.0.3 (2020-08-28)
- support default in flags (94312a6)
0.0.2 (2020-08-26)
- groups for prompts and a host of bug fixes (99f0887)
- set defaults with options, defaults or by calling .defaults() (c9f6c27)
- support for filter, validate, and coerce (5078b45)
- docs: fixed test status badge (04a9ed6)