Skip to content

1.0.0 Release Candidate 0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Silic0nS0ldier Silic0nS0ldier released this 10 Jul 02:37
· 336 commits to main since this release

Added

  • TypeScript definitions.

Fixed

  • File system errors during deletion being reported while other deletions are still in progress, causing the process to appear to "hang" after errors.

    This issue is typically encountered if a file is removed by something else while unseen files are being deleted.

Changed

  • Only forward slashes supported in filter expressions. [email protected][email protected]
  • Filter expressions are now passed to fast-glob (through globby) instead of the former node-glob (which use minimatch). Compatibility is high, however there may be some inconsistencies. [email protected]
  • Increased minimum NodeJS version from 6 to 10.