Skip to content

v1.0.0

Compare
Choose a tag to compare
@Adedoyin-Emmanuel Adedoyin-Emmanuel released this 12 Feb 20:46
· 29 commits to main since this release

v1.0.0 - Initial Release πŸŽ‰

A powerful and fluent Result type implementation for TypeScript, providing a clean way to handle success and failure states.

Features

  • 🎯 Type-safe Result handling with Result<T> and ResultAsync<T>
  • πŸ”„ Chainable fluent API with map, bind, and tap operations
  • ⚑ Async support with built-in timeout and retry functionality
  • πŸ›‘οΈ Comprehensive error handling with detailed error context
  • πŸ“¦ Zero dependencies