Releases: purescript/spago
Releases Β· purescript/spago
0.6.4.0
Improvements:
spago init
will search for apsc-package.json
, and try to port it to your newspago.dhall
config (#76)- Add the
spacchetti-upgrade
command, to automatically upgrade to the latest Package Set (#93, #73) - You can now add local packages to the Package Set π (#96, #88)
- Now it's possible to run
spago install foo bar
to add new dependencies to your project (#74, thanks @btrepp!) - Now every time you try to build, Spago will also check that dependencies are installed (#75, #82)
Bugfixes:
- Spago would crash if
$HOME
was not set, now it doesn't anymore (#85, #90) spago test
now actually works on Windows (#79, thanks @btrepp!)
Other:
0.6.3.0
0.6.2.1
0.6.1.0
0.6.0.0
This release marks a new life for this tool. Main changes:
- Rename
spacchetti-cli
βspago
(#23) - Publish on NPM under the new name
purescript-spago
(#35) - Add some commands from
psc-package
: - Migrate old commands from
spacchetti-cli
that are specific to local psc-package projects:local-setup
is nowpsc-package-local-setup
insdhall
is nowpsc-package-insdhall
clean
is nowpsc-package-clean
- Add some commands from
purp
(#26):test
: compile and run a module from thetest/
folderbundle
: bundle all sources in a single filemake-module
: export the above bundle so it can berequire
d from js
- Stop depending on
dhall
anddhall-to-json
commands and instead depend ondhall
anddhall-json
libraries - Freeze
spacchetti
package-set import inpackages.dhall
, sodhall
caching works for subsequent executions - Move to v4.0.0 of
dhall
- Add integration tests for most of the commands (#31, #30)
0.5.0.1
0.5.0.0
0.4.0.0
0.3.0.0
- Add version command (#7 #8 @dariooddenino)
- Add check for existing project and add
--force
flag (#5 @dariooddenino) - Add formatting for initial
packages.dhall
file (#6)