2.0.01.0.0
Reading changes from the repo…
errorOnExist
option for the copy
function, allowing users to choose whether to receive an error when the destination already exists. This enhances flexibility for file copying operations. copySync
function to apply filters to directories, ensuring consistent behavior with the copy
function. This change enhances the usability of directory copying. clobber
option to overwrite
for clarity, while maintaining backwards compatibility. This makes the API more intuitive for users. walkSync
function to return items with their path and stats, providing users with more detailed information during file system operations. move
function to remove the broken limit
option, streamlining its functionality and improving reliability. remove
function to ignore glob characters, ensuring it behaves consistently with the built-in Node.js fs
module. This prevents confusion for users expecting standard file removal behavior. copySync
did not apply filters to directories, ensuring it behaves as expected when copying files and directories. move
clobber tests to work around a bug in graceful-fs
, preventing test timeouts and ensuring more reliable testing.