Skip to content

Releases: parubok/swing-stream-utils

v1.37

29 Apr 07:51
Compare
Choose a tag to compare
  • Make TableCell Serializable.
  • Minor updates.

v1.36

28 Apr 13:16
Compare
Choose a tag to compare
  • New class TableCell.
  • New method: TableCellData.getCell.

v1.35

23 Dec 13:52
Compare
Choose a tag to compare
  • Provide Javadoc via javadoc.io
  • Allow including table header values into the stream.
  • Java 9 Automatic-Module-Name is io.github.parubok.stream.
  • New method: TableCellData.getColumnName.
  • Throw ConcurrentModificationException if TreeStructure is modified during iteration.

v1.34

22 Aug 10:50
Compare
Choose a tag to compare

Maven Central availability.

v1.28

13 Aug 16:17
Compare
Choose a tag to compare

Maven Central.

v1.27

13 Aug 14:28
Compare
Choose a tag to compare
  • Change Maven groupId to io.github.parubok and package to io.github.parubok.stream.

v1.26

13 Aug 13:34
Compare
Choose a tag to compare
  • JavaDoc improvements.
  • Internal improvements.
  • More unit tests.
  • Rename: AbstractTreePathIterator -> AbstractTreeStructureIterator.
  • Change Maven groupId to io.github.swingk.stream.
  • Change package name to io.github.swingk.stream.

v1.25

03 Apr 11:45
Compare
Choose a tag to compare
  • JavaDoc improvements.
  • Make unit tests public (preparation for Java module).
  • Move method: SwingStreamUtils.toColumnDef -> ColumnDef.get (breaking change!).
  • Override method: KTreePath.getParentPath.
  • Support post-order tree iteration.

v1.24

05 Mar 13:11
Compare
Choose a tag to compare
  • Renamed class Column to ColumnDef (breaking change!).
  • Added Automatic-Module-Name: org.swingk.utils.stream.
  • Added method SwingStreamUtils.toColumnDef.
  • Remove GitHub package support.

v1.23

13 Jan 20:17
Compare
Choose a tag to compare
  • New method: KTreePath.hasComponent.
  • New method: KTreePath.indexOf.
  • New toString methods.
  • GitHub package.