Skip to content

v0.3.0

Compare
Choose a tag to compare
@brwarner brwarner released this 06 Jan 18:08
· 91 commits to main since this release

Breaking change

Branches in the flow state are now stored as lists of IDs instead of resolved node objects. You can use these new functions to resolve them to nodes when needed:

  • resolveBranch,
  • resolveBranches,
  • branchEndsWith,
  • getBranchesOfType

v0.2.0...v0.3.0