@justinwoo justinwoo released this Dec 2, 2018

Assets 8

Bumps the version number of Psc-Package executable

@justinwoo justinwoo released this Aug 17, 2018 · 11 commits to master since this release

Assets 8

Fixes binary version number. No other changes.

See the new docs page here: https://psc-package.readthedocs.io/en/latest/

@justinwoo justinwoo released this Jul 23, 2018 · 16 commits to master since this release

Assets 8
  • Adds warnings for trying to install packages without (#126 by @Dretch)
  • Filters "installing" messages for build (#130 by @Dretch)
  • Adds options for limiting jobs for install (#127 by @vladciobanu)
Pre-release

@justinwoo justinwoo released this Jul 19, 2018 · 17 commits to master since this release

Assets 8

Adds limiting git process jobs #127 and gives warnings for failed installations with purescript- prefixes #125

@justinwoo justinwoo released this Jun 28, 2018 · 20 commits to master since this release

Assets 8

Per #121, removes the confusing misfeature "add-from-bower", which led to many users thinking this command was for adding "extra-deps" like Stack. See the thread for details on how you could readily replace this command if you used it before.

@justinwoo justinwoo released this Jun 26, 2018 · 21 commits to master since this release

Assets 8

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

@justinwoo justinwoo released this Jun 9, 2018 · 21 commits to master since this release

Assets 8
sort dependencies when writing out package sets and config (#118)

@justinwoo justinwoo released this May 31, 2018 · 23 commits to master since this release

Assets 8

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.

@justinwoo justinwoo released this May 24, 2018 · 24 commits to master since this release

Assets 8

Another pre-release with a buggy feature removed.