Releases: nocode-js/sequential-workflow-machine
Releases · nocode-js/sequential-workflow-machine
0.2.0
Breaking Changes
The activity state initializer has one new argument. The order of arguments is not backward compatible. The first argument is a step, the second argument is a global state.
0.1.3
Added two new activities: LoopActivity
and BreakActivity
.
0.1.2
Changed bundle format of the sequential-workflow-machine
package to: UMD, ESM and CommonJS.