1CHANGELOG
2=========
3
42.5.0
5-----
6 * added support for GLOB_BRACE in the paths passed to Finder::in()
7
82.3.0
9-----
10
11 * added a way to ignore unreadable directories (via Finder::ignoreUnreadableDirs())
12 * unified the way subfolders that are not executable are handled by always throwing an AccessDeniedException exception
13
142.2.0
15-----
16
17 * added Finder::path() and Finder::notPath() methods
18 * added finder adapters to improve performance on specific platforms
19 * added support for wildcard characters (glob patterns) in the paths passed
20   to Finder::in()
21
222.1.0
23-----
24
25 * added Finder::sortByAccessedTime(), Finder::sortByChangedTime(), and
26   Finder::sortByModifiedTime()
27 * added Countable to Finder
28 * added support for an array of directories as an argument to
29   Finder::exclude()
30 * added searching based on the file content via Finder::contains() and
31   Finder::notContains()
32 * added support for the != operator in the Comparator
33 * [BC BREAK] filter expressions (used for file name and content) are no more
34   considered as regexps but glob patterns when they are enclosed in '*' or '?'
35