Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 05:25
· 272 commits to master since this release

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