Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
v0.5.0: Leland
v0.4.1
0.4.0: Thatcher
listprompt now accept a String representing the value of the selected choice.checkboxprompt now accept an Array as default value reprensenting the checked choices values.- Internal refactoring to build everything out of UI/Layout Object
- New
BottomBarUI allowing to log content into a stream while keeping a bottom bar updated with status information. - Refactor how
Separatorare handled because of Node.js "no smart" module caching. Now Separators are objects withtype=separatorproperty. (Theinquirer.Separatorconstructor is still the recommend use, just prefer not checkinginstanceoffor detection)
0.3.6
0.3.5
0.3.4
- 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
0.3.2
0.3.1
0.3.0: Bernstein
- Add support for
Separatorinside 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
listandcheckboxprompts. That's a pro feature, no interface notifications is done. (#38)
Full changes available on #55.