fix(smartfs.provider.node): Default deleteDirectory to recursive=true in Node provider
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-29 - 1.1.1 - fix(smartfs.provider.node)
|
||||
Default deleteDirectory to recursive=true in Node provider
|
||||
|
||||
- Changed SmartFsProviderNode.deleteDirectory to use recursive: options?.recursive ?? true when calling fs.rm.
|
||||
- Directories will now be removed recursively by default when no recursive option is provided (was previously undefined).
|
||||
- Retains force: true behavior to ignore missing targets and suppress errors.
|
||||
|
||||
## 2025-11-21 - 1.1.0 - feat(core)
|
||||
Add SmartFS core library with providers, builders, interfaces, docs, tests and CI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user