Skip to content

Releases: SBoudrias/Inquirer.js

inquirer@12.4.1

04 Feb 15:27
b2709b8
Compare
Choose a tag to compare
  • Mark @types/node as an optional peer dependency across all packages.

inquirer@12.4.0

04 Feb 15:26
0beb389
Compare
Choose a tag to compare
  • Added new shortcut config to the checkbox prompt. Allows to customize or disable shortcut keys for select all and invert selection.

@inquirer/prompts@7.3.1

02 Feb 18:24
b2709b8
Compare
Choose a tag to compare
  • Mark @types/node as an optional peer dependency across all packages.

@inquirer/checkbox@4.1.0

02 Feb 18:09
0beb389
Compare
Choose a tag to compare
  • Added new shortcut config. Allows to customize or disable shortcut keys for select all and invert selection.

inquirer@12.3.3

28 Jan 21:08
a8768f9
Compare
Choose a tag to compare

@inquirer/core@10.1.5

28 Jan 21:08
a8768f9
Compare
Choose a tag to compare

inquirer@12.3.0

20 Dec 19:45
7613d74
Compare
Choose a tag to compare
  • Checkbox prompt: re-added support for an array of default to be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during the v12 release. The preferred interface is to provide the checked property to choices { value: 'bar', checked: true }.

@inquirer/input@4.1.0

07 Dec 18:30
Compare
Choose a tag to compare
  • New theme option validationFailureMode: 'keep' | 'clear' to control the behaviour when validation fails.

@inquirer/editor@4.2.0

07 Dec 18:30
Compare
Choose a tag to compare
  • New theme option validationFailureMode: 'keep' | 'clear' to control the behaviour when validation fails.

@inquirer/confirm@5.1.0

07 Dec 18:31
Compare
Choose a tag to compare
  • Pressing tab will now toggle between yes/no answers.