stepflow 2.0.0
stepflow: ^2.0.0 copied to clipboard
Dart package that provides a structural base for creating step-based, modular workflows inside of applications.
1.0.0 #
- Base workflow structure
- Essential steps
- Commands & flags structure (cmdline)
- CLI steps for toolchain development
1.0.1 #
- Added
onFailure()&onSuccess()to theCheck-step. - Fixed the output of
CheckwhencanStartProcessesis set tofalse. - Fixed directory look up of
Check. - Added
Checkunit test.
2.0.0 #
From now on, the interface will be stable for a longer period. I apologize for the fast change of the last interface, you should be able to depend on Stepflow.
- Added
runWorkflow()andrunCommand()instead of class methods. - Added
Bubble&Loop. - Added documentation to all source files.
- Added examples to
examples/. - Fixed errors with
Check. - Removed
AtomicStep. - Replaced configuration and atomization into one unified execution pipeline.
- Extracted several snippets into their own functions in multiple classes.
- Added
criticalLevel to responses. - An execution doesn't have to
returnaResponseanymore. - Added documentation to README.md