Skip to content

Releases: purescript-contrib/purescript-github-actions-toolkit

v0.6.0

02 Apr 16:48
df3461b
Compare
Choose a tag to compare
  • Update to spago@next for internal tooling instead of legacy spago.dhall format (#20 by @srghma)

v0.5.0

29 Apr 14:07
1fc2138
Compare
Choose a tag to compare

Breaking changes:

v0.4.0

28 Apr 14:36
064f041
Compare
Choose a tag to compare

Due to an incorrectly-made breaking change, please use v0.5.0 instead.

v0.3.0

18 Mar 23:10
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for other compiler versions. (#16 by @thomashoneyman)
  • Updated GitHub @actions/* dependencies for post-October 2020 compatibility. (#13 by @jisantuc)

v0.2.2

04 Feb 05:45
Compare
Choose a tag to compare

This release improves the library's test suite and bumps the version of the underlying libraries to address a security vulnerability.

Bumps the versions of @actions/core, @actions/cache, and @actions/tool-cache
Adds a comprehensive test suite which tests all bindings
Updates documentation files to be in line with contributors guidelines

v0.2.0

22 Sep 17:45
35ca19e
Compare
Choose a tag to compare

This release improves the library's test suite and fixes a bug in the FFI.

  • Add a test action and fixes a typo in the FFI for the find function (#8)
  • Run CI on all push and pull requests (#6)

v0.1.0

09 Sep 18:33
Compare
Choose a tag to compare

Initial release of GitHub Actions Toolkit bindings. This features full bindings to the following packages:

  • @actions/core (as GitHub.Actions.Core)
  • @actions/exec (as GitHub.Actions.Exec)
  • @actions/io (as GitHub.Actions.IO)
  • @actions/tool-cache (as GitHub.Actions.ToolCache)
  • @actions/cache (as GitHub.Actions.Cache)