Added support for casting answer to nested types * added tests for copying nested structures with casts
* added tests for copying nested structures with casts
* cleaned up test
* added tests for editor prompt
* fixed issue preventing nested casts
* fixed typo in comment
1.2.4
1.2.1
This release added the `settable` interface to allow for users to create custom logic when setting a field to a particular value, see README for more information.
This release also added automatic type casting when writing an `Input` to an `int` field for example.
1.2.0
This version adds a few improvements: 1. `Select` and `MultiSelect` prompt options are now paginated, with a default page size of 7. See Readme for more details 1. Inputs and Passwords can move their cursor with arrow keys as well as insert text in the middle of the word