-
Notifications
You must be signed in to change notification settings - Fork 783
Comparing changes
Open a pull request
base repository: jprichardson/node-fs-extra
base: 11.2.0
head repository: jprichardson/node-fs-extra
compare: 11.3.4
- 17 commits
- 17 files changed
- 10 contributors
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for acf5585 - Browse repository at this point
Copy the full SHA acf5585View commit details
Commits on Feb 10, 2024
-
Refactor
copyto useopendir(#1028)* refactor(copy): backport nodejs/node#41351 * perf(copy): parallel copy * perf(copy): run filter in parallel as well
Configuration menu - View commit details
-
Copy full SHA for 1d931c8 - Browse repository at this point
Copy the full SHA 1d931c8View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d96f265 - Browse repository at this point
Copy the full SHA d96f265View commit details
Commits on Jan 14, 2025
-
Add promise support for missing fs methods (#1045)
* Add promise support for missing fs methods Fixes #1044 * Try specifying macOS runner explicitly
Configuration menu - View commit details
-
Copy full SHA for e75b9bf - Browse repository at this point
Copy the full SHA e75b9bfView commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 176ad6a - Browse repository at this point
Copy the full SHA 176ad6aView commit details
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 83ff8ca - Browse repository at this point
Copy the full SHA 83ff8caView commit details
Commits on Aug 4, 2025
-
Test on more modern Node versions (#1051)
* Test on more modern Node versions * Fix tests and note that deprecated constants are not exported Since nodejs/node#49686, they are not enumerable properties, so Object.assign doesn't re-export them. Attempting to directly export them would trigger the deprecation warning.
Configuration menu - View commit details
-
Copy full SHA for 22583f7 - Browse repository at this point
Copy the full SHA 22583f7View commit details -
fix incorrect identical result for windows node v22+ (#1050)
Co-authored-by: jayzhai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b897b36 - Browse repository at this point
Copy the full SHA b897b36View commit details
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5e62bb7 - Browse repository at this point
Copy the full SHA 5e62bb7View commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 47f1095 - Browse repository at this point
Copy the full SHA 47f1095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403e8aa - Browse repository at this point
Copy the full SHA 403e8aaView commit details
Commits on Dec 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5023c22 - Browse repository at this point
Copy the full SHA 5023c22View commit details
Commits on Dec 18, 2025
-
Fix symlink copy failing when source and dest symlinks point to same …
…target (#1060) Fixes #1019 Fixes #1027 Co-authored-by: Claude <[email protected]> Co-authored-by: mhaynie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddc46f7 - Browse repository at this point
Copy the full SHA ddc46f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de81e9 - Browse repository at this point
Copy the full SHA 1de81e9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e2615e5 - Browse repository at this point
Copy the full SHA e2615e5View commit details
Commits on Feb 26, 2026
-
fix(ensureSymlink): resolve relative srcpath correctly when symlink e…
…xists (#1064) When ensureSymlink is called with a relative srcpath and the destination symlink already exists, the code was incorrectly resolving the srcpath relative to cwd instead of relative to the dstpath directory. This caused ENOENT errors when calling ensureSymlink a second time with the same relative path, because fs.stat() evaluated the relative path from the wrong location. The fix checks if srcpath is relative, and if so, first tries to resolve it relative to dstpath's directory (standard symlink behavior), falling back to cwd if that doesn't exist. Fixes #1038 Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e65fbe - Browse repository at this point
Copy the full SHA 3e65fbeView commit details
Commits on Mar 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 353a29b - Browse repository at this point
Copy the full SHA 353a29bView 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 11.2.0...11.3.4