Skip to content

17.0.0

Choose a tag to compare

@jdalrymple jdalrymple released this 24 Mar 21:17
· 2057 commits to main since this release

17.0.0 (2020-03-24)

Bug Fixes

  • core: Adding better handling for form type arguments (#570) (4751ed2), closes #568

BREAKING CHANGES

  • core: Trigger.pipeline now has a defined variables property to house all the pipeline variables to be set. Before these variables were set on the root object, but this made it difficult to parse any future options that may be added to this function.