File tree 3 files changed +21
-11
lines changed
3 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- name : Set up a PureScript toolchain
16
16
uses : purescript-contrib/setup-purescript@main
17
- with :
18
- purescript : " 0.14.0-rc5"
19
17
20
18
- name : Cache PureScript dependencies
21
19
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
4
4
5
5
## [ Unreleased]
6
6
7
- Breaking changes (😱!!!):
7
+ Breaking changes:
8
+
9
+ New features:
10
+
11
+ Bugfixes:
12
+
13
+ Other improvements:
14
+
15
+ ## [ v6.0.0] ( https://github.com/purescript-contrib/purescript-form-urlencoded/releases/tag/v6.0.0 ) - 2021-02-26
16
+
17
+ Breaking changes:
8
18
- Added support for PureScript 0.14 and dropped support for all previous versions (#20 )
9
19
10
20
New features:
Original file line number Diff line number Diff line change 14
14
" package.json"
15
15
],
16
16
"dependencies" : {
17
- "purescript-maybe " : " master " ,
18
- "purescript-newtype " : " master " ,
19
- "purescript-prelude " : " master " ,
20
- "purescript-strings " : " master " ,
21
- "purescript-tuples " : " master " ,
22
- "purescript-js-uri " : " https://github.com/purescript-contrib/purescript-js-uri.git#main " ,
23
- "purescript-foldable-traversable " : " master "
17
+ "purescript-foldable-traversable " : " ^5.0.0 " ,
18
+ "purescript-js-uri " : " ^2.0.0 " ,
19
+ "purescript-maybe " : " ^5.0.0 " ,
20
+ "purescript-newtype " : " ^4.0.0 " ,
21
+ "purescript-prelude " : " ^5.0.0 " ,
22
+ "purescript-strings " : " ^5.0.0 " ,
23
+ "purescript-tuples " : " ^6.0.0 "
24
24
},
25
25
"devDependencies" : {
26
- "purescript-assert" : " master"
26
+ "purescript-assert" : " ^5.0.0" ,
27
+ "purescript-console" : " ^5.0.0" ,
28
+ "purescript-effect" : " ^3.0.0"
27
29
}
28
30
}
You can’t perform that action at this time.
0 commit comments