fs-extra v4.0.0 Release Notes

Release Date: 2017-07-14 // almost 7 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ BREAKING: The promisified versions of fs.read() & fs.write() now return objects. See [the docs](docs/fs-read-write.md) for details. #436, #449
    • ๐Ÿšš fs.move() now errors out when destination is a subdirectory of source. #458
    • ๐Ÿšš Applied upstream fixes from rimraf to fs.remove() & fs.removeSync(). #459

    ๐Ÿ›  Fixed

    • ๐Ÿ”จ Got fs.outputJSONSync() working again; it was broken due to refactoring. #428

    ๐Ÿ“„ Also clarified the docs in a few places.