Skip to content

Releases: aelliixx/cpp-inquirer

v0.2.1

20 Mar 13:34

Choose a tag to compare

What's Changed

  • Types: Added a password type
  • API: get question answers directly from the alx::Question class

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Mar 21:19

Choose a tag to compare

What's Changed

  • Compatibility: added support for Windows and MSVC compiler; by @MrSimsure in #2
  • Inquirer: allow prompting individual questions
  • Bugs: fixed ctrl-c and ctrl-d being consumed for select and yes/no questions. Fixed questions being asked multiple times even when answered (can still be toggled on, refer to the readme).

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 May 05:19

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
Everything: added back project files