Releases: Code-Hive-Colombia/flowlet
Releases · Code-Hive-Colombia/flowlet
flowlet
🎉 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