0.0.16
Pre-release
Pre-release
Properties
- fixed re-subscription during notification
- fixed removing queued listeners from single-thread properties
- added meaningful
Property.toString()
SQL
- Templates:
session.query()
->Query()
- Templates: added
executeForRowCount()
andexecuteForInsertedKey()
Transaction.insert(Struct)
now acceptsPartialStruct
s- Triggers: destructuring for
ListChanges
(val (ins, upd, del) = report.of(…)
) - removed ActiveRecord API stubs
Exteneded Persistence
SCH.buildPartial {}
->SCH.Partial {}
Android
- deprecated
observeChangesIf
, addedsyncIf
instead - added
RecyclerView.observeAdapter()
- added
ViewAnimator.bindDisplayedChildTo(indexProperty: Property<Int>)
- added
LazyView
- deprecated bindings to Support library