Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
0.3.2
0.3.1
0.3.0: Bernstein
- Add support for
Separator
inside a choice list which is basically an un-selectable free edit line. (#53) - Every choice list longer than 10 choices (separator included) will be "paginated" in an infinite scrolling fashion. (#40)
- 1-9 keys are now acting as shortcuts in the
list
andcheckbox
prompts. That's a pro feature, no interface notifications is done. (#38)
Full changes available on #55.
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
Fix bug with inception issue (when two modules used Inquirer on the same process). Relevant issue: yeoman/yo#51
0.1.11
0.2.0: Mary Kane
Change log
- New prompts:
expand
,checkbox
andpassword
- Unicode char now used for Mac and Linux env
choices
array can now be a function to allow filtering available choices depending on previous answers- Tests refactoring for easier maintainability