Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / walkdir / CHANGELOG.md
diff --git a/legacy-libs/walkdir/CHANGELOG.md b/legacy-libs/walkdir/CHANGELOG.md
new file mode 100644 (file)
index 0000000..ad4432f
--- /dev/null
@@ -0,0 +1,16 @@
+### v0.3.0
+feat: added find_links option to toggle between stat and lstat. defaults to
+existing behavior.
+
+### v0.2.0
+added new option "filter". this allows you to filter a directory listing before statting anything.
+the goal being to enable efficient ignore file application.
+
+documented fs option. we've had an fs option for a while so folks could provide custom fs implementations but now its documented in the readme.
+
+### v0.1.1
+added missing emitter.end to typescript types and updayibng test to include custom emitter methods
+
+### v0.1.0
+added walkdir.async which returns a promise for waiting
+added typescript types