Skip to content

Releases: purescript/psc-package

v0.3.4

26 Jun 19:39
234d02a
Compare
Choose a tag to compare

This release adds some sorting of psc-package.json and packages.json.

v0.3.3

31 May 07:04
c150454
Compare
Choose a tag to compare

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

24 May 13:55
d3c8e1a
Compare
Choose a tag to compare

Another pre-release with a buggy feature removed.

v0.3.3-pre

23 May 07:05
439c7f6
Compare
Choose a tag to compare
v0.3.3-pre Pre-release
Pre-release

Pre-release of 0.3.3. Not many changes here, only some changes to add-from-bower.

v0.3.2

05 Apr 10:03
ef16dec
Compare
Choose a tag to compare

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

19 Mar 18:35
cffedc6
Compare
Choose a tag to compare
Pre-release of v0.3.2 Pre-release
Pre-release
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

26 Feb 19:49
Compare
Choose a tag to compare

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

26 Feb 19:45
a2233a3
Compare
Choose a tag to compare
update the readme for new features (#86)

v0.2.5

18 Nov 21:54
9ef4cab
Compare
Choose a tag to compare

Add --after option to verify-set.

v0.2.4

22 Oct 18:05
Compare
Choose a tag to compare

Add the verify command, to verify a single package (@justinwoo)