Skip to content

Releases: SBoudrias/Inquirer.js

inquirer@14.0.2

31 May 17:44

Choose a tag to compare

  • Fix security warnings in external-editor

@inquirer/prompts@8.5.2

31 May 17:44

Choose a tag to compare

  • Fix security warnings in external-editor

inquirer@14.0.1

29 May 22:02

Choose a tag to compare

  • Rolled back mute-stream dependency from v4 to v3 to undo breaking compatible engines.
  • Added tooling to prevent regression of the above in the future. This surfaced our min engines already enforced a higher limit, so adjusted the explicit limits to match the current state.

@inquirer/prompts@8.5.1

29 May 22:02

Choose a tag to compare

  • Rolled back mute-stream dependency from v4 to v3 to undo breaking compatible engines.
  • Added tooling to prevent regression of the above in the future. This surfaced our min engines already enforced a higher limit, so adjusted the explicit limits to match the current state.

inquirer@14.0.0

25 May 19:54

Choose a tag to compare

  • Fix (breaking): Inquirer will now throw when encountering non-registered prompt. Prior to this fix, Inquirer would default to type: 'input' in such cases - this behaviour was misleading and made it harder to detect broken code when not using Typescript.
  • Feat: Read env variable INQUIRER_KEYBINDINGS to enable vim or emacs keybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax: INQUIRER_KEYBINDINGS=vim,emacs.
  • Fix: Line wraps would sometime cause the cursor to be mispositioned relative to the input.
  • Chore: Dropped the rxjs dependency in favor of a lightweight internal Observable implementation. The package is much smaller for most users now.
  • Chore: Bump dependencies.

@inquirer/prompts@8.5.0

25 May 19:55

Choose a tag to compare

  • Feat: Read env variable INQUIRER_KEYBINDINGS to enable vim or emacs keybindings; making this a user preference instead of a library author preference. One caveat is doing so disable the search feature in the select prompt. Syntax: INQUIRER_KEYBINDINGS=vim,emacs.
  • Fix: Line wraps would sometime cause the cursor to be mispositioned relative to the input.
  • Chore: Bump dependencies.

inquirer@13.4.3

10 May 17:17
inquirer@13.4.3
113558c

Choose a tag to compare

  • Fix: Windows rendering bug
  • Fix: Preserve exact literal types in choices array (Typescript only)
  • Fix: Allow input default value to be of type undefined (Typescript only)
  • Bump dependencies

@inquirer/prompts@8.4.3

10 May 17:17
@inquirer/prompts@8.4.3
113558c

Choose a tag to compare

  • Fix: Windows rendering bug
  • Fix: Preserve exact literal types in choices array (Typescript only)
  • Fix: Allow input default value to be of type undefined (Typescript only)
  • Bump dependencies

inquirer@13.4.2

19 Apr 16:55
inquirer@13.4.2
35bda2a

Choose a tag to compare

  • Fix: some Windows terminals would freeze and not react to keypresses.

@inquirer/prompts@8.4.2

19 Apr 16:55
@inquirer/prompts@8.4.2
35bda2a

Choose a tag to compare

  • Fix: some Windows terminals would freeze and not react to keypresses.