Releases: retro/tasquencer
Releases · retro/tasquencer
v2.1.0
2.1.0 (2024-01-26)
Bug Fixes
- fix bug where execution path was incorrect for a sequence of auto started tasks (f250035)
Features
- updateWorkflowContext function now accepts updater function or new context value (d6a1c1b), closes #15
v2.0.1
2.0.1 (2024-01-25)
Performance Improvements
- use inherited concurrency and batching in Effect.all calls (742f21f)
v2.0.0
2.0.0 (2023-12-03)
Features
BREAKING CHANGES
- The library has been significantly expanded and now implements full functionality needed to implement and run workflows:
- Support for work items and nested workflows
- Ability to listen to changes to the state (which allows implementation of persisted state)
Most of the previous features are available, some names might be changed.
v1.1.2
1.1.2 (2023-10-05)
Bug Fixes
- correct ordering of attributes in package.json export field (#10) (f3d1766)
v1.1.1
1.1.1 (2023-10-05)
Bug Fixes
- export TS types correctly (93ea84b)
v1.1.0
1.1.0 (2023-07-09)
Features
- implement onExecute handler for Task (893c945)
v1.0.0
1.0.0 (2023-07-08)
Features
- Basic YAWL-like workflow engine