Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / walkdir / CHANGELOG.md
1 ### v0.3.0
2 feat: added find_links option to toggle between stat and lstat. defaults to
3 existing behavior.
4
5 ### v0.2.0
6 added new option "filter". this allows you to filter a directory listing before statting anything.
7 the goal being to enable efficient ignore file application.
8
9 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.
10
11 ### v0.1.1
12 added missing emitter.end to typescript types and updayibng test to include custom emitter methods
13
14 ### v0.1.0
15 added walkdir.async which returns a promise for waiting
16 added typescript types