Releases: PhoenicisOrg/javafx-collections
Releases · PhoenicisOrg/javafx-collections
1.2.5
- fix: ConcatenatedList update listener not working
1.2.4
update javafx-base dependency to bugfix release 13.0.1
1.2.3
Update Version to 1.2.3 (#36)
1.2.2
Changes:
- usage of
WeakListChangeListener
in ConcatenatedList
- update dependencies
1.2.0
Bugfixes:
- replaces the internal
Map
in ConcatenatedList
with a List
(#22).
This fixes a problem when removing duplicate lists from a ConcatenatedList
Other changes:
- cleanup of the dependencies
- refactoring of the tests
1.1.0
Bugfixes:
- fixed a problem that occurred when two or more concatenated lists are equal to each other after a change to one of the lists has been changed (#15)
Breaking Changes:
- change the module name to
org.phoenicis.javafx.collections
1.0.0
Initial release
Features:
MappedList
implementation
ConcatenatedList
implementation