All Versions
16
Latest Version
Avg Release Cycle
63 days
Latest Release
3005 days ago
Changelog History
Page 2
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
andsymlinkOrCopySync
methods, inspired by symlink-or-copy
-
v0.2.4 Changes
- โ Add
appendFile
andappendFileSync
methods (#2)
- โ Add
-
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