All Posts

Release

4 articles in this category

dmx-fun 0.0.13 Released

dmx-fun 0.0.13 Released

Version 0.0.13 adds Either<L,R>, NonEmptyList<T>, typed Try.recover overloads, the fun-jackson and fun-assertj modules, a runnable samples subproject, and a full Developer Guide — plus a breaking package rename to dmx.fun.

dmx-fun 0.0.12 Released

dmx-fun 0.0.12 Released

Version 0.0.12 brings CompletableFuture adapters, Lazy<T>, zip3/zip4, Try.flatMapError, and a sweeping set of internal refactors powered by Stream Gatherers and Java record patterns.

dmx-fun 0.0.11 Released

dmx-fun 0.0.11 Released

Version 0.0.11 is the biggest release yet: Validated for applicative error accumulation, four checked functional interfaces, Tuple3 and Tuple4 with combinators, and an upgrade to the Java 25 LTS toolchain.

dmx-fun 0.0.10 Released

dmx-fun 0.0.10 Released

Version 0.0.10 brings sequence and traverse combinators to Try, Optional interop for both Result and Try, and a full set of Stream collectors for Result including stream(), toList(), and partitioningBy().