fs-extra v9.0.0 Release Notes

Release Date: 2020-03-19 // about 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    The following changes, allthough technically breaking, will not affect the vast majority of users:

    • outputJson now outputs objects as they were when the function was called, even if they are mutated later (#702, #768)
    • Cannot pass null as an options parameter to *Json* methods (#745, #768)

    ๐Ÿ‘Œ Improvements

    • โž• Add promise shims for fs.writev & fs.opendir (#747)
    • ๐Ÿ‘ Better errors for ensureFile (#696, #744)
    • ๐Ÿ‘ Better file comparison for older Node versions (#694)

    Miscellaneous changes

    • Peformance optimizations (#762, #764)
    • โž• Add missing documentation for aliases (#758, #766)
    • โšก๏ธ Update universalify dependency (#767)