v0.3.1
This release comes with a major change: update
has been removed and merged into install
, so psc-update install
installs all dependencies specified in psc-package.json. The same behavior has also been added to verify
, so you can choose to verify all packages by not passing a package name to the command. (@gabejohnson)
This release also adds the add-from-bower
command, so you can add dependencies from Bower easily to package sets. See more here: https://github.com/purescript/psc-package#add-a-package-from-bower. (@justinwoo)
There is also now a format
command for formatting package sets. (@justinwoo)