fix(smartfs.provider.node): Default createDirectory to recursive=true when option not provided in Node provider
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-30 - 1.1.3 - fix(smartfs.provider.node)
|
||||
Default createDirectory to recursive=true when option not provided in Node provider
|
||||
|
||||
- Node provider: createDirectory now defaults to recursive=true when options.recursive is undefined.
|
||||
- Prevents errors when creating nested directories without explicitly passing the recursive option.
|
||||
- No API signature changes; behavior change is limited to the Node provider implementation.
|
||||
|
||||
## 2025-11-29 - 1.1.2 - fix(SmartFsProviderNode)
|
||||
Fix Node provider watch path handling and remove main test entry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user