Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@tobiasdiez tobiasdiez released this 13 Aug 16:18

Added

  • Added support for JDK >= 9. #21
  • Added EasyObservableList#mapped as fluid alternative to EasyBind#map
  • Added EasyObservableList#filteredWrapped as an alternative to EasyObservableList#filtered that returns an EasyObservableList instead of a FilteredList.
    • This allows fluid method chaining without having to wrap the FilteredList using EasyBind#wrapList again.
    • It is a temporary workaround that will be removed once openjdk/jfx#278 is merged.

Changed

  • EasyBind#flatten and EasyBind#concat now return an EasyObservableList instead of an ObservableList.

External contributor

Special thanks to @piegamesde