All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- #73: Micro performance improvements on parsing paths
- #74: Document return type of
SebastianBergmann\FileIterator\Iterator::accept()
so that Symfony's DebugClassLoader
does not trigger a deprecation warning
- Added
ReturnTypeWillChange
attribute to SebastianBergmann\FileIterator\Iterator::accept()
because the return type of \FilterIterator::accept()
will change in PHP 8.1
- Changed PHP version constraint in
composer.json
from ^7.1
to >=7.1
- #48: Excluding an array that contains false ends up excluding the current working directory
- #46: Regression with hidden parent directory
- #30: Exclude is not considered if it is a parent of the base path
- This component now uses namespaces
- This component is no longer supported on PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0
- #37: Regression caused by fix for #30
- #30: Exclude is not considered if it is a parent of the base path
- #34: Factory should use canonical directory names
No changes
No changes