fs-extra v8.0.0 Release Notes

Release Date: 2019-05-11 // almost 5 years ago
  • NOTE: Node.js v6 support is deprecated, and will be dropped in the next major release.

    • ๐Ÿšš Use renameSync() under the hood in moveSync()
    • ๐Ÿ›  Fix bug with bind-mounted directories in copy*() (#613, #618)
    • ๐Ÿ›  Fix bug in move() with case-insensitive file systems
    • ๐Ÿšš Use fs.stat()'s bigint option in copy*() & move*() where possible (#657)