Skip to content

Releases: purescript-contrib/setup-purescript

v3.1.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 22 Apr 23:30
2330ad9

Use Node 20 by default (#40 by @noisyscanner)

v3.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 11 Apr 12:01
6ccd9e0

Support spago@next as the unstable Spago install.

v2.1.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 02 Mar 12:35
9da224e

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 01 Mar 22:38
606f041

v1.1.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 25 Feb 22:37

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)

v1.1.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 13 Aug 00:47
32fa32c

This release adds purescript-psa to the list of supported tools.

v1.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 11 Aug 02:35
85ee033

Initial release of setup-purescript, supporting the following tools:

  • purs (compiler)
  • spago (build tool and package manager)
  • purty (source code formatter)
  • zephyr (dead code elimination tool)