Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
v3.0.3
- Unsure we properly unmute the stdout on force close.
v3.0.2
- Properly reset the prompt state when a SIGINT signal is emitted. (this fix bug where texts under the input wouldn't be cleared off the terminal after emitting ctrl-c)
- Fix bug with scrollable list centering
v3.0.0
- Drop support for Node < 4
- Allow failing async validation by rejecting the returned Promise
- Fix bug with bottom bar
v2.0.0
- Answer
name
with .
are now expand in the answer object. e.g. name.sub
would generate an answer object formatted as {name: {sub: 'answer'}}
.
expand
prompt default value if not specified is now help
.
- Drop support for node 0.10 and 0.12
v1.3.0
Unpublished due to backward compatibility issue
v1.2.3
- Fix bug with
editor
prompt #442
v1.2.0
- Checkbox prompt now support
a
and i
keys to trigger select all and invert selection.
editor
prompt is now non blocking.
- errors thrown in
filter
functions are now surfaced to the user.
v1.1.3
- Fix bug where options passed to Inquirer were mutated.
v1.1.2
- Fix list prompts being re-render each time enter key was pressed. (#395)