We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17e59b commit 79f53dbCopy full SHA for 79f53db
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 5.1.0 (2022-10-24)
2
+- `filter` function of `find()` method now receives also `absolutePath` property of each file
3
+
4
# 5.0.0 (2022-09-15)
5
- **(breaking change)** Dropped support for all node.js engines older than v14
6
- **(possibly breaking change)** `inspect("some-file", { times: true })` now will return also `birthTime` of a file
package.json
@@ -1,7 +1,7 @@
{
"name": "fs-jetpack",
"description": "Better file system API",
- "version": "5.0.0",
+ "version": "5.1.0",
"author": "Jakub Szwacz <jakub@szwacz.com>",
"dependencies": {
7
"minimatch": "^5.1.0"
@@ -46,4 +46,4 @@
46
"fs",
47
"file system"
48
]
49
-}
+}
0 commit comments