github SBoudrias/Inquirer.js v0.4.0
0.4.0: Thatcher

latest releases: @inquirer/core@8.1.0, inquirer@9.2.20, @inquirer/type@1.3.1...
10 years ago
  • 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 with type=separator property. (The inquirer.Separator constructor is still the recommend use, just prefer not checking instanceof for detection)

Don't miss a new Inquirer.js release

NewReleases is sending notifications on new releases.