Releases: purescript/psc-package
v0.3.4
v0.3.3
This release contains some changes related to add-from-bower.
Handles no "dependencies" fields by @justinwoo
Some packages don't have dependencies
, so they are now handled as empty dependency sets.
Add branches by @strax
You can use package-name#branch-name
to add specific braches/tags to your package set. Note that you should not use branch names as your package sets should almost never be mutable.
v0.3.3-pre2
Another pre-release with a buggy feature removed.
v0.3.3-pre
Pre-release of 0.3.3. Not many changes here, only some changes to add-from-bower.
v0.3.2
This release comes with a few bugfixes and performance improvements:
Install on need verify package (#94)
Verifying a single package will no longer require downloading the entire set first as a result of this fix. Verify as you please!
Concurrently traverse the dependencies for verify
Verify will now correctly install packages in parallel like install
does.
read and write add-from-bower from local package set
Add-From-Bower will now correctly edit the local package set file.
Pre-release of v0.3.2
Install on need verify package (#94) * read and write add-from-bower from local package set * make add-from-bower write to local package set updates lts to use newer aeson-pretty to use trailing newline formatting * make add-from-bower write to local package set also adds a newer aeson-pretty to extra-deps to use trailing newline formatting * have verify pull dependencies per verifying package as the installation step checks to not reinstall existing packages, calling it multiple times with previously installed packages works fine. * concurrently traverse the dependencies for verify
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)
v0.3.0
v0.2.5
v0.2.4
Add the verify
command, to verify a single package (@justinwoo)