File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- name : Set up a PureScript toolchain
17
17
uses : purescript-contrib/setup-purescript@main
18
- with :
19
- purescript : " 0.14.0-rc5"
20
18
21
19
- name : Cache PureScript dependencies
22
20
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
+ ## [ v9.0.0] ( https://github.com/purescript-contrib/purescript-argonaut-traversals/releases/tag/v9.0.0 ) - 2021-02-26
16
+
17
+ Breaking changes:
8
18
- Added support for PureScript 0.14 and dropped support for all previous versions (#32 )
9
19
10
20
New features:
Original file line number Diff line number Diff line change 17
17
],
18
18
"repository" : {
19
19
"type" : " git" ,
20
- "url" : " git ://github.com/purescript-contrib/purescript-argonaut-traversals.git"
20
+ "url" : " https ://github.com/purescript-contrib/purescript-argonaut-traversals.git"
21
21
},
22
22
"license" : " MIT" ,
23
23
"dependencies" : {
24
- "purescript-argonaut-core " : " ^5 .0.0" ,
25
- "purescript-argonaut-codecs " : " ^7 .0.0" ,
26
- "purescript-profunctor-lenses" : " ^6 .0.0"
24
+ "purescript-argonaut-codecs " : " ^8 .0.0" ,
25
+ "purescript-argonaut-core " : " ^6 .0.0" ,
26
+ "purescript-profunctor-lenses" : " ^7 .0.0"
27
27
},
28
28
"devDependencies" : {
29
- "purescript-quickcheck" : " ^6.0.0"
29
+ "purescript-console" : " ^5.0.0" ,
30
+ "purescript-effect" : " ^3.0.0" ,
31
+ "purescript-quickcheck" : " ^7.0.0"
30
32
}
31
33
}
You can’t perform that action at this time.
0 commit comments