Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@koppor koppor released this 01 Jul 22:35
· 1 commit to main since this release

Added

  • Added EasyBind.mapBacked(ObservableList<A> source, Function<A, B> mapper, boolean mapOnUpdate) method to control whether new objects are created on updates. #5

Changed

  • Fixed an issue in EasyBind#mapBacked where updates to the source ObservableList elements were not reflected in the SortedList. #5

Fixed

  • Changed maven coordinates to org.jabref in README.md