fs-extra v0.1.0 Release Notes

Release Date: 2012-05-31 // almost 12 years ago
    • ๐Ÿ“‡ Renamed copyFile() to copy(). copy() can now copy directories (recursively) too.
    • ๐Ÿšš Renamed rmrf() to remove().
    • ๐Ÿšš remove() aliased with delete().
    • โž• Added mkdirp capabilities. Named: mkdir(). Hides Node.js native mkdir().
    • Instead of exporting the native fs module with new functions, I now copy over the native methods to a new object and export that instead.