Swift Package Manager support
- Added support for double tapping, long pressing and two finger tapping, with default implementations for any Elements that conform to Tappable. (issue #88)
- Added Swift Package Manager support
- Added a
Refreshable
protocol so for each element/screen that conforms to protocolrefresh
function can be defined - Added a
DatePicker
element. (issue #55) - Added the ability to access
value
directly from an element