We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d37d3 commit a869ea6Copy full SHA for a869ea6
CHANGELOG.md
@@ -5,7 +5,9 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
-- Update `mkdir` to take `Boolean` arg for `recursive` option (#53, #55, #58 by @JordanMartinez)
+- Update `mkdir` to take an options record arg, exposing `recursive` option (#53, #55, #58 by @JordanMartinez)
9
+
10
+ To get back the old behavior of `mkdir'`, you would call `mkdir' { recursive: false, mode: mkPerms all all all }`
11
12
New features:
13
- Update project and deps to PureScript v0.15.0 (#59 by @JordanMartinez, @thomashoneyman, @sigma-andex)
0 commit comments