Skip to content

0.0.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@Miha-x64 Miha-x64 released this 03 Nov 14:48
· 247 commits to master since this 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.