Releases: jaywcjlove/recursive-readdir-files
v2.3.2
npm i [email protected]
Documentation v2.3.2: https://raw.githack.com/jaywcjlove/recursive-readdir-files/ee3dfc5/index.html
Comparing Changes: v2.3.1...v2.3.2
- 🐞 fix: eslint import/no-unresolved issue (#27) 00b2942 @mzonski
- 💢 ci: update workflows config. 616005b @jaywcjlove
v2.3.1
npm i recursive-readdir-files@
Documentation v2.3.1: https://raw.githack.com/jaywcjlove/recursive-readdir-files/75e6393/index.html
Comparing Changes: v2.3.1...v2.3.1
v2.3.0
npm i [email protected]
Documentation v2.3.0: https://raw.githack.com/jaywcjlove/recursive-readdir-files/6db8176/index.html
Comparing Changes: v2.2.1...v2.3.0
- 🌟 feat: add getStat method. 82f60a1 @jaywcjlove
v2.2.1
npm i [email protected]
Documentation v2.2.1: https://raw.githack.com/jaywcjlove/recursive-readdir-files/1e1f083/index.html
Comparing Changes: v2.2.0...v2.2.1
- 📖 doc: Update README.md f565f12 @jaywcjlove
v2.2.0
npm i [email protected]
Documentation v2.2.0: https://raw.githack.com/jaywcjlove/recursive-readdir-files/980f080/index.html
Comparing Changes: 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[]>;
v2.1.0
npm i [email protected]
Documentation v2.1.0: https://raw.githack.com/jaywcjlove/recursive-readdir-files/2496c56/index.html
Comparing Changes: 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
v2.0.9
npm i [email protected]
Documentation v2.0.9: https://raw.githack.com/jaywcjlove/recursive-readdir-files/54b04ea/index.html
Comparing Changes: 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
v2.0.8
npm i [email protected]
Documentation v2.0.8: https://raw.githack.com/jaywcjlove/recursive-readdir-files/ec4a036/index.html
Comparing Changes: 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
v2.0.7
npm i [email protected]
- 🌟 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