Releases: TomasMikula/EasyBind
Releases · TomasMikula/EasyBind
1.0.3 release
- Added EasyBind.includeWhen() method to setup collection membership based on a boolean condition.
- Added EasyBind.subscribe() method to observe values of an
ObservableValue
.
1.0.2 release
- Added
listBind
method to synchronize list content with an observable list. - Added
PropertyBinding.bind()
method that resets the underlying property to the specified value on unbind. - Added
when(condition).bind(target, source)
idiom for creating conditional bindings.
1.0.1 release
This is a minor release. The only addition is the getOpt() method on MonadicObservableValue
.
1.0.0 release
v1.0.0 Improve Javadoc.