Releases: purescript/spago
Releases · purescript/spago
0.8.4.0
0.8.3.0
Bugfixes:
- Fix
spago psc-package-clean
on Windows (#224) - Fix
spago repl
starting on Windows where PureScript was installed with NPM (#235, #227) - Fix missing filenames when encountering parse errors in Dhall files (#241, #222)
- Download packages in local repo instead of global tempdir (#243, #220)
Other improvements:
0.8.1.0
0.8.0.0
0.7.7.0
0.7.5.0
0.7.4.0
0.7.2.0
0.7.1.0
New features:
- Add
--watch
flag tobuild
,test
,run
,bundle
andmake-module
commands (#65, #126, #153) - Add
spago docs
command, to generate documentation from the project and all dependencies (#127) - Add
spago run
command, to run your project (#131, #137, thanks @JordanMartinez!)
Other fixes and improvements:
- Automatically build in commands that require the project to be built (#146, #149, thanks @FintanH!)
- Don't automatically create a configuration if not found (#139, #144)
- Always ensure that the package-set has a hash on it, for speed and security reasons (#128)
- Improvements to documentation and FAQ (#132, #125, #119, #123, #104, #135)
- Improvements to errors, messages and logging (#143, #145, #133, #151, #148, #129, #130, #136 thanks @iAmMrinal0!)
- Improvements to tests (#95, #91, #138, #141, #140 thanks @JordanMartinez!)
- Format Dhall files with ASCII instead of Unicode (#124)
0.7.0.0
Breaking changes:
- The NPM package
purescript-spago
is now deprecated. New releases will be published only to the packagespago
(#115, #44)
You can install the package withnpm install -g spago
- Spacchetti has been merged in the official package-set: this means that
spago
will now use that as the reference package-set. (#120)
As a result of this, the commandspago spacchetti-upgrade
has been renamed tospago package-set-upgrade
.
New features:
- Support Windows in NPM install (#121, #109)
- Add
spago freeze
command to recompute hashes of the package-set (#113) - Add
spago verify
andspago verify-set
commands (#108, #14) - Add the
--filter
flag tospago list-packages
, to filter by direct and transitive deps (#106, #108, thanks @kedashoe!) - Check that the version of the installed compiler is at least what the package-set requires (#101, #107, #117, #116)
Other improvements: