0.0.17
Pre-release
Pre-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