Skip to content

Releases: harm-less/php-file-query

1.0.1

20 Apr 19:26
Compare
Choose a tag to compare
  • Travis CI has been enabled
  • Cases for loading file name have been fixed for even on case sensitive operating system there won't be any problems using the library

First production release

04 Jun 11:07
Compare
Choose a tag to compare

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

04 Jun 07:56
Compare
Choose a tag to compare
  • 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

27 May 09:49
Compare
Choose a tag to compare
  • 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

22 May 11:48
Compare
Choose a tag to compare
  • Locking/unlocking a selection
  • FilesQueryBuilder requires a FilesQuery instance instead of a Files
    instance

Bugfixes

20 May 12:13
Compare
Choose a tag to compare
  • Removing directories by id, index and a Dir instance
  • Get the full absolute/base path from a child

First beta release

19 May 12:37
Compare
Choose a tag to compare
  • FilesQuery is ready to roll
  • Full testsuite with 100% coverage