acyclic_steps 0.11.2
acyclic_steps: ^0.11.2 copied to clipboard
An explicit acyclic step dependency framework with concurrent evaluation and dependency injection.
0.11.2 #
- Remove
@sealedannotation in favor offinal classmodifier from Dart 3. - Bump SDK lower-bound constraint to Dart
3.0.0.
0.11.1 #
- Added
topicstopubspec.yaml.
0.11.0 #
- Migrated to null-safety, shouldn't involve any breaking changes.
0.10.1 #
- Added a workaround for
ArgumentError.checkNotNullregression in Dart 2.8.1, see dartlang/sdk#41871.
0.10.0 #
- breaking re-defined API for creating
Step's. The new fluent API ensures that therunStepmethod will infer correct types from generics. Due to low adoption at this point, breaking the package interface was deemed acceptable.
0.9.0 #
- Initial release.