Skip to content

Releases: Code-Hive-Colombia/flowlet

flowlet

17 May 03:03

Choose a tag to compare

🎉 Initial stable release of Flowlet – a lightweight, fluent flow utility for TypeScript.

✨ Features

  • Chainable .step() for synchronous data transformation
  • .asyncStep() and .then() for clear async flow handling
  • .tap() for debugging or side-effect injection
  • .end() to retrieve final context
  • Minimal, composable and TypeScript-first