Releases: purescript/spago
Releases · purescript/spago
0.21.0
0.20.9
0.20.8 → 0.20.9 (#881)
0.20.8
0.20.7 → 0.20.8 (#876)
0.20.7
Add '--' after node eval and before node args (#856)
0.20.6
Oh no, not libtinfo again (#854)
0.20.5
0.20.4 → 0.20.5
0.20.4
CI: fix typo in release workflow (#847)
0.20.3
Handle redirect fetching templates (#793)
0.20.2
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 onpurs
older thanv0.14.0
(#790, #789)
Other improvements:
0.20.1
Bugfixes:
- Color output now works correctly or is disabled on Windows (#768, #749)
- Fix
spago docs
for PureScript 0.14, by updatingdocs-search
to0.0.11
(#775, #752)
Other improvements:
- Color output is now automatically disabled when output is redirected to a file.
Also respects aNO_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)