Skip to content

Releases: PhoenicisOrg/javafx-collections

1.2.5

01 Jan 13:38
6c61f52
Compare
Choose a tag to compare
  • fix: ConcatenatedList update listener not working

1.2.4

01 Jan 12:20
c64f2b1
Compare
Choose a tag to compare

update javafx-base dependency to bugfix release 13.0.1

1.2.3

06 Oct 13:22
30ee515
Compare
Choose a tag to compare
Update Version to 1.2.3 (#36)

1.2.2

06 Oct 12:43
Compare
Choose a tag to compare

Changes:

  • usage of WeakListChangeListener in ConcatenatedList
  • update dependencies

1.2.0

24 Feb 10:08
99578ca
Compare
Choose a tag to compare

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

12 Feb 14:15
8cc908e
Compare
Choose a tag to compare

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

21 Jan 20:40
257a944
Compare
Choose a tag to compare

Initial release

Features:

  • MappedList implementation
  • ConcatenatedList implementation