You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
## [0.8.2] - 2019-06-03
10
+
## [0.8.4] - 2019-06-11
11
+
12
+
Bugfixes:
13
+
- Produce an error message when asserting directory permissions (#250)
14
+
- Read purs version from inside the set instead of its GitHub tag (#253, #225)
15
+
- Skip copy to global cache when encountering a permissions problem (#220, #260)
16
+
17
+
Other improvements:
18
+
- Errors: add many debug logs (#251)
19
+
- CI: rewrite Curator in Haskell (#239)
20
+
- CI: build only `master` and tags on Travis (#247)
21
+
- Dev: add Nix section to stack.yaml (#248)
22
+
- Dev: tidy up the various executables, sources and dependencies (#251)
23
+
24
+
## [0.8.3] - 2019-06-03
11
25
12
26
Bugfixes:
13
27
- Fix `spago psc-package-clean` on Windows (#224)
@@ -90,13 +104,13 @@ Other fixes and improvements:
90
104
## [0.7.0] - 2019-03-03
91
105
92
106
Breaking changes:
93
-
- The NPM package `purescript-spago` is now deprecated. New releases will be published only to the package `spago` (#115, #44)
94
-
You can install the package with `npm install -g spago`
95
-
-[Spacchetti has been merged in the official package-set](https://github.com/purescript/package-sets/pull/271): this means that `spago` will now use that as the reference package-set. (#120)
107
+
- The NPM package `purescript-spago` is now deprecated. New releases will be published only to the package `spago` (#115, #44)
108
+
-[Spacchetti has been merged in the official package-set](https://github.com/purescript/package-sets/pull/271): this means that `spago` will now use that as the reference package-set. (#120)
109
+
96
110
As a result of this, the command `spago spacchetti-upgrade` has been renamed to `spago package-set-upgrade`.
97
111
98
112
New features:
99
-
- Support Windows in NPM install (#121, #109)
113
+
- Support Windows in NPM install (#121, #109)
100
114
- Add `spago freeze` command to recompute hashes of the package-set (#113)
101
115
- Add `spago verify` and `spago verify-set` commands (#108, #14)
102
116
- Add the `--filter` flag to `spago list-packages`, to filter by direct and transitive deps (#106, #108)
0 commit comments