Skip to content

πŸ”₯ ✨ It's all about "Context"!

Compare
Choose a tag to compare
@benoitgrelard benoitgrelard released this 14 Mar 21:59
· 7 commits to master since this release

This release adds support for the Chorus Context feature.

πŸ”₯ Breaking change:

publishStep signature has changed:

  • from(...args: Array<string>) => number | string | void
  • to (Array<string>, Context) => number | string | void