Posts

Showing posts from October, 2025

⚡ v0.0.0-dev.10 — Enhancing Ergonomics

⚡ v0.0.0-dev.10 — Enhancing Ergonomics We’re excited to announce the release of   @fizzwiz/fluent   v0.0.0-dev.10 . This prerelease brings several adjustments to the crucial   when()   and   self()   methods in the functional domain ( What   and   AsyncWhat ). The goal is to   mirror the behavior these methods have in the   Each   domain , improving the ergonomics, predictability, and overall fluency of the library. ⚡ Event-Aware Logic What.when()   now   lets you fluently start/stop a periodic task , just like   Each.when()   slices an iteration — even for tasks that repeat infinitely. →   Read the article ⏱ Timeout & Retry What.self(nTimes, baseDelay, factor)   now   supports infinite repetitions   of a periodic task, analogous to how   Each.self()   defines infinite iterations. The initial timeout argument has been removed in retry-mode calls for improved clarity. →   Rea...