Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@agrosner agrosner released this 12 Dec 16:35
· 1 commit to master since this release
50f8d1e

First release of the library.

  1. Anko is 10.0.3
  2. Update to compile to latest kotlin (1.2), android sdk version, and more.
  3. Use coroutines-android to evaluate bindings.
  4. Rename toViewVisibilityB() to toShowHideView()
  5. add BaseObservable.observable() extension that self-registers observable field changes onto the parent ViewModel
  6. Revamp docs to split into sections.
  7. Example split into sections
  8. Rename convert() to evaluateBinding().
  9. Add bindSelf() to all OneWayToSource supported views.