File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.20.8] - 2022-04-27
11
+
10
12
Features:
11
- - Make ` spago bundle-app ` and ` spago bundle-module ` use esbuild and es modules for projects >= v0.15
12
- - Make ` spago run ` use es modules for projects >= v0.15
13
- - Support Glibc versions >= ` 2.24 `
14
- - Retry git clone up to two times (#834 , #873 )
13
+ - Make ` spago bundle-app ` and ` spago bundle-module ` use esbuild and es modules for projects >= v0.15 (#862 )
14
+ - Make ` spago run ` use es modules for projects >= v0.15 (#858 )
15
15
16
- Bugfixes
16
+ Bugfixes:
17
17
- Fix ` spago run ` and ` spago test ` to accept command line arguments correctly, by writing a JS file to run (#865 , #866 )
18
18
- Remove support for node versions older than 12.0.0 as they do not work with es modules (#866 )
19
+ - Retry git clone up to two times (#834 , #873 )
19
20
20
21
Other improvements:
21
- - Update README.md with documentation for v0.15
22
+ - Docs: update README with documentation for PureScript v0.15 (#867 )
23
+ - Linux: support Glibc versions >= ` 2.24 `
22
24
23
25
## [ 0.20.7] - 2022-02-12
24
26
25
- Bugfixes
27
+ Bugfixes:
26
28
- Make ` spago run ` work when ` node-args ` includes flag-like value (#856 )
27
29
28
30
## [ 0.20.6] - 2022-02-09
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
3
3
name : spago
4
- version : 0.20.7
4
+ version : 0.20.8
5
5
description : Please see the README on GitHub at <https://github.com/purescript/spago#readme>
6
6
homepage : https://github.com/purescript/spago#readme
7
7
bug-reports : https://github.com/purescript/spago/issues
You can’t perform that action at this time.
0 commit comments