Skip to content

Releases: purescript/spago

0.21.0

04 May 16:46
Compare
Choose a tag to compare
Version 0.21.0

0.20.9

03 May 16:26
d16d491
Compare
Choose a tag to compare
0.20.8 → 0.20.9 (#881)

0.20.8

27 Apr 12:23
744bdbb
Compare
Choose a tag to compare
0.20.7 → 0.20.8 (#876)

0.20.7

12 Feb 16:54
41d9c96
Compare
Choose a tag to compare
Add '--' after node eval and before node args (#856)

0.20.6

09 Feb 11:21
d79eeab
Compare
Choose a tag to compare
Oh no, not libtinfo again (#854)

0.20.5

08 Feb 10:53
Compare
Choose a tag to compare
0.20.4 → 0.20.5

0.20.4

31 Jan 08:57
33da631
Compare
Choose a tag to compare
CI: fix typo in release workflow (#847)

0.20.3

12 May 16:23
96ea7fe
Compare
Choose a tag to compare
Handle redirect fetching templates (#793)

0.20.2

06 May 18:43
0f38c91
Compare
Choose a tag to compare

Bugfixes:

  • Remove npm install from release CI to prevent overwriting the install script with the Linux binary (#783, #786)
  • Use spago.cabal instead of package.yaml to get version number (#787, #788)
  • Assume compatibility with newer minor versions of purs (#782, #777)
  • Fix test command not working on purs older than v0.14.0 (#790, #789)

Other improvements:

  • Docs: add more useful comments in spago.dhall (#778, #708)
  • Dev: remove package.yaml, use only cabal file (#780)
  • Dev: use make to orchestrate builds (#781)
  • Deps: upgrade to GHC8.10 and lts-17 (#743)

0.20.1

20 Apr 18:16
41ad739
Compare
Choose a tag to compare

Bugfixes:

  • Color output now works correctly or is disabled on Windows (#768, #749)
  • Fix spago docs for PureScript 0.14, by updating docs-search to 0.0.11 (#775, #752)

Other improvements:

  • Color output is now automatically disabled when output is redirected to a file.
    Also respects a NO_COLOR environment variable (#768)
  • Fixes tests failing if the test platform has psa installed (#772)
  • Print spago install command to fix missing transitive dependencies (#770, #769, #776)
  • Refactor the graph support to remove the custom module name parser (#773)