Skip to content

Releases: SBoudrias/Inquirer.js

[email protected]

28 Jan 22:37
[email protected]
dc4c581

Choose a tag to compare

  • Typescript disallow type: 'list' unless there's a plugin installed under that name. (list was replaced by select and marked as deprecated for a few released, v13.0.0 removed the alias.)

[email protected]

20 Jan 22:38

Choose a tag to compare

  • Regression: previous answers weren't provided to the validate functions as the second arguments.

[email protected]

11 Jan 18:37
[email protected]
99d00a9

Choose a tag to compare

  • feat(search): Add support for default.
  • feat(rawlist): Add support for description of choices. That information is displayed under the list when the choice is highlighted.
  • Bump dependencies

@inquirer/[email protected]

11 Jan 18:37
@inquirer/[email protected]
99d00a9

Choose a tag to compare

  • feat: Add support for default.

@inquirer/[email protected]

11 Jan 18:35
@inquirer/[email protected]
99d00a9

Choose a tag to compare

  • feat: Add support for description of choices. That information is displayed under the list when the choice is highlighted.

@inquirer/[email protected]

11 Jan 18:37
@inquirer/[email protected]
99d00a9

Choose a tag to compare

  • feat(search): Add support for default.
  • feat(rawlist): Add support for description of choices. That information is displayed under the list when the choice is highlighted.
  • Bump dependencies

[email protected]

13 Dec 17:58
[email protected]
7eedd8e

Choose a tag to compare

  • Feat: rawlist now supports default option.
  • Fix: select now infer return type properly when passing a choices array of string literals.

@inquirer/[email protected]

13 Dec 17:59
@inquirer/[email protected]
7eedd8e

Choose a tag to compare

  • fix: preserve Value type inference in render()

@inquirer/[email protected]

13 Dec 17:57
@inquirer/[email protected]
7eedd8e

Choose a tag to compare

  • Fix: Return type when using a list of string as choices.

@inquirer/[email protected]

13 Dec 17:56
@inquirer/[email protected]
7eedd8e

Choose a tag to compare

  • Feat: Now supports default