feat(fs): Enhanced copy method with optional replaceTargetDir option for directory replacement

This commit is contained in:
2025-01-29 18:23:54 +01:00
parent 8dceea67be
commit e78682d9b4
3 changed files with 13 additions and 7 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2025-01-29 - 11.2.0 - feat(fs)
Enhanced copy method with optional replaceTargetDir option for directory replacement
- Added optional 'replaceTargetDir' option to 'copy' and 'copySync' methods in 'fs.ts'.
- The 'replaceTargetDir' option allows replacing the target directory if both source and target are directories.
## 2025-01-29 - 11.1.9 - fix(fs)
Fix directory handling in copy and copySync functions