recursive-readdir-files

Node.js module to list all files in a directory or any subdirectories.

Downloads
3.6K
Stars
4
Committers
3

Bot releases are visible (Hide)

recursive-readdir-files - v2.3.1 Latest Release

Published by github-actions[bot] 11 months ago

Buy me a coffee

npm i [email protected]

Documentation v2.3.1: https://raw.githack.com/jaywcjlove/recursive-readdir-files/1458e16/index.html
Comparing Changes: https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.3.0...v2.3.1

  • ๐Ÿ’„ chore(deps): update dependency lint-staged to ~12.4.0 (#17) 1a8946d @renovate-bot
  • ๐Ÿ’„ chore: update workflows config. 182bfca @jaywcjlove
  • ๐Ÿ’„ chore: update workflows config. e817a13 @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency prettier to ~2.8.0 (#21) 66fdbb6 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency lint-staged to v13 (#20) 95f0dca @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency husky to v8 (#18) 8a99626 @renovate-bot
  • ๐Ÿ’„ chore: update workflows config. ca56d6f @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v4 #22 d58a77d @jaywcjlove
  • ๐Ÿ’„ chore: update workflows config. 63e1e04 @jaywcjlove
  • ๐Ÿ’„ chore: update workflows config. ecc30d4 @jaywcjlove
  • ๐Ÿ’„ chore: add sponsor badge. 5580fd0 @jaywcjlove
recursive-readdir-files - v2.3.0

Published by github-actions[bot] over 2 years ago

recursive-readdir-files - v2.2.1

Published by github-actions[bot] over 2 years ago

recursive-readdir-files - v2.2.0

Published by github-actions[bot] over 2 years ago

npm i [email protected]

Documentation v2.2.0: https://raw.githack.com/jaywcjlove/recursive-readdir-files/980f080/index.html
Comparing Changes: https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.1.0...v2.2.0

  • ๐Ÿ refactor: Modify callback handle. 515d1d1 @jaywcjlove
- declare type Callback = (filepath: string, stat: IFileDirStat, childs: IFileDirStat[]) => void;
+ declare type Callback = (filepath: string, stat: IFileDirStat) => void;
export default function recursiveReaddirFiles(rootPath: string, options?: RecursiveReaddirFilesOptions, callback?: Callback): Promise<IFileDirStat[]>;
recursive-readdir-files - v2.1.0

Published by github-actions[bot] over 2 years ago

npm i [email protected]

Documentation v2.1.0: https://raw.githack.com/jaywcjlove/recursive-readdir-files/2496c56/index.html
Comparing Changes: https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.9...v2.1.0

  • ๐Ÿ“– doc: Update README.md f79ea75 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md b9e4410 @jaywcjlove
  • ๐ŸŒŸ feat: add callback options. eba3bf6 @jaywcjlove
  • ๐Ÿž fix: Fix file stat issue. 7027e76 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md ef263f3 @jaywcjlove
recursive-readdir-files - v2.0.9

Published by github-actions[bot] over 2 years ago

npm i [email protected]

Documentation v2.0.9: https://raw.githack.com/jaywcjlove/recursive-readdir-files/54b04ea/index.html
Comparing Changes: https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.8...v2.0.9

  • ๐Ÿ’„ chore: update workflows config. 13cd898 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md a47692b @jaywcjlove
  • ๐Ÿ“– doc: Update README.md e817531 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md 496f37a @jaywcjlove
recursive-readdir-files - v2.0.8

Published by github-actions[bot] over 2 years ago

npm i [email protected]

Documentation v2.0.8: https://raw.githack.com/jaywcjlove/recursive-readdir-files/ec4a036/index.html
Comparing Changes: https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.7...v2.0.8

  • ๐Ÿ refactor: use the node: protocol for imports. 3dd1de7 @jaywcjlove
  • ๐Ÿ’„ chore: update workflow config. 77f4fc4 @jaywcjlove
  • ๐Ÿ’„ chore(deps): Update devDependencies. 5423051 @jaywcjlove
  • ๐Ÿ’„ chore: update renovate.json. e5655d6 @jaywcjlove
recursive-readdir-files - v2.0.7

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.6...v2.0.7

  • ๐ŸŒŸ feat: Add file stats. f4c1c7b @jaywcjlove
  • ๐Ÿ’„ chore: Add prettier. c0e910f @jaywcjlove
  • ๐Ÿ’„ chore: format code. 4129771 @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency prettier to v2.4.1 (#10) 3da753c @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency lint-staged to v11.2.3 (#9) d9213d2 @renovate-bot
recursive-readdir-files - v2.0.6

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.5...v2.0.6

  • ๐Ÿ†Ž type: Fix type include issue. d749a69 @jaywcjlove
recursive-readdir-files - v2.0.5

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.4...v2.0.5

  • ๐Ÿž fix: Fix filter option issue. e35dec2 @jaywcjlove
recursive-readdir-files - v2.0.4

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.3...v2.0.4

  • ๐Ÿž fix: Fix invalid 'export' main target definition. e0fbb7d @jaywcjlove
recursive-readdir-files - v2.0.3

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.2...v2.0.3

  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3.4.4 (#8) 1788747 @renovate-bot
  • ๐ŸŒŸ feat: Add filter options. c28469c @jaywcjlove
recursive-readdir-files - v2.0.2

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.1...v2.0.2

  • ๐Ÿž fix: remove exports field in package.json 2680b5b @jaywcjlove
recursive-readdir-files - v2.0.1

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v2.0.0...v2.0.1

  • ๐Ÿž fix: Fix exports errors. 6bc66f7 @jaywcjlove
recursive-readdir-files - v2.0.0

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v1.1.2...v2.0.0

This package is ESM only: Node 12+ is needed to use it and it must be import instead of require.

// From CommonJS
var recursiveReaddirFiles = require('recursive-readdir-files');

// To ESM
import recursiveReaddirFiles from 'recursive-readdir-files';

Learn more about ESM in this guide

  • ๐ŸŒŸ feat: Use ESM. 4e6be9c @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3.2.1 (#5) 91278a7 @renovate-bot
  • ๐Ÿ’„ chore: Update coverage badge. 582a162 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md a7bf152 @jaywcjlove
  • ๐Ÿ’„ chore: update .github/workflows/ci.yml ae1ce41 @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3.3.7 798b788 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md bec3ead @jaywcjlove
  • ๐Ÿ“– doc: Update README.md 4507d4d @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3.4.1 (#6) 113e7ec @renovate-bot
recursive-readdir-files - v1.1.2

Published by github-actions[bot] about 3 years ago

recursive-readdir-files - v1.1.1

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v1.1.0...v1.1.1

  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3.1.1 (#3) a019d8c @renovate[bot]
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3.1.2 051dd93
recursive-readdir-files - v1.1.0

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v1.0.3...v1.1.0

  • ๐Ÿ’„ chore: update workflows config. 684065f
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3 1062bfe
recursive-readdir-files - v1.0.3

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/recursive-readdir-files/compare/v1.0.2...v1.0.3

  • ๐Ÿ’„ chore: update workflows config. 959e588
  • ๐Ÿ’„ chore: update workflows config. 0f1ce76
  • ๐Ÿž fix: add main to script. eae102c
recursive-readdir-files - v1.0.2

Published by github-actions[bot] about 3 years ago

npm i [email protected]
  • feat: Add include/exclude options. 2980692
Package Rankings
Top 6.79% on Npmjs.org
Badges
Extracted from project README
Buy me a coffee Coverage Status npm version NPM Download
Related Projects