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 +15
-5
lines changed Expand file tree Collapse file tree 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
44
55## [ Unreleased]
66
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+
717Breaking changes:
818- Remove ` exists ` since the underlying ` Async.exists ` from ` purescript-node-fs ` has been removed (#36 by @sigma-andex )
919- 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 2727 " example"
2828 ],
2929 "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 "
3434 },
3535 "devDependencies" : {
36- "purescript-console" : " master "
36+ "purescript-console" : " ^6.0.0 "
3737 }
3838}
You can’t perform that action at this time.
0 commit comments