Releases: jokeyrhyme/idempotent-fs.js
Releases · jokeyrhyme/idempotent-fs.js
1.2.0 - 2016-10-31
Changed
mkdir()now internally uses mkdirp
Fixed
mkdir()results in an "EEXIST" error if the existing path is a file- no "EEXIST" error if the existing path is a directory
1.1.0 - 2016-09-28
Added
mkdir()andmkdirSync()- but without desired mode checking so far