df_safer_dart 0.3.0
df_safer_dart: ^0.3.0 copied to clipboard
A package inspired by functional programming designed to enhance the structure, safety, and debuggability of your applications.
Changelog #
0.3.0 #
- Released @ 16/2025 (UTC)
- breaking: Improve integration of monads
0.2.0 #
- Released @ 1/2025 (UTC)
- feat: New Resolvable class to seamlessly manage Future,
0.1.5 #
- Released @ 1/2025 (UTC)
- feat: Implement and, or and xor
0.1.4 #
- Released @ 1/2025 (UTC)
- chore: Optimize Option and Result
0.1.3 #
- Released @ 1/2025 (UTC)
- fix: Fixed unwrap() return type
0.1.2 #
- Released @ 1/2025 (UTC)
- feat: Add mapOr extension
0.1.1 #
- Released @ 1/2025 (UTC)
- feat: Option constructor can take null value
0.1.0 #
- Released @ 1/2025 (UTC)
- Initial release