df_type 0.4.0
df_type: ^0.4.0 copied to clipboard
A package designed to simplify and enhance interactions with Dart types.
Changelog #
0.4.0 #
- Released @ 8/2024 (UTC)
- breaking: Improve FutureOrManager and add new feature, FunctionQueue
0.3.2 #
- Released @ 8/2024 (UTC)
- feat: Update FutureOrController complete method and add a completeWithValue method
0.3.1 #
- Released @ 8/2024 (UTC)
- feat: Update FutureOrController complete method to return a value
0.3.0 #
- Released @ 8/2024 (UTC)
- breaking: Simplify let functions, add FutureOrManager, CompleterOr
0.2.3 #
- Released @ 8/2024 (UTC)
- docs: Update readme and topics in pubspec.yaml
0.2.2 #
- Released @ 8/2024 (UTC)
- fix: Fix potential issues in pubspec.yaml
0.2.1 #
- Released @ 8/2024 (UTC)
- chore: Downgrade collection dependency to version 1.18.0 for Flutter compatibility
0.2.0 #
- Released @ 8/2024 (UTC)
- chore: Update dependencies and .gitignore
0.1.5 #
- Released @ 8/2024 (UTC)
- feat: Add isEquatable function and update dependencies
- chore: Update analysis_options.yaml
- chore: Update example and readme to more clearly llustrate use cases
0.1.4 #
- Released @ 8/2024 (UTC)
- feat: Add TryOrNullOnFunctionExtension
0.1.3 #
- Released @ 8/2024 (UTC)
- chore: Update workflow scripts
0.1.2 #
- Released @ 8/2024 (UTC)
- chore: Update collection dependency to version 1.18.0
0.1.1 #
- Released @ 8/2024 (UTC)
- docs: Update readme and doc comments code for clarity and consistency
- chore: Update release date format in changelog
- feat: Add ValueOfOnEnumExtension to alow Strings to be converted to Enums
0.1.0 #
- Released @ 8/2024 (UTC)
- Inital commit