File Operations: You can now pass undefined options to the move() function, making it more flexible and user-friendly.
Improvements
Warnings: The library now uses process.emitWarning for consistent warning messages, enhancing the clarity of notifications you receive.
String Handling: The deprecated String.prototype.substr() method is replaced with String.prototype.slice(), ensuring better compatibility and future-proofing your code.
Fixes
Fix regressions caused by a previous change related to fs.realpath.native, ensuring that the library functions correctly without being affected by external dependencies.