All Versions
17
Latest Version
Avg Release Cycle
230 days
Latest Release
1575 days ago

Changelog History
Page 2

  • v2.5 Changes

    • ๐Ÿ Handle Windows EPERM when lstat-ing read-only dirs
    • โž• Add glob option to pass options to glob
  • v2.4 Changes

    • โž• Add EPERM to delay/retry loop
    • โž• Add disableGlob option
  • v2.3 Changes

    • ๐Ÿ”ง Make maxBusyTries and emfileWait configurable
    • ๐Ÿ– Handle weird SunOS unlink-dir issue
    • ๐Ÿ Glob the CLI arg for better Windows support
  • v2.2 Changes

    • ๐Ÿ Handle ENOENT properly on Windows
    • ๐Ÿ‘ Allow overriding fs methods
    • Treat EPERM as indicative of non-empty dir
    • โœ‚ Remove optional graceful-fs dep
    • Consistently return null error instead of undefined on success
    • win32: Treat ENOTEMPTY the same as EBUSY
    • โž• Add rimraf binary
  • v2.1 Changes

    • ๐Ÿ›  Fix SunOS error code for a non-empty directory
    • Try rmdir before readdir
    • Treat EISDIR like EPERM
    • โœ‚ Remove chmod
    • โœ‚ Remove lstat polyfill, node 0.7 is not supported
  • v2.0 Changes

    • ๐Ÿ›  Fix myGid call to check process.getgid
    • Simplify the EBUSY backoff logic.
    • ๐Ÿ‘‰ Use fs.lstat in node >= 0.7.9
    • โœ‚ Remove gently option
    • โœ‚ remove fiber implementation
    • โœ‚ Delete files that are marked read-only
  • v1.0 Changes

    • ๐Ÿ‘ Allow ENOENT in sync method
    • Throw when no callback is provided
    • ๐Ÿ‘‰ Make opts.gently an absolute path
    • ๐Ÿ‘‰ use 'stat' if 'lstat' is not available
    • Consistent error naming, and rethrow non-ENOENT stat errors
    • โž• add fiber implementation