Skip to content

Releases: xgfone/go-taskflow

v0.5.1

13 Sep 09:07
Compare
Choose a tag to compare
  • Fixed:
    • Avoid panicking when failing to undo the task.

v0.5.0

27 Jun 12:54
Compare
Choose a tag to compare
  • Added:
    • Add the error handler for line flow LineFlow.

v0.4.0

28 Apr 12:51
Compare
Choose a tag to compare
  • Changed:
    • Refactor the flow interface Flow and the line flow LineFlow.
    • Remove the unordered flow UnorderedFlow and the flow builder FlowBuilder.

v0.3.1

27 Dec 13:53
Compare
Choose a tag to compare
  • Fixed:
    • Correct the module name to github.com/xgfone/go-taskflow.

DEPRECATED!!!

13 Dec 15:58
Compare
Choose a tag to compare
  • Added:
    • Add the method GetCtx and SetCtx for LineFlow and UnorderedFlow to support the context variables.
  • Changed:
    • Change the method of the interface Flow from Add to AddTasks.

v0.2.0

16 Sep 13:08
Compare
Choose a tag to compare

Refactor the codes.