Skip to content

Releases: SBoudrias/Inquirer.js

0.3.6

15 Nov 02:42
Compare
Choose a tag to compare
  • Drop use of dark grey color as a lot of Solarize's users were unable to clearly see it.

0.3.5

03 Nov 20:36
Compare
Choose a tag to compare
  • Add vi style navigation. Going up using j and down using k

0.3.4

26 Sep 15:12
Compare
Choose a tag to compare
  • Fix bug with 0.8 and 0.10 Node.js Readline where the cursor position wasn't set correctly when the prompt contained ANSI control chars. That created a visual glitch when user was using arrows, end and home keys to move through the input (the modification occured in place, but the visual cursor stayed at the end of the line).

0.3.3

08 Sep 20:24
Compare
Choose a tag to compare
  • Add progressive scrolling to the paginated lists prompts. Now the pointer start at the top (previous it stard at the middle with choices from the end of the list to the top).

0.3.2

03 Sep 16:46
Compare
Choose a tag to compare

Fix memory leak on deeply nested prompt (related to the mute-stream module). (#63 fix #62)

0.3.1

28 Aug 02:44
Compare
Choose a tag to compare
  • Fix bug with nested prompts creating duplicates events

0.3.0: Bernstein

27 Aug 02:03
Compare
Choose a tag to compare
  • Add support for Separator inside a choice list which is basically an un-selectable free edit line. (#53)
  • Every choice list longer than 10 choices (separator included) will be "paginated" in an infinite scrolling fashion. (#40)
  • 1-9 keys are now acting as shortcuts in the list and checkbox prompts. That's a pro feature, no interface notifications is done. (#38)

Full changes available on #55.

0.2.5

21 Aug 19:51
Compare
Choose a tag to compare
  • Fix bug with the password prompt (#56)

0.2.4

09 Aug 15:33
Compare
Choose a tag to compare
  • default parameter can now be a function receiving the previous answers as parameter. (#51)

0.2.3

28 Jul 18:19
Compare
Choose a tag to compare

Fix bug with nested calls on Windows 8 (#52)