Skip to content

Releases: th0masb/jflow

Added .filterMap operation

28 Sep 18:03
Compare
Choose a tag to compare

Added a .filterMap operation as defined for Rust iterators.

Iterator collector patch

20 Sep 07:56
041471d
Compare
Choose a tag to compare

Fixed ambiguity issue with the IteratorCollector interface introduced in the last release.

Moved to Java 11

19 Sep 10:30
Compare
Choose a tag to compare

Jflow can now be used in projects running on Java version 11. It maintains backwards compatibility and the same jar dependency can be used with Java 8 projects. There have been additional API tweaks and documentation updates.

API changes with improved test coverage

25 Aug 08:17
Compare
Choose a tag to compare

Made breaking changes to the API by renaming various things to improve readability and concision. Some method name changes in the Iter class were to remove the potential of subtle mistakes the user could make. The test coverage has been vastly improved.

API tweaks

11 Jun 07:19
0b3d51f
Compare
Choose a tag to compare

API tweaks since the last release

First stable release

30 Mar 09:00
Compare
Choose a tag to compare

API stabilized and some unnecessary functionality trimmed away. Refactored the sizing system to solve a flaw in the old system and added a notion of ownership to iterators. Improved documentation and refactored the tests.

Optionally sized iterators

01 Jul 19:45
Compare
Choose a tag to compare

Added the notion of optional sizing for flows which allows for more efficient caching.

v0.2

25 Jun 22:24
Compare
Choose a tag to compare

Added flowing Lists and Sets which utilise the underlying iterator framework.

Iterator foundations

11 Jun 18:41
Compare
Choose a tag to compare
v0.1

Final commit before tagging the release 0.1