v1.3.0
- 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