File Operations: Enjoy improved performance when copying directories with the new copy method that uses opendir, allowing for more efficient handling of large directories.
Improvements
File Operations: Benefit from added promise support for previously missing file system methods, enhancing the usability of the library with modern JavaScript practices.
Fixes
Fix issues related to the performance of directory copying by implementing opendir, which reduces blocking when handling many items.
Others
Update copyright information to reflect the latest changes.
Refine the wording in test files for better clarity and understanding.