Documentation: Enhance the documentation to clarify the behavior of fs-extra functions in relation to Unix commands, helping users understand the differences better.
Documentation: Add a hint regarding supported Node.js versions to prevent issues related to version compatibility.
Documentation: Improve the overall consistency of types in the documentation for a clearer user experience.
Fixes
Fix issues with Jest when deleting files or folders on Windows, ensuring smoother operation across different environments.
Fix tests to ensure compatibility with Node.js 14, addressing failures that users experienced.
Resolve the use of deprecated process.umask() to maintain compatibility with future Node.js versions.
Others
Update the issue template for better consistency and layout, enhancing user experience when reporting issues.