First release of the library.
- Anko is 10.0.3
- Update to compile to latest kotlin (1.2), android sdk version, and more.
- Use coroutines-android to evaluate bindings.
- Rename
toViewVisibilityB()
totoShowHideView()
- add
BaseObservable.observable()
extension that self-registers observable field changes onto the parentViewModel
- Revamp docs to split into sections.
- Example split into sections
- Rename
convert()
toevaluateBinding()
. - Add
bindSelf()
to allOneWayToSource
supported views.