This repository was archived by the owner on Aug 4, 2023. It is now read-only.
File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
4
4
5
5
## [ Unreleased]
6
6
7
+ Breaking changes:
8
+
9
+ New features:
10
+
11
+ Bugfixes:
12
+
13
+ Other improvements:
14
+
15
+ ## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v8.0.0 ) - 2022-04-27
16
+
7
17
Breaking changes:
8
18
- Remove ` exists ` since the underlying ` Async.exists ` from ` purescript-node-fs ` has been removed (#36 by @sigma-andex )
9
19
- Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez , @thomashoneyman , @sigma-andex )
Original file line number Diff line number Diff line change 27
27
" example"
28
28
],
29
29
"dependencies" : {
30
- "purescript-aff" : " main " ,
31
- "purescript-either" : " master " ,
32
- "purescript-node-fs" : " master " ,
33
- "purescript-node-path" : " master "
30
+ "purescript-aff" : " ^7.0.0 " ,
31
+ "purescript-either" : " ^6.0.0 " ,
32
+ "purescript-node-fs" : " ^7.0.1 " ,
33
+ "purescript-node-path" : " ^5.0.0 "
34
34
},
35
35
"devDependencies" : {
36
- "purescript-console" : " master "
36
+ "purescript-console" : " ^6.0.0 "
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments