All Versions
16
Latest Version
Avg Release Cycle
63 days
Latest Release
2705 days ago

Changelog History
Page 2

  • v0.3.2 Changes

    • Create intermediate directories when symlinking
  • v0.3.1 Changes

    • ๐Ÿ“ฆ Include dist files in npm package. (Whoops!)
  • v0.3.0 Changes

    • Rewrote as ES6 modules
    • โž• Added symlinkOrCopy and symlinkOrCopySync methods, inspired by symlink-or-copy
  • v0.2.4 Changes

    • โž• Add appendFile and appendFileSync methods (#2)
  • v0.2.1 Changes

    • sander.copydir() no longer fails with empty directories
  • v0.2.0 Changes

    • Now using graceful-fs, to prevent EMFILE errors from ruining your day
    • ๐Ÿ”€ Intermediate directories are created by sander.link(), sander.rename() and their synchronous equivalents