Releases: purescript-contrib/purescript-github-actions-toolkit
Releases · purescript-contrib/purescript-github-actions-toolkit
v0.6.0
v0.5.0
Breaking changes:
- Migrate FFI to ES modules (#17 and #19 by @JordanMartinez)
v0.4.0
Due to an incorrectly-made breaking change, please use v0.5.0 instead.
v0.3.0
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
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
v0.1.0
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)