All Versions
55
Latest Version
Avg Release Cycle
74 days
Latest Release
827 days ago

Changelog History
Page 1

  • v4.3.1 Changes

    January 12, 2022
    • ๐Ÿ›  Fixed find() crash when stumbled upon invalid symlink
  • v4.3.0 Changes

    November 30, 2021
    • find() accepts filter function that allows you to perform more refined filtering of the results
  • v4.2.0 Changes

    September 27, 2021
    • 0๏ธโƒฃ For find() method you don't need to declare matching property, will default to "*" when not declared (thanks @gutenye)
  • v4.1.1 Changes

    August 07, 2021
    • ๐Ÿ“š Documentation improvements
  • v4.1.0 Changes

    November 13, 2020
    • findAsync() is now 5 times faster, and find() 2 times faster
    • inspectTree() now sorts results alphabetically, directories firsts, files second
    • ๐Ÿ”จ Refactored internals of methods find(), copy() and inspectTree()
  • v4.0.1 Changes

    October 27, 2020
    • ๐Ÿ‘ inspectTree() behaves better in concurrency terms (opens only few files at once)
  • v4.0.0 Changes

    October 22, 2020
    • ๐Ÿ“ฆ Package published to npm registry now contains only the essential files (e.g. no tests as shipped), to make the smallest footprint possible
  • v3.2.0 Changes

    October 15, 2020
    • Ability to create temporary directories with tmpDir() method
  • v3.1.0 Changes

    July 19, 2020
    • ๐Ÿšš move() can move file or directory between devices (thanks @papb)
  • v3.0.0 Changes

    July 15, 2020
    • (breaking change) move() and rename() default overwrite behaviour have changed, now by default both methods throw error if destination path already exists.