File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
7
7
Breaking changes:
8
8
9
9
New features:
10
+ - Export ` mkPerm ` (#42 by @JordanMartinez )
10
11
11
12
Bugfixes:
12
13
13
14
Other improvements:
15
+ - Fix warnings revealed by v0.14.1 PS release (#42 by @JordanMartinez )
14
16
15
17
## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0 ) - 2021-02-26
16
18
@@ -143,4 +145,3 @@ Fix type of `Async.exists`.
143
145
## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-fs/releases/tag/v0.1.0 ) - 2014-08-11
144
146
145
147
Initial semver release.
146
-
Original file line number Diff line number Diff line change 1
1
module Node.FS.Perms
2
2
( Perm ()
3
+ , mkPerm
3
4
, none
4
5
, read
5
6
, write
You can’t perform that action at this time.
0 commit comments