1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/walkdir/CHANGELOG.md
2020-03-03 22:30:50 +02:00

17 lines
624 B
Markdown

### 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