stepflow 2.1.1 copy "stepflow: ^2.1.1" to clipboard
stepflow: ^2.1.1 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 the Check-step.
  • Fixed the output of Check when canStartProcesses is set to false.
  • Fixed directory look-up of Check.
  • Added Check unit 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() and runCommand() 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 critical Level to responses.
  • An execution doesn't have to return a Response anymore.
  • Added documentation to README.md

2.1.0 #

  • Added Platform representation class for scripting with the purpose of targeting different platforms.
  • Added drafts/ for future ideas.

2.1.1 #

  • Unified versioning of Apple platforms.
  • Added wiki and documentation.
  • Fixed Windows platform detection.
  • Export attributes with platform.dart.
  • Added OperatingSystem.generic.
  • Added workflow_dispath to dart-project-quality.yml.
  • Updated dart-project-quality.yml to just run on lib/, example/ and test/.
  • Removed reference to dart2embed-project from README.md.
0
likes
140
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package that provides a structural base for creating step-based, modular workflows inside of applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, path, uuid

More

Packages that depend on stepflow