CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 44
Releases: purescript/psc-package
v0.6.2
24a6961
Compare
Assets 8
v0.6.1
01263f5
Compare
This version bumps the Stack LTS version: #160
This also targets a related issue with Windows users not being able to use package sets due to some newline issues: #157. Please file a new issue if you run into issues with this release. This issue most likely only affects users with specific newline settings in their gitconfig, so if you did not have an issue before, you should be fine now.
Assets 8
v0.6.0
Compare
This release brings the ability to use local package sets by using a filepath for "source". See more here: #158
Note that if you are already using some form of local package sets, you should update your "source" attribute to point to your packages.json
, whether it be in the project root as packages.json
, .psc-package/local/.set/packages.json
, or elsewhere.
Assets 8
v0.5.1
93bf67d
Compare
Bumps the version number of Psc-Package executable
Assets 8
v0.5.0
Compare
Assets 8
v0.4.2
1529f28
Compare
Fixes binary version number. No other changes.
See the new docs page here: https://psc-package.readthedocs.io/en/latest/
Assets 8
v0.4.1
Compare
Assets 8
v0.4.1-pre
Compare
Assets 8
v0.4.0
4b87708
Compare
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.
Assets 8
v0.3.4-pre
234d02a
Compare
sort dependencies when writing out package sets and config (#118)