list
prompt now accept a String representing the value of the selected choice.checkbox
prompt now accept an Array as default value reprensenting the checked choices values.- Internal refactoring to build everything out of UI/Layout Object
- New
BottomBar
UI allowing to log content into a stream while keeping a bottom bar updated with status information. - Refactor how
Separator
are handled because of Node.js "no smart" module caching. Now Separators are objects withtype=separator
property. (Theinquirer.Separator
constructor is still the recommend use, just prefer not checkinginstanceof
for detection)