Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
[email protected]
- Typescript disallow
type: 'list'unless there's a plugin installed under that name. (listwas replaced byselectand marked as deprecated for a few released, v13.0.0 removed the alias.)
[email protected]
- Regression: previous
answersweren't provided to the validate functions as the second arguments.
[email protected]
- feat(
search): Add support fordefault. - feat(
rawlist): Add support fordescriptionof choices. That information is displayed under the list when the choice is highlighted. - Bump dependencies
@inquirer/[email protected]
- feat: Add support for
default.
@inquirer/[email protected]
- feat: Add support for
descriptionof choices. That information is displayed under the list when the choice is highlighted.
@inquirer/[email protected]
- feat(
search): Add support fordefault. - feat(
rawlist): Add support fordescriptionof choices. That information is displayed under the list when the choice is highlighted. - Bump dependencies
[email protected]
- Feat:
rawlistnow supportsdefaultoption. - Fix:
selectnow infer return type properly when passing achoicesarray of string literals.
@inquirer/[email protected]
- fix: preserve Value type inference in
render()
@inquirer/[email protected]
- Fix: Return type when using a list of string as
choices.
@inquirer/[email protected]
- Feat: Now supports
default