Skip to content

Releases: typesafegithub/github-workflows-kt

0.28.0

30 Sep 08:36
Compare
Choose a tag to compare

0.27.0

16 Sep 07:15
Compare
Choose a tag to compare

⭐ Features

DSL

None.

Actions

🛠️ Fixes

None.

💣 Breaking changes

None.

💡 Other


Full Changelog: v0.26.0...v0.27.0

0.26.0

01 Sep 20:55
Compare
Choose a tag to compare

⭐ Features

DSL

Actions

🛠️ Fixes

💣 Breaking changes

  • the fix for #416 includes minor formatting changes, especially around 'on': -> on:

Full Changelog: v0.25.0...v0.26.0

0.25.0

18 Aug 20:34
Compare
Choose a tag to compare

⭐ Features

Actions

🛠️ Fixes

💣 Breaking changes

  • the change of using snakeyaml to emit YAML: it's not technically a breaking API change, but it will emit a slightly different YAML in terms of formatting

Also, thanks @aSemy for contributing to the build system config!


Full Changelog: v0.24.0...v0.25.0

0.24.0

05 Aug 22:11
Compare
Choose a tag to compare

⭐ Features

Actions:

🛠️ Fixes

None.

💣 Breaking changes

None.

Also, thanks @aSemy and @Goooler for improvements in the build system config!


Full Changelog: v0.23.0...v0.24.0

0.23.0

27 Jul 12:26
Compare
Choose a tag to compare

⭐ Features

  • [#217] add timeout to steps (0aca530)
  • [#286] add shell customization to run command step (44b1bf3)
  • [#360] add working directory customization to run command step (4ebe7a6)
  • add ReactiveCircus/android-emulator-runner@v2 (4df2da5) (thanks @LeoColman!)
  • update docker/build-push-action@v3 (bcb69c3)
  • update JamesIves/github-pages-deploy-action@v4 (1949ded)
  • update krzema12/github-action-typing@v0 (d2aa751)
  • update gautamkrishnar/blog-post-workflow@v1 (de5b902)
  • update ruby/setup-ruby@v1 (8088738)

🛠️ Fixes

  • [#298] allow arbitrarily complex custom arguments (727a55a)
  • don't produce empty lines for multiline commands (7e0b1f0)

💣 Breaking changes

  • the fix for #298 requires you to get rid of wrappers like BooleanCustomValue or ListCustomValue. See the docs for examples

Full Changelog: v0.22.0...v0.23.0

0.22.0

18 Jul 08:20
Compare
Choose a tag to compare

Full Changelog: v0.21.0...v0.22.0

0.21.0

02 Jul 22:08
Compare
Choose a tag to compare

⭐ Highlights

💣 Breaking changes

  • moved expr(...) to expression package (3c0f984)

Full Changelog: v0.20.0...v0.21.0

0.20.0

24 Jun 07:12
Compare
Choose a tag to compare

Kudos to @Vampire, @aSemy, @jmfayard for their contributions! 😄

Full Changelog: v0.19.0...v0.20.0

0.19.0

14 Jun 08:56
Compare
Choose a tag to compare

Full Changelog: v0.18.0...v0.19.0

Kudos to @NikkyAI for cooperating on f88e648!