New year, new Spago release! (Happy new year everyone! Weโll have a nicer one )
We usually try to leave at least a month between major releases (and indeed over the last year we had a release every ~2 months) but this time itโs been only two weeks - I was too excited to get this out as soon as possible, as one of the most awaited improvements has landed: spago script
!!
You can find the docs for the new command here.
As usual you can install this from NPM and other places.
Please test it out, and if you find any problems with it donโt hesitate to open an issue.
npm install -g spago
Changelog
Breaking changes (!!!)
-
Deprecate
-d
shorthand for thedeps-only
flag (#712) - instead only support the--deps-only
long form - Switch from
-D
to-d
as shorthand for specifying dependencies withinspago repl
(#712)
New features:
- Add
spago script
command. It can be used to run standalone PureScript files as scripts (#712, #724, #683)