We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009787a commit 651b209Copy full SHA for 651b209
CHANGELOG.md
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
+- Export `mkPerm` (#42 by @JordanMartinez)
11
12
Bugfixes:
13
14
Other improvements:
15
+- Fix warnings revealed by v0.14.1 PS release (#42 by @JordanMartinez)
16
17
## [v6.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0) - 2021-02-26
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
147
Initial semver release.
-
src/Node/FS/Perms.purs
@@ -1,5 +1,6 @@
1
module Node.FS.Perms
2
( Perm()
3
+ , mkPerm
4
, none
5
, read
6
, write
0 commit comments