Skip to content

Releases: retro/tasquencer

v2.1.0

26 Jan 22:53
Compare
Choose a tag to compare

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

25 Jan 10:40
Compare
Choose a tag to compare

2.0.1 (2024-01-25)

Performance Improvements

  • use inherited concurrency and batching in Effect.all calls (742f21f)

v2.0.0

03 Dec 20:39
3646a9b
Compare
Choose a tag to compare

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

05 Oct 20:01
f3d1766
Compare
Choose a tag to compare

1.1.2 (2023-10-05)

Bug Fixes

  • correct ordering of attributes in package.json export field (#10) (f3d1766)

v1.1.1

05 Oct 19:50
Compare
Choose a tag to compare

1.1.1 (2023-10-05)

Bug Fixes

  • export TS types correctly (93ea84b)

v1.1.0

09 Jul 10:02
6910540
Compare
Choose a tag to compare

1.1.0 (2023-07-09)

Features

  • implement onExecute handler for Task (893c945)

v1.0.0

08 Jul 19:00
e1ae932
Compare
Choose a tag to compare

1.0.0 (2023-07-08)

Features

  • Basic YAWL-like workflow engine