Skip to content

Releases: purescript-contrib/setup-purescript

v3.1.0

22 Apr 23:30
2330ad9
Compare
Choose a tag to compare

v3.0.0

11 Apr 12:01
6ccd9e0
Compare
Choose a tag to compare

Support spago@next as the unstable Spago install.

v2.1.0

02 Mar 12:35
9da224e
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.0

01 Mar 22:38
606f041
Compare
Choose a tag to compare

v1.1.1

25 Feb 22:37
Compare
Choose a tag to compare

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

13 Aug 00:47
32fa32c
Compare
Choose a tag to compare

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

v1.0.0

11 Aug 02:35
85ee033
Compare
Choose a tag to compare

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)