Skip to content

Releases: szwacz/fs-jetpack

5.1.0

24 Oct 17:20
Compare
Choose a tag to compare
  • filter function of find() method now receives also absolutePath property of each file

5.0.0

15 Sep 12:35
Compare
Choose a tag to compare
  • (breaking change) Dropped support for all node.js engines older than v14
  • (possibly breaking change) inspect("some-file", { times: true }) now will return also birthTime of a file
  • (possibly breaking change) Under the hood switched from rimraf library to using node-native recursive files removal

4.3.1

12 Jan 13:57
Compare
Choose a tag to compare
  • Fixed find() crash when stumbled upon invalid symlink.

4.3.0

30 Nov 12:13
Compare
Choose a tag to compare
  • find() accepts filter function that allows you to perform more refined filtering of the results

4.2.0

27 Sep 16:43
Compare
Choose a tag to compare
  • For find() method you don't need to declare marching property, will default to "*" then (thanks @gutenye)

4.1.0

13 Nov 11:20
Compare
Choose a tag to compare
  • 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()

4.0.1

27 Oct 16:31
Compare
Choose a tag to compare
  • inspectTree() behaves better in concurrency terms (opens only few files at once)

4.0.0

22 Oct 08:22
Compare
Choose a tag to compare
  • Package published to npm registry now contains only the essential files (e.g. no tests as shipped), to make the smallest footprint possible

3.2.0

15 Oct 13:11
Compare
Choose a tag to compare
  • Ability to create temporary directories with tmpDir() method

0.10.5

07 Dec 22:11
Compare
Choose a tag to compare
  • Fixed find() bug when directories is set to true and only negation glob is used.