Skip to content

v8.0.0

Compare
Choose a tag to compare
@JordanMartinez JordanMartinez released this 29 Apr 14:04
· 16 commits to master since this release
7dfc7ca

Breaking changes:

  • Remove Async.exists (#61 by @sigma-andex)
  • Update mkdir to take an options record arg, exposing recursive option (#53, #55, #58 by @JordanMartinez)
    To get back the old behavior of mkdir', you would call mkdir' { recursive: false, mode: mkPerms all all all }

New features: