df_type 0.5.5
df_type: ^0.5.5 copied to clipboard
A package designed to simplify and enhance interactions with Dart types.
Changelog #
0.5.5 #
- Released @ 9/2024 (UTC)
- refactor: Change T for FutureOrController from dynamic to Object?
0.5.4 #
- Released @ 9/2024 (UTC)
- refactor: Tidy some code
0.5.3 #
- Released @ 9/2024 (UTC)
- fix: Make StreamUtils.newPoller statically accessible
0.5.2 #
- Released @ 9/2024 (UTC)
- feat: Add DateTimeUtils and StreamUtils
0.5.1 #
- Released @ 9/2024 (UTC)
- feat: Add ThenorOnFutureOrX extension and tidy code
0.5.0 #
- Released @ 9/2024 (UTC)
- breaking: Rename FunctionQueue to ExecutionQueue, update readme and example
0.4.2 #
- Released @ 9/2024 (UTC)
- chore: Apply minor tweaks
0.4.1 #
- Released @ 9/2024 (UTC)
- chore: Improve FunctionQueue to take FutureOr and improve FutureOrManager
0.4.0 #
- Released @ 9/2024 (UTC)
- breaking: Improve FutureOrManager and add new feature, FunctionQueue
0.3.2 #
- Released @ 9/2024 (UTC)
- feat: Update FutureOrController complete method and add a completeWithValue method
0.3.1 #
- Released @ 9/2024 (UTC)
- feat: Update FutureOrController complete method to return a value
0.3.0 #
- Released @ 9/2024 (UTC)
- breaking: Simplify let functions, add FutureOrManager, CompleterOr
0.2.3 #
- Released @ 9/2024 (UTC)
- docs: Update readme and topics in pubspec.yaml
0.2.2 #
- Released @ 9/2024 (UTC)
- fix: Fix potential issues in pubspec.yaml
0.2.1 #
- Released @ 9/2024 (UTC)
- chore: Downgrade collection dependency to version 1.18.0 for Flutter compatibility
0.2.0 #
- Released @ 9/2024 (UTC)
- chore: Update dependencies and .gitignore
0.1.5 #
- Released @ 9/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 @ 9/2024 (UTC)
- feat: Add TryOrNullOnFunctionExtension
0.1.3 #
- Released @ 9/2024 (UTC)
- chore: Update workflow scripts
0.1.2 #
- Released @ 9/2024 (UTC)
- chore: Update collection dependency to version 1.18.0
0.1.1 #
- Released @ 9/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 @ 9/2024 (UTC)
- Inital commit