Skip to content

Releases: typesafegithub/github-workflows-kt

0.45.0

09 Jun 06:57
Compare
Choose a tag to compare

⭐ Features

🛠️ Fixes

None.

💣 Breaking changes

▶️ Actions


Full Changelog: v0.44.0...v0.45.0

0.44.0

29 May 20:59
Compare
Choose a tag to compare

⭐ Features

None.

🛠️ Fixes

None.

💣 Breaking changes

▶️ Actions


Full Changelog: v0.43.0...v0.44.0

0.43.0

12 May 07:08
Compare
Choose a tag to compare

0.42.0

28 Apr 10:03
Compare
Choose a tag to compare

⭐ Features

None.

🛠️ Fixes

💣 Breaking changes

▶️ Actions

Other

  • the project got a logo!
  • the YAML-to-Kotlin converter (aka. script-generator) is now hosted under https://github-workflows-kt.colman.com.br/ (thanks @LeoColman!) but in practice it's not yet usable. It's, however, an important step forward towards having this app online

Full Changelog: v0.41.0...v0.42.0

0.41.0

0.40.0

0.39.0

17 Mar 13:30
Compare
Choose a tag to compare

⭐ Features

  • [#693] enforce named arguments for actions - this is to forbid using positional arguments which can cause issues when an action gets an input in the middle of the class signature. Thanks to this change, action's usage is explicit with regards to the inputs, like in GitHub Actions workflow YAML
  • add link to API docs - the API docs aren't yet great, especially because of their coverage, but the docs are now built and hosted so that they can be used and further improved

🛠️ Fixes

None.

💣 Breaking changes

▶️ Actions

Other

Thanks @Vampire for various contributions around docs, especially enable automatic unindenting of snippets!


Full Changelog: v0.38.0...v0.39.0

0.38.0

03 Mar 09:25
Compare
Choose a tag to compare

⭐ Features

None.

🛠️ Fixes

None.

💣 Breaking changes

None.

▶️ Actions

Warning: the below changes may break your workflow code. Even though an action didn't get a new major version, using actions from Kotlin differs from how actions are used from YAML. If you don't use named arguments when passing inputs to actions, pay attention especially to the order of arguments. If you do use named arguments, you should be fine.


Full Changelog: v0.37.0...v0.38.0

0.37.0

17 Feb 10:13
Compare
Choose a tag to compare

⭐ Features

🛠️ Fixes

None.

💣 Breaking changes

▶️ Actions

Warning: the below changes may break your workflow code. Even though an action didn't get a new major version, using actions from Kotlin differs from how actions are used from YAML. If you don't use named arguments when passing inputs to actions, pay attention especially to the order of arguments. If you do use named arguments, you should be fine.


Full Changelog: v0.36.0...v0.37.0

0.36.0

03 Feb 08:27
Compare
Choose a tag to compare

⭐ Features

🛠️ Fixes

None.

💣 Breaking changes

▶️ Actions

Warning: the below changes may break your workflow code. Even though an action didn't get a new major version, using actions from Kotlin differs from how actions are used from YAML. If you don't use named arguments when passing inputs to actions, pay attention especially to the order of arguments. If you do use named arguments, you should be fine.


Full Changelog: v0.35.0...v0.36.0