File tree Expand file tree Collapse file tree 3 files changed +20
-13
lines changed Expand file tree Collapse file tree 3 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 1515
1616 - name : Set up PureScript toolchain
1717 uses : purescript-contrib/setup-purescript@main
18- with :
19- purescript : " 0.14.0-rc5"
2018
2119 - name : Cache PureScript dependencies
2220 uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44
55## [ Unreleased]
66
7- Breaking changes (😱!!!):
7+ Breaking changes:
8+
9+ New features:
10+
11+ Bugfixes:
12+
13+ Other improvements:
14+
15+ ## [ v9.0.0] ( https://github.com/purescript-contrib/purescript-react/releases/tag/v9.0.0 ) - 2021-02-26
16+
17+ Breaking changes:
818- Added support for PureScript 0.14 and dropped support for all previous versions (#177 )
919
1020New features:
Original file line number Diff line number Diff line change 1414 ],
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " git ://github.com/purescript-contrib/purescript-react.git"
17+ "url" : " https ://github.com/purescript-contrib/purescript-react.git"
1818 },
1919 "dependencies" : {
20- "purescript-effect" : " ^2 .0.0" ,
21- "purescript-prelude " : " ^4 .0.0" ,
22- "purescript-unsafe-coerce " : " ^4 .0.0" ,
23- "purescript-exceptions " : " ^4 .0.0" ,
24- "purescript-maybe " : " ^4 .0.0" ,
25- "purescript-nullable " : " ^4 .0.0" ,
26- "purescript-typelevel-prelude " : " >= 4.0.0 < 6 .0.0"
20+ "purescript-effect" : " ^3 .0.0" ,
21+ "purescript-exceptions " : " ^5 .0.0" ,
22+ "purescript-maybe " : " ^5 .0.0" ,
23+ "purescript-nullable " : " ^5 .0.0" ,
24+ "purescript-prelude " : " ^5 .0.0" ,
25+ "purescript-typelevel-prelude " : " ^6 .0.0" ,
26+ "purescript-unsafe-coerce " : " ^5 .0.0"
2727 },
2828 "devDependencies" : {
29- "purescript-console" : " ^4.1.0" ,
30- "purescript-psci-support" : " ^4.0.0"
29+ "purescript-console" : " ^5.0.0"
3130 }
3231}
You can’t perform that action at this time.
0 commit comments