turbo_response 0.2.1
turbo_response: ^0.2.1 copied to clipboard
A type-safe response that can be either successful or failed, with proper error handling and pattern matching.
Changelog #
0.2.1 #
- 🔄 Changed: Updated package description to be more concise
- 📝 Docs: Enhanced documentation with emojis and better formatting
0.2.0 #
- ✨ New: Added support for async operations in
mapSuccessandandThenmethods - 🔄 Changed: Updated function parameter names to be more descriptive in IDE tooltips
- 📝 Docs: Improved documentation with better examples and parameter names
0.1.0 #
- Initial release with core functionality
- Added support for success and failure states
- Added pattern matching with
whenandmaybeWhen - Added transformation methods like
mapSuccess,mapFail, andandThen - Added utility methods like
unwrap,unwrapOr, andensure - Added static utility methods
traverseandsequence