This repository was archived by the owner on Aug 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,16 @@ Bugfixes:
1212
1313Other improvements:
1414
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
1616
1717Breaking changes:
1818- Remove ` exists ` since the underlying ` Async.exists ` from ` purescript-node-fs ` has been removed (#36 by @sigma-andex )
1919- Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez , @thomashoneyman , @sigma-andex )
2020- Update ` mkdir' ` to take options arg (#34 by @JordanMartinez )
2121
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
2523
26- Other improvements:
24+ Due to implementing a breaking change incorrectly, use v10.0.0 instead.
2725
2826## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0 ) - 2021-02-26
2927
Original file line number Diff line number Diff line change 2929 "dependencies" : {
3030 "purescript-aff" : " ^7.0.0" ,
3131 "purescript-either" : " ^6.0.0" ,
32- "purescript-node-fs" : " ^7 .0.1 " ,
32+ "purescript-node-fs" : " ^8 .0.0 " ,
3333 "purescript-node-path" : " ^5.0.0"
3434 },
3535 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments