๐ @fizzwiz/fluent v0.0.0-dev.9 is out!
๐
@fizzwiz/fluent
: prerelease v0.0.0-dev.9 is out!
This release is all about making functional + asynchronous flows easier to express:
- ✨
if()
&which()
— now throw on predicate failure for safer logic - ๐ก️
else()
— catches those errors gracefully - ⚡
when()
— event-aware, fluent, and powerful enough for distributed computations - ⏱️
self()
— adds built-in timeout & retry semantics, no boilerplate needed
With these changes, workflows that used to require manual wiring of Promises, event handlers, and retries now read like clear, declarative chains.
๐ Read the announcement & deep dives on the blog:
fluent.blog.fizzwiz.cloud
๐ฆ Try it now on npm:
@fizzwiz/fluent
— @fizzwiz ✨
Comments
Post a Comment