We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbdb99 commit c2ca787Copy full SHA for c2ca787
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 4.3.0 (2021-11-30)
2
+- `find()` accepts `filter` function that allows you to perform more refined filtering of the results
3
+
4
# 4.2.0 (2021-09-27)
5
- For `find()` method you don't need to declare `matching` property, will default to `"*"` when not declared (thanks @gutenye)
6
package.json
@@ -1,7 +1,7 @@
{
"name": "fs-jetpack",
"description": "Better file system API",
- "version": "4.2.0",
+ "version": "4.3.0",
"author": "Jakub Szwacz <jakub@szwacz.com>",
"dependencies": {
7
"minimatch": "^3.0.2",
0 commit comments