Releases: screwdriver-cd/workflow-parser
Releases · screwdriver-cd/workflow-parser
v1.3.0
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
1.2.1 (2017-10-25)
Bug Fixes
v1.2.0
1.2.0 (2017-10-25)
Features
- add hasJoin function and fix hasCycle (1ff13d7)
v1.1.1
1.1.1 (2017-10-12)
Bug Fixes
- expose hasCycle method in index (6cba1c8)
v1.1.0
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