Release 2.1.0
Added
- Added support for JDK >= 9. #21
- Added
EasyObservableList#mapped
as fluid alternative toEasyBind#map
- Added
EasyObservableList#filteredWrapped
as an alternative toEasyObservableList#filtered
that returns anEasyObservableList
instead of aFilteredList
.- This allows fluid method chaining without having to wrap the
FilteredList
usingEasyBind#wrapList
again. - It is a temporary workaround that will be removed once openjdk/jfx#278 is merged.
- This allows fluid method chaining without having to wrap the
Changed
EasyBind#flatten
andEasyBind#concat
now return anEasyObservableList
instead of anObservableList
.
External contributor
Special thanks to @piegamesde