File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
10+ ## [ 0.20.8] - 2022-04-27
11+
1012Features:
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 )
1515
16- Bugfixes
16+ Bugfixes:
1717- Fix ` spago run ` and ` spago test ` to accept command line arguments correctly, by writing a JS file to run (#865 , #866 )
1818- 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 )
1920
2021Other 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 `
2224
2325## [ 0.20.7] - 2022-02-12
2426
25- Bugfixes
27+ Bugfixes:
2628- Make ` spago run ` work when ` node-args ` includes flag-like value (#856 )
2729
2830## [ 0.20.6] - 2022-02-09
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22
33name : spago
4- version : 0.20.7
4+ version : 0.20.8
55description : Please see the README on GitHub at <https://github.com/purescript/spago#readme>
66homepage : https://github.com/purescript/spago#readme
77bug-reports : https://github.com/purescript/spago/issues
You can’t perform that action at this time.
0 commit comments