This repository was archived by the owner on Aug 4, 2023. It is now read-only.
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,16 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
- ## [ v8 .0.0] ( https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v8 .0.0 ) - 2022-04-27
15
+ ## [ v9 .0.0] ( https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v9 .0.0 ) - 2022-04-29
16
16
17
17
Breaking changes:
18
18
- Remove ` exists ` since the underlying ` Async.exists ` from ` purescript-node-fs ` has been removed (#36 by @sigma-andex )
19
19
- Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez , @thomashoneyman , @sigma-andex )
20
20
- Update ` mkdir' ` to take options arg (#34 by @JordanMartinez )
21
21
22
- New features:
23
-
24
- Bugfixes:
22
+ ## [ v8.0.0] ( https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v8.0.0 ) - 2022-04-27
25
23
26
- Other improvements:
24
+ Due to implementing a breaking change incorrectly, use v10.0.0 instead.
27
25
28
26
## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0 ) - 2021-02-26
29
27
Original file line number Diff line number Diff line change 29
29
"dependencies" : {
30
30
"purescript-aff" : " ^7.0.0" ,
31
31
"purescript-either" : " ^6.0.0" ,
32
- "purescript-node-fs" : " ^7 .0.1 " ,
32
+ "purescript-node-fs" : " ^8 .0.0 " ,
33
33
"purescript-node-path" : " ^5.0.0"
34
34
},
35
35
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments