Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
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
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