Skip to content

0.0.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@Miha-x64 Miha-x64 released this 28 May 21:51
· 1 commit to master since this release

Persistence

  • added FieldSet.contains(FieldSet)
  • fixed Schema.fieldByName for nonexistent names

Properties

  • casValue now does equality check, not identity check (useful for boxed primitives and looks more user-friendly)
  • strictly required syncIf overloads to be called with named arguments
  • added just(T) function factory which returns () -> T

Android bindings

  • RemoteViews.bind()
  • more flexible setWhen(Long)Clicked

HTTP

  • using Call.Factory interface instead of OkHttpClient class

SQL

  • nativeType() lambdas receive Connection
  • added Transaction.update(Table, ID, PartialStruct)
  • deprecated Transaction.truncate
  • [Eagerly|Lazily].[cell|struct] versions for returning null instead of throwing an exception