Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
inquirer@14.0.2
- Fix security warnings in external-editor
@inquirer/prompts@8.5.2
- Fix security warnings in external-editor
inquirer@14.0.1
- Rolled back
mute-streamdependency from v4 to v3 to undo breaking compatibleengines. - 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
- Rolled back
mute-streamdependency from v4 to v3 to undo breaking compatibleengines. - 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
- 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_KEYBINDINGSto enablevimoremacskeybindings; 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
rxjsdependency 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
- Feat: Read env variable
INQUIRER_KEYBINDINGSto enablevimoremacskeybindings; 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
- Fix: Windows rendering bug
- Fix: Preserve exact literal types in
choicesarray (Typescript only) - Fix: Allow input
defaultvalue to be of typeundefined(Typescript only) - Bump dependencies
@inquirer/prompts@8.4.3
- Fix: Windows rendering bug
- Fix: Preserve exact literal types in
choicesarray (Typescript only) - Fix: Allow input
defaultvalue to be of typeundefined(Typescript only) - Bump dependencies
inquirer@13.4.2
- Fix: some Windows terminals would freeze and not react to keypresses.
@inquirer/prompts@8.4.2
- Fix: some Windows terminals would freeze and not react to keypresses.