Releases: parubok/swing-stream-utils
Releases · parubok/swing-stream-utils
v1.37
- Make
TableCell
Serializable
.
- Minor updates.
v1.36
- New class
TableCell
.
- New method:
TableCellData.getCell
.
v1.35
- 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
Maven Central availability.
v1.27
- Change Maven groupId to
io.github.parubok
and package to io.github.parubok.stream
.
v1.26
- 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
- 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
- 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
- New method:
KTreePath.hasComponent
.
- New method:
KTreePath.indexOf
.
- New
toString
methods.
- GitHub package.