Releases: vsilaev/tascalate-javaflow-extras
Tascalate JavaFlow Extras 2.4.3
Tascalate JavaFlow Extras 2.4.2
Use the newest Tascalate JavaFlow dependency (Tascalate JavaFlow 2.7.0); updated Maven build tools, updated copyright year on sources.
Tascalate JavaFlow Extras 2.4.1
Just a single fix: make dependency on core Tascalate JavaFlow optional to not propagate version used to the library clients. Something that should be done right after Tascalate JavaFlow 2.4.0 release with the most recent API changes...
Tascalate JavaFlow Extras 2.4.0
Java 9+ (up to Java 11) compatibility update:
- Library now is a multu-release JAR, module descriptor is available when used with Java 9+.
- Dependency updated to Tascalate JavaFlow 2.5.0
Tascalate JavaFlow Extras 2.3.2
Update library to match performance enhancements in Tascalate JavaFlow core.
Tascalate JavaFlow Extras
Fix error in SuspendableStream.iterate
Tascalate JavaFlow Extras
Release after renaming artefact
Tascalate JavaFlow Util 1.1.1
Maintenance release
Tascalate JavaFlow Util 1.1.0
-- API changes to Continuations
utility class (renaming execute
-> forEach
)
-- Adding Continuations.forEachReply
-- Improving Continuations
class documentation
Tascalate JavaFlow Util
This is an initial release base on code moved from net.tascalate.javaflow.extras
artifact of main Tascalate JavaFlow project AND experimental work done in Tascalate Async / Await project