Releases: harm-less/php-file-query
Releases · harm-less/php-file-query
1.0.1
First production release
The project is ready for production! It has been tested on one project I've been working on myself. During the time I was developing that application I've tweaked the library since the pre-release to some extend and worked out some nagging bugs.
The project currently has a full test-suite and has 100% coverage. Lets load some files!
A small release with improvements
- Added a method called getBasePaths() to RootDirCollection because it
was missing - Load method in FilesQuery has a max files load
- Bugfix: adding a dir to the DirCollection caused it to have wrong
indexes because a index of -1 could occur - Made the rootCollection and childCollection methods public
Enhanced query setup
- Added a QueryCollection that holds multiple queries you can retrieved
by an ID - The root -and child dirs selection can now be cached to gain
performance
Improvements
- Locking/unlocking a selection
- FilesQueryBuilder requires a FilesQuery instance instead of a Files
instance
Bugfixes
First beta release
- FilesQuery is ready to roll
- Full testsuite with 100% coverage