Skip to content

phpunit/php-file-iterator 7.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 06:43
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
7.0.1
3ccaa29

Changed

  • Hidden directories are now pruned from the traversal instead of being traversed only for their contents to be discarded
  • Filtering by prefix and suffix no longer resolves the real path of each file

Fixed

  • Files in hidden directories were not filtered on Windows because only / was recognized as a directory separator
  • A "Globstar" pattern that begins with ** was not resolved correctly