Skip to content

Releases: screwdriver-cd/workflow-parser

v1.3.0

27 Oct 18:23
db42e0d
Compare
Choose a tag to compare

1.3.0 (2017-10-27)

Bug Fixes

  • add another test that combines logical OR and logical AND in the same requires block (a5a7a4d)
  • prevent workflow graph getting weird when requires contains duplicates (c4f34a1)

Features

  • support external pipelines as nodes, logical OR (164ce4c)

v1.2.1

25 Oct 22:58
Compare
Choose a tag to compare

1.2.1 (2017-10-25)

Bug Fixes

v1.2.0

25 Oct 21:49
Compare
Choose a tag to compare

1.2.0 (2017-10-25)

Features

  • add hasJoin function and fix hasCycle (1ff13d7)

v1.1.1

12 Oct 20:42
Compare
Choose a tag to compare

1.1.1 (2017-10-12)

Bug Fixes

  • expose hasCycle method in index (6cba1c8)

v1.1.0

12 Oct 19:45
Compare
Choose a tag to compare

1.1.0 (2017-10-12)

Features

  • add a cycle tester (90f7abf)
  • refactor into libraries. add join flag. support multiple pr jobs (#2) (5545b06)

BREAKING CHANGES

  • altered the signature for getWorkflow, getNextJobs