Skip to content

Releases: joscha/buildkite-graph

v4.3.0

28 Oct 04:05
024bd32
Compare
Choose a tag to compare

4.3.0 (2019-10-28)

Features

  • 🎸 isEffectOf (weak dependencies) (bbd89bf), closes #29

v4.2.0

23 Oct 01:32
Compare
Choose a tag to compare

4.2.0 (2019-10-23)

Features

  • 🎸 structural serialization (917712c)

v4.1.1

22 Oct 04:17
Compare
Choose a tag to compare

4.1.1 (2019-10-22)

Bug Fixes

  • 🐛 ignore parallelism of 1 (f2645da)
  • 🐛 serialization for limits with * exit codes (16e4c61)

v4.1.0

18 Oct 00:03
Compare
Choose a tag to compare

4.1.0 (2019-10-18)

Bug Fixes

  • 🐛 async generators (77498de)
  • 🐛 conditional dependencies (ca8e77b)

Features

  • 🎸 async conditional generation (8354cd2)

v4.0.1

17 Oct 23:49
Compare
Choose a tag to compare

4.0.1 (2019-10-17)

Bug Fixes

  • 🐛 reorder output of triggers to make more sense (eacebd4)

v4.0.0

17 Oct 12:42
15154b2
Compare
Choose a tag to compare

4.0.0 (2019-10-17)

Features

BREAKING CHANGES

  • Serializers are now async and return promises

v3.1.1

16 Oct 08:51
185d01c
Compare
Choose a tag to compare

3.1.1 (2019-10-16)

Bug Fixes

  • 🐛 fixes the block step fields serialization (94d2667)

v3.1.0

14 Oct 05:02
0ca7dd7
Compare
Choose a tag to compare

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

08 Oct 04:56
9c36b3b
Compare
Choose a tag to compare

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

24 Sep 12:30
Compare
Choose a tag to compare

2.2.0 (2019-09-24)

Features

  • 🎸 allow passing multiple dependencies to .dependsOn (96ba630), closes #7