Skip to content

Releases: HugoMendes98/graph-flow

Release 0.2.2

19 Sep 12:49
Compare
Choose a tag to compare

0.2.2 (2023-09-19)

Bug Fixes

  • user: forbid user update for other users (414c83f)

Release 0.2.1

17 Sep 19:47
Compare
Choose a tag to compare

0.2.1 (2023-09-17)

Bug Fixes

  • graph-node: correct missing validation decorators (efab854)
  • http: correct serialisation with validation (44675ca)
  • node: correct one2one entity save (c3fd385)

Release 0.2.0

12 Sep 12:00
Compare
Choose a tag to compare

0.2.0 (2023-09-12)

Features

  • executor: add first graph and node executor (a775def)
  • executor: execute node (884765e)

Code Refactors

  • add Entity suffix (d51061f)
  • remove graph-node to set inside a node (2fb7a73)

Release 0.1.0

07 Sep 05:25
Compare
Choose a tag to compare

0.1.0 (2023-09-07)

Features

  • auth: add snackBar when redirected (f5de1f8)
  • auth: can login, redirect after login or be redirected to login if needed (e7df474)
  • boiler: add options to populate with an object (da271dc)
  • graph-arc: can add or remove arcs (bbf3ce2)
  • graph-arc: verify input and output on a arc (d44c91d)
  • graph-node: can add a node to a graph (6e15869)
  • graph-node: verify that a workflow does not contain more than 2 node-triggers (780f189)
  • graph-node: verify that node node-trigger is added inside a node-function (6bf3548)
  • graph: add graph and graph-node entities (b51f638)
  • graph: detect cycle in graph (6bf5f3b)
  • node: add trigger type node (c94fecb)

Bug Fixes

  • graph-arc: correct relation with input (303347b)

Documentation

Release 0.0.1

02 Jul 15:34
Compare
Choose a tag to compare

0.0.1 (2023-07-02)