Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 23:38
· 6 commits to main since this release

3.0.0 (2023-03-28)

Features

  • new scope, actions and full concurrency (e37323d)

BREAKING CHANGES

  • scope is no longer the parent params and relation has
    been moved to live inside of the scope object.

  • nested create actions no longer have their args moved to args.data.
    When handling the create action you must handle this case yourself.
    A more detailed explanation as to why this was necessar can be found in
    this issue