Skip to content

0.0.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@Miha-x64 Miha-x64 released this 30 Nov 16:51
· 29 commits to master since this 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() and executeForInsertedKey()
  • Transaction.insert(Struct) now accepts PartialStructs
  • Triggers: destructuring for ListChanges (val (ins, upd, del) = report.of(…))
  • removed ActiveRecord API stubs

Exteneded Persistence

  • SCH.buildPartial {} -> SCH.Partial {}

Android

  • deprecated observeChangesIf, added syncIf instead
  • added RecyclerView.observeAdapter()
  • added ViewAnimator.bindDisplayedChildTo(indexProperty: Property<Int>)
  • added LazyView
  • deprecated bindings to Support library