v2.1.02.0.0
Reading changes from the repo…
moveSync
method to move files synchronously, making it easier to manage file transfers without worrying about asynchronous behavior. copy
and copySync
methods now support an additional dest
parameter in the filter option, allowing you to access both source and destination paths for more flexible filtering. move
function now falls back to using streams when hard links aren't supported, ensuring smoother file operations across different file systems.