v4.0.0
Breaking
The core codebase went through a major es5 to 6 refactor. As such, we're dropping support for Node 4.
This change will likely require changes to the community Plugins as es6 classes are enforcing more restriction (like constructor
can only be invoked with new
).
New features / Bug fixes
list
,expand
andrawlist
prompts now accepts the value as default (previously it would only accept the choice index).- The pagination now properly handles multiline choices.
- Fix bug where invalid default choices would break the UI.