๐Ÿ‘… @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

Popular posts from this blog

๐Ÿง  The Search-and-Select Pattern

✨@fizzwiz is Born!

๐Ÿงญ Road Map