Skip to content

v1.3.0

Choose a tag to compare

@a-s-o a-s-o released this 22 Aug 02:18
· 15 commits to develop since this release
  • Overridden tasks and actions both have similar api (they receive next as the second argument which continues the task/action with the modified arguments given to next)
  • Tasks and actions are defined separately and accessed separately on the config object - clearer and easier to document this way
  • GifRoulette example now works

Next up - update main app for the API changes