df_safer_dart 0.5.0
df_safer_dart: ^0.5.0 copied to clipboard
A package inspired by functional programming, designed to enhance the structure, safety, and debuggability of mission-critical code.
Changelog #
[0.5.0] #
- Released @ 2/2025 (UTC)
- breaking: Improve robustness
[0.4.3] #
- Released @ 2/2025 (UTC)
- feat: Add useful typedefs ValueOrNone and ValueOrErr
[0.4.2] #
- Released @ 2/2025 (UTC)
- feat: Add option(), resolvable() and result() methods for casting
[0.4.1] #
- Released @ 2/2025 (UTC)
- docs: Update readme
[0.4.0] #
- Released @ 2/2025 (UTC)
- breaking: Imrove methods for better chaining and simplify
[0.3.0] #
- Released @ 2/2025 (UTC)
- breaking: Improve integration of monads
[0.2.0] #
- Released @ 2/2025 (UTC)
- feat: New Resolvable class to seamlessly manage Future,
[0.1.5] #
- Released @ 2/2025 (UTC)
- feat: Implement and, or and xor
[0.1.4] #
- Released @ 2/2025 (UTC)
- chore: Optimize Option and Result
[0.1.3] #
- Released @ 2/2025 (UTC)
- fix: Fixed unwrap() return type
[0.1.2] #
- Released @ 2/2025 (UTC)
- feat: Add mapOr extension
[0.1.1] #
- Released @ 2/2025 (UTC)
- feat: Option constructor can take null value
[0.1.0] #
- Released @ 2/2025 (UTC)
- Initial release