Skip to content

Releases: SBoudrias/Inquirer.js

v3.3.0

18 Sep 14:59
Compare
Choose a tag to compare
  • Added prefix and suffix options to question object to allow you to edit the ? prefix or add a custom suffix.

v3.2.3

31 Aug 13:55
Compare
Choose a tag to compare
  • Fix bug where user input prompt containing ANSI code would offset the cursor.

v3.2.2

17 Aug 13:47
Compare
Choose a tag to compare
  • Fix BottomBar with multi-line content.

v3.2.1

24 Jul 14:14
Compare
Choose a tag to compare
  • Fix: gracefully exit process on SIGINT (stopped calling process.exit() directly)

v3.2.0

09 Jul 08:14
Compare
Choose a tag to compare
  • 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

18 Jun 06:40
Compare
Choose a tag to compare
  • Fix bug where password would show after a validation error.

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