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 15
15
16
16
- name : Set up 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
+ ## [ v7.0.0] ( https://github.com/purescript-contrib/purescript-js-date/releases/tag/v7.0.0 ) - 2021-02-26
16
+
17
+ Breaking changes:
8
18
- Added support for PureScript 0.14 and dropped support for all previous versions (#28 )
9
19
10
20
New features:
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " git ://github.com/purescript-contrib/purescript-js-date.git"
8
+ "url" : " https ://github.com/purescript-contrib/purescript-js-date.git"
9
9
},
10
10
"ignore" : [
11
11
" **/.*" ,
16
16
" package.json"
17
17
],
18
18
"dependencies" : {
19
- "purescript-datetime" : " master" ,
20
- "purescript-exceptions" : " master" ,
21
- "purescript-foreign" : " master" ,
22
- "purescript-integers" : " master" ,
23
- "purescript-now" : " main"
19
+ "purescript-datetime" : " ^5.0.0" ,
20
+ "purescript-effect" : " ^3.0.0" ,
21
+ "purescript-exceptions" : " ^5.0.0" ,
22
+ "purescript-foreign" : " ^6.0.0" ,
23
+ "purescript-integers" : " ^5.0.0" ,
24
+ "purescript-now" : " ^5.0.0"
24
25
},
25
26
"devDependencies" : {
26
- "purescript-assert" : " master" ,
27
- "purescript-console" : " master"
27
+ "purescript-assert" : " ^5.0.0" ,
28
+ "purescript-console" : " ^5.0.0" ,
29
+ "purescript-numbers" : " ^7.0.0"
28
30
}
29
31
}
You can’t perform that action at this time.
0 commit comments