0.0.10
Pre-release
Pre-release
Persistence
- exact data types are now exposed by type parameters:
type: DataType<T>
->type: DT where DT : DataType<T>
Extended persistence
- Added Tuple and Either types
SQL
- Supported storing Partials of other runtime representations then Struct/PartialStruct, e. g. Either
Android Bindings
- moved
.properties.android.persistence
to.persistence.android
- moved some Suport and Design bindings, added duplicates for AndroidX and Material
Android Sample
Rewritten UI with Splitties instead of obsolete Anko.