This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
Releases: tmarois/Filebase
Releases · tmarois/Filebase
Version 1.0.4 (Feature Release)
- Added
first()
(if you want to only return the first array of the query result) - Ability to use Queries without needing
where()
, can now use queries to find all and order results - Fixed Predicate Exceptions for bad query arguments (now correctly parsing them)
Version 1.0.3 (Feature Release)
New Query Features: (essentials)
- Added
orderBy()
(sorting field and directionASC
andDESC
) - Added
limit()
Limit results returned, includes Limit and Offset options.
Version 1.0.2 (Feature Release)
Added the NOT LIKE
Operator, and further testing.
Version 1.0.1 (Feature Release)
Added the new LIKE
operator and a few small updates to querying, along with further testing.
Version 1.0.0 (Official Release)
If you find any bugs, issues or even have a feature request, please submit a new issue request or pull request. Thank You.
(Beware this is a new release and there isn't many serializations, you may come across errors with an input you enter, or use it in a certain way that is not on the readme, please report it and it will be patched up)
Version 1.0.0 (Beta 2 Release)
Fixed comparison operators and done further testing with queries.
Version 1.0.0 (Beta Release)
Releasing a non-production version at this time. It is stable as for the tests, and a 91% code coverage.