kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Finder/CHANGELOG.md

17 lines
561 B
Markdown
Raw Normal View History

CHANGELOG
=========
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
2012-07-15 12:56:31 +00:00
* [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 '?'