- No code changes.
- Readme updated.
Directory
now lists files too.- Removing
DirectoryListing
as it was mainly duplicated code. tsconfig.json
updated..d.ts.map
,.js.map
and.d.ts
files will be generated from now on.
find
functionalitywalk
function signature changed.
verbose
flag forwalk
function.
- walk function
- still broken
- TypeScriptified
- broken...
- Cleanup
- node-all-directories update
- dev dependencies for easier working
- Fix walk() bug: if value of
depth
param was 0, that resulted in an infinite loop. - Directory object saves depth of the walk now.
- Depth is decreased just before if check
- If Depth is lower than what was calculated earlier, the object is returned immediately.
- Errors while reading direcotries are saved with objects instead of printing to stdout via console.
- .walk() is now redefined to accept depth paramter. .walk(3) means that the directories will be filled upto depth 3. default is 1.
- .walk is redfined to return object instead of children
Basic functionality