-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: thecodrr/fdir
base: v6.3.0
head repository: thecodrr/fdir
compare: v6.4.0
- 16 commits
- 13 files changed
- 6 contributors
Commits on Sep 25, 2024
-
docs: list more packages using
fdir(#112)* Update README.md * address comments and add `rollup/plugins`
Configuration menu - View commit details
-
Copy full SHA for ac2a5ee - Browse repository at this point
Copy the full SHA ac2a5eeView commit details
Commits on Sep 26, 2024
-
feat: add support for excluding symlinks (#115)
* feat: add support for excluding symlinks * chore: requested changes
Configuration menu - View commit details
-
Copy full SHA for 14b26d7 - Browse repository at this point
Copy the full SHA 14b26d7View commit details -
feat: allow custom glob functions other than picomatch
This allows you to pass in your own `globFunction` rather than picomatch, so we're not forcing a choice here (someone may want to use a simpler library or a newer picomatch). Example: ```ts function globFunction( patterns: string | string[], ) { return (test) => { // some glob match logic }; } const api = new fdir({globFunction}) .glob('*.js') .crawl(cwd); const files = await api.withPromise(); ```Configuration menu - View commit details
-
Copy full SHA for 35f1047 - Browse repository at this point
Copy the full SHA 35f1047View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b213c - Browse repository at this point
Copy the full SHA a3b213cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf7a9d - Browse repository at this point
Copy the full SHA 2cf7a9dView commit details -
chore(deps): bump vite from 5.0.2 to 5.4.8 (#117)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.4.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1340c63 - Browse repository at this point
Copy the full SHA 1340c63View commit details -
chore(deps): bump braces from 3.0.2 to 3.0.3 (#118)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ba7d22 - Browse repository at this point
Copy the full SHA 6ba7d22View commit details -
fix: support symlinks without real paths with relative paths enabled (#…
…114) * fix: support symlinks without real paths with relative paths enabled * chore: requested changes
Configuration menu - View commit details
-
Copy full SHA for d91cda2 - Browse repository at this point
Copy the full SHA d91cda2View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a42701c - Browse repository at this point
Copy the full SHA a42701cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4a5d5 - Browse repository at this point
Copy the full SHA 1f4a5d5View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35cfac7 - Browse repository at this point
Copy the full SHA 35cfac7View commit details -
chore: add Video Hub App to "Used by" section of README (#121)
* add Video Hub App to "Used by" section * Used by section numbered list in order * copyright 2023 -> 2024
Configuration menu - View commit details
-
Copy full SHA for 0a27061 - Browse repository at this point
Copy the full SHA 0a27061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087c919 - Browse repository at this point
Copy the full SHA 087c919View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcff43f - Browse repository at this point
Copy the full SHA bcff43fView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40e0f75 - Browse repository at this point
Copy the full SHA 40e0f75View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f551d5 - Browse repository at this point
Copy the full SHA 5f551d5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.3.0...v6.4.0