feat(SmartFile): Add rename functionality to SmartFile class

This commit is contained in:
2025-01-07 04:15:32 +01:00
parent a2bd049ebd
commit 16ded5c3cf
3 changed files with 45 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-01-07 - 11.1.0 - feat(SmartFile)
Add rename functionality to SmartFile class
- Implemented a new method to rename a file within the SmartFile class.
- The rename method updates the file path and optionally writes the renamed file to the disk.
## 2024-12-15 - 11.0.23 - fix(fs)
Handle errors in toObjectSync method