Fix '{' and '}' characters as input. they were making inquirer to fail.
Thanks to aaronfi-skilljar for his contribution!
2.4.0
New question type, "Path", which allows to select a path.
2.3.0
New age version, including:
- fix deployment on windows - increase dependency versions
2.2.0
New in this release: - Themes - Caroussel on lists.
Thanks to: - Provok - Matiboy - Djmattyg007 - Sloria
Who made it possible!
2.1.7
Fixes: - 14 Allow to reuse answers as defaults (PR 15 )
2.0.0
- Answer `name` with `.` are now expand in the answer object. e.g. `name.sub` would generate an answer object formatted as `{name: {sub: 'answer'}}`. - `expand` prompt default value if not specified is now `help`. - Drop support for node 0.10 and 0.12