Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs-extra versions available: 5.0.0 #2470

Closed
dependencies bot opened this issue Dec 12, 2017 · 1 comment
Closed

fs-extra versions available: 5.0.0 #2470

dependencies bot opened this issue Dec 12, 2017 · 1 comment
Assignees

Comments

@dependencies
Copy link

dependencies bot commented Dec 12, 2017

There are new versions of fs-extra available from npm.

5.0.0

Significant refactor of copy() & copySync(), including breaking changes. No changes to other functions in this release.

Huge thanks to manidlou for doing most of the work on this release.

  • The filter option can no longer be a RegExp (must be a function). This was deprecated since fs-extra v1.0.0. #512
  • copy()'s filter option can now be a function that returns a Promise. #518
  • copy() & copySync() now use fs.copyFile()/fs.copyFileSync() in environments that support it (currently Node 8.5.0+). Older Node versions still get the old implementation. #505
  • Don't allow copying a directory into itself. #83
  • Handle copying between identical files. #198
  • Error out when copying an empty folder to a path that already exists. #464
  • Don't create dest's parent if the filter function aborts the copy() operation. #517
  • Fix writeStream not being closed if there was an error in copy(). #516
@Hypnosphi
Copy link
Member

We don't actually use that package, will remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant