Releases: joscha/buildkite-graph
Releases · joscha/buildkite-graph
v4.3.0
4.3.0 (2019-10-28)
Features
- 🎸 isEffectOf (weak dependencies) (bbd89bf), closes #29
v4.2.0
4.2.0 (2019-10-23)
Features
- 🎸 structural serialization (917712c)
v4.1.1
4.1.1 (2019-10-22)
Bug Fixes
- 🐛 ignore parallelism of 1 (f2645da)
- 🐛 serialization for limits with * exit codes (16e4c61)
v4.1.0
4.1.0 (2019-10-18)
Bug Fixes
Features
- 🎸 async conditional generation (8354cd2)
v4.0.1
4.0.1 (2019-10-17)
Bug Fixes
- 🐛 reorder output of triggers to make more sense (eacebd4)
v4.0.0
4.0.0 (2019-10-17)
Features
BREAKING CHANGES
- Serializers are now async and return promises
v3.1.1
3.1.1 (2019-10-16)
Bug Fixes
- 🐛 fixes the block step fields serialization (94d2667)
v3.1.0
3.1.0 (2019-10-14)
Features
- 🎸 Allow multiple artifact globs to be passed to command (284369a), closes #26
- 🎸 Allow multiple artifact globs to be passed to command (#27) (0ca7dd7)
v3.0.0
3.0.0 (2019-10-08)
Code Refactoring
- 💡 remove conditional pipelines and augmentation (cb0d2ff)
Features
- 🎸 allow conditionals to be dependencies (5b41874)
- 🎸 do not allow the same conditional more than once (3f249f6)
- conditional dependencies (#24) (9c36b3b)
BREAKING CHANGES
- removal of pipeline augmentation
v2.2.0
2.2.0 (2019-09-24)
Features
- 🎸 allow passing multiple dependencies to .dependsOn (96ba630), closes #7