df_safer_dart 0.10.0
df_safer_dart: ^0.10.0 copied to clipboard
A package inspired by functional programming, designed to enhance the structure, safety, and debuggability of mission-critical code.
Changelog #
[0.10.0] #
- Released @ 3/2025 (UTC)
- breaking: Rename trans() to transf()
[0.9.1] #
- Released @ 2/2025 (UTC)
- fix: Bugfixes
[0.9.0] #
- Released @ 2/2025 (UTC)
- breaking: Structure updates
[0.8.9] #
- Released @ 2/2025 (UTC)
- feat: Implement Equatable
[0.8.7] #
- Released @ 2/2025 (UTC)
- fix: Bugfixes
[0.8.6] #
- Released @ 2/2025 (UTC)
- fix: Bugfix
[0.8.5] #
- Released @ 2/2025 (UTC)
- fix: Bugfixes
[0.8.4] #
- Released @ 2/2025 (UTC)
- chore: Improve Err toString output
[0.8.3] #
- Released @ 2/2025 (UTC)
- feat: Add toJson to Err, and an optional statusCode property
[0.8.2] #
- Released @ 2/2025 (UTC)
- fix: Bugfixes
[0.8.1] #
- Released @ 2/2025 (UTC)
- chore: Do some renaming
[0.8.0] #
- Released @ 2/2025 (UTC)
- breaking: Improve debugging features
[0.7.8] #
- Released @ 2/2025 (UTC)
- feat: Add castAndGetError function
[0.7.7] #
- Released @ 2/2025 (UTC)
- feat: Add isErrorType function
[0.7.6] #
- Released @ 2/2025 (UTC)
- fix: Bugfix
[0.7.5] #
- Released @ 2/2025 (UTC)
- fix: Bugfixes
[0.7.4] #
- Released @ 2/2025 (UTC)
- fix: Bugfixes
[0.7.3] #
- Released @ 2/2025 (UTC)
- chore: Minor refactoring
[0.7.2] #
- Released @ 2/2025 (UTC)
- feat: Improve file structure
[0.7.1] #
- Released @ 2/2025 (UTC)
- feat: Add SyncOk and AsyncOk classes for easy constuction
[0.7.0] #
- Released @ 2/2025 (UTC)
- breaking: Rename SafeCompleter to SafeFinisher
[0.6.0] #
- Released @ 2/2025 (UTC)
- breaking: Rename Sequantial to SafeSequantial and improve
[0.5.3] #
- Released @ 2/2025 (UTC)
- chore: Minor updates
[0.5.2] #
- Released @ 2/2025 (UTC)
- feat: Added new merge method to Monads
[0.5.1] #
- Released @ 1/2025 (UTC)
- chore: Add toSync method to Resolvable