You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@manidlou I think you mentioned copySync still needs updated to match the changes you made to copy in develop. Is that correct? What else needs done before releasing the work done on develop?
Just FYI, I'm planning on releasing a major version with just the changes in copy/copySync; that way if there's regressions, we can simply tell people not to upgrade until we get things fixed.
I also like to test if we get a better perf by using recursive pattern instead of Array.forEach when copying directories.
I do my best to complete them as fast as possible!
I'm planning on releasing a major version with just the changes in copy/copySync; that way if there's regressions, we can simply tell people not to upgrade until we get things fixed.
@manidlou I think you mentioned
copySync
still needs updated to match the changes you made tocopy
indevelop
. Is that correct? What else needs done before releasing the work done ondevelop
?Just FYI, I'm planning on releasing a major version with just the changes in
copy
/copySync
; that way if there's regressions, we can simply tell people not to upgrade until we get things fixed.Edit: Tasklist:
copySync
needs updated to matchcopy
recursive
optiondevelop
The text was updated successfully, but these errors were encountered: