- Pressing backspace on an empty input prompt now clears the default value.
6.0.0
Breaking
- Update to Rx.js v6
New features
- New prompt type `number`. - `transformer` option now receive `{ isFinal }` as a flag to allow transforming the final answer differently. - Use `name` as default message if `message` isn't provided. - Hide default values for `password` prompt.
5.2.0
Now passing the `answers` hash in the `transformer` function arguments.
5.1.0
- Added a `transformer` option to the `input` prompt allowing you to modify the displayed user input. (Useful to modify colors as user type, etc)
5.0.1
- Fix bug with the `editor` prompt.
5.0.0
**Breaking**: Upgrade to RxJS v5 which updates a bunch of Reactive interface method names.
For people not using the Reactive interface directly, this new major release should just work out of the box.