Skip to content

Releases: SBoudrias/Inquirer.js

v3.1.0

07 Jun 11:44
Compare
Choose a tag to compare
  • 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

03 Mar 14:05
Compare
Choose a tag to compare
  • 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

27 Feb 13:35
Compare
Choose a tag to compare

Properly respect the pageSize option when deciding whether to paginate or not.

v3.0.4

23 Feb 15:42
Compare
Choose a tag to compare

Fix extra whitespace being printed #506

v3.0.3

23 Feb 11:43
Compare
Choose a tag to compare
  • Unsure we properly unmute the stdout on force close.

v3.0.2

22 Feb 14:50
Compare
Choose a tag to compare
  • 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.1

24 Jan 06:47
Compare
Choose a tag to compare
  • Fix import bug

v3.0.0

23 Jan 13:50
Compare
Choose a tag to compare
  • Drop support for Node < 4
  • Allow failing async validation by rejecting the returned Promise
  • Fix bug with bottom bar

v2.0.0

24 Nov 19:22
Compare
Choose a tag to compare
  • 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

24 Nov 03:42
Compare
Choose a tag to compare

Unpublished due to backward compatibility issue