Skip to content

Commit 7a99343

Browse files
authored
0.13.1 → 0.14.0 (#568)
1 parent 083ef16 commit 7a99343

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.0] - 2020-02-09
11+
12+
Breaking changes (😱!!!):
13+
- **Replace `list-packages` command with `ls packages` and `ls deps` (#563)**
14+
15+
This is happening for future extensibility, i.e. so that we can add any
16+
`spago ls $whatever` subcommand in a non-breaking way whenever we'll want to
17+
list more things.
18+
19+
How things got renamed:
20+
- `spago list-packages``spago ls packages`
21+
- `spago list-packages -f direct``spago ls deps`
22+
- `spago list-packages -f transitive``spago ls deps -t`
23+
24+
Note: the `list-packages` command is still there to provide a semi-gracious transition path for folks, and will be removed in a future release.
25+
1026
New features:
1127
- Allow `verify-set` to work with either a `spago.dhall` or a `packages.dhall` (#515)
12-
- Fix typo on `packages.dhall` template (`let override` should be `let overrides`)
13-
- Create `.purs-repl` file when running `spago init` (#555)
28+
- Create `.purs-repl` file when running `spago init` (#555, #558)
29+
- Add `--source-maps` flag to build commands (#545, #562)
30+
- Add `--quiet` and `--no-color` global flags to better control logging (#548)
1431

1532
Bugfixes:
33+
- Fix a few watch-mode buffering and concurrency issues (#549)
1634
- Fix watching relative paths in sources config (e.g. `../src/**/*.purs`) (#556)
35+
- Make the `ensureConfig` function safe (#561, #531)
36+
- Retry downloading packages on network errors (#557, #565)
1737

1838
Other improvements:
1939
- Docs: fix misc typos in README (#566)
40+
- Docs: fix typo in `packages.dhall` template (#539)
41+
- Docs: remove mention of shared output folder in README (#559, #552)
42+
- Docs: update links: spacchetti/spago → purescript/spago
43+
- CI: update to `purs-0.13.6` (#542)
44+
- CI: update CI to the new location of the repo (#560)
45+
- Deps: update to `purescript-docs-search-0.0.8` (#543)
46+
- Deps: update to `dhall-1.29` and `github-0.24` (#553)
2047

2148
## [0.13.1] - 2020-01-10
2249

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: spago
2-
version: 0.13.1
2+
version: 0.14.0
33
github: "purescript/spago"
44
license: BSD3
55
author: "Justin Woo, Fabrizio Ferrai"

0 commit comments

Comments
 (0)