File System: Enjoy enhanced compatibility with modern JavaScript as we now support ECMAScript Modules (ESM). This allows you to use import statements directly with fs-extra, making your code cleaner and more aligned with current standards.
Improvements
File System: Experience improved performance and reliability with the removal of unnecessary checks during file operations. This change ensures that your file copy operations run smoothly without encountering unexpected errors.
File System: Benefit from the addition of promise support for fs.readv, allowing for more flexible and modern asynchronous file reading capabilities.
Fixes
Fix filtered-out items from being unnecessarily checked, preventing unrecoverable exceptions during file operations. This addresses a critical issue that could disrupt your workflow.
Fix the issue of unsupported Node.js versions by dropping support for Node v12, ensuring that you can use the latest features without compatibility concerns.
Others
Remove outdated and untrustworthy links from the documentation to enhance your experience and ensure you have access to reliable resources.