This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Finder/CHANGELOG.md
2012-10-04 15:24:19 +02:00

645 B

CHANGELOG

2.2.0

  • added finder adapters to improve performance on specific platforms

2.1.0

  • added Finder::sortByAccessedTime(), Finder::sortByChangedTime(), and Finder::sortByModifiedTime()
  • added Countable to Finder
  • added support for an array of directories as an argument to Finder::exclude()
  • added searching based on the file content via Finder::contains() and Finder::notContains()
  • added support for the != operator in the Comparator
  • [BC BREAK] filter expressions (used for file name and content) are no more considered as regexps but glob patterns when they are enclosed in '*' or '?'