0.2.0
Release 0.2.0
Warning
This release will break apps that are using 0.1.0
New
- Renamed
Expectation
toQueryable
and fully rewrote the internals.Queryable
is now an easy to use property wrapper. See tutorials for more information. - Added a more general support for interfaces. See tutorials for more information.
- Interface actions aren't called asynchronously anymore, due to a variety of reasons. You have to manually create and manage Tasks to do that.
- Added experimental support for deeplinking. It is very basic for now and not documented yet (since a lot will change in the future).
- Added example apps that will continue to grow and evolve over time (as case studies)
- Updated all tutorials and documentation
Fixed
- Thanks to the new
Queryable
property wrapper internals, continuations should not leak anymore.