Fixed - Fixed error message not showing on invalid input.
0.4.2
Fixed - Fixed error making app crash.
0.4.1
Fixed - Fixed bug where creating multiple wizards would break the app.
0.4.0
Added - Added `disable_tui` option to use Inquirer instead of the Terminal User Interface. - Added `is_value_accepted` method on question types. - Added `default_value` parameter on text-based inputs.
Fixed - Fixed inconsistent behaviour with the `allow_blank` parameter.
0.3.0
Improved - Improved example application
Added - Added URL input field - Added Email input field
0.2.0
Improved - Made library compatible with Python>=3.9