Skip to content
Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 25 Feb 22:37
· 159 commits to main since this release

This patch release makes a number of internal improvements to setup-purescript.

Bugfixes:

  • Rely on the versions file in dist instead of bundling the file into the build (#19 by @thomashoneyman)

Other improvements:

  • Switch to the github-actions-toolkit library instead of using hand-rolled bindings (#8 by @colinwahl, #15 by @thomashoneyman)
    • #15 fixes an issue introduced in #8 where all tools would be fetched by default, instead of omitting optional tools.
  • Apply minor refactoring to fetching updated versions (#17 by @mhmdanas)