Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
v3.3.0
- Added
prefix
and suffix
options to question object to allow you to edit the ?
prefix or add a custom suffix.
v3.2.3
- Fix bug where user input prompt containing ANSI code would offset the cursor.
v3.2.2
- Fix
BottomBar
with multi-line content.
v3.2.1
- Fix: gracefully exit process on
SIGINT
(stopped calling process.exit()
directly)
v3.2.0
- Change to list prompts
default
handling:
- If number, default is the choice index
- Any other defined values, find the value in the choice array. (previously it'd only support strings)
- Bug: SIGINT was not properly exiting the process for some users
- Cleanup: bump dependencies
v3.1.1
- Fix bug where password would show after a validation error.
v3.1.0
password
prompt can now rendered hidden input (Unix style)
filter
function now also receive the current answers as argument
- Smaller package size
v3.0.6
- Fix help message not always disappearing after interaction in list prompt
- Fix command line not properly cleaned when sending a SIGINT (
ctrl-c
) signal on Ubuntu
v3.0.5
Properly respect the pageSize option when deciding whether to paginate or not.
v3.0.4
Fix extra whitespace being printed #506