Skip to content

Releases: jokeyrhyme/idempotent-fs.js

1.2.0 - 2016-10-31

31 Oct 07:55

Choose a tag to compare

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

27 Sep 23:00

Choose a tag to compare

Added