- Notifications
You must be signed in to change notification settings - Fork49
Releases: tmarois/Filebase
Version 1.0.24
- MergedPull Request – Fixed abug returning unexpected results.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.23
- MergedPull Request Added support for order by multiple columns
- MergedPull Request Added ability to query document ids (internal id)
- Added ability to use query
delete()on all items that match the query (making the custom filter optional)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.22
- MergedPull Request for deleting items with a custom filter. (this adds the
delete()method on queries.) - MergedPull Request for calling to the Query methods directly on the database class.
- MergedPull Request for sorting by update/created at times (ability to fetch
__created_atand__updated_at)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.21 (YAML Format)
- MergedPull Request for YAML format.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.20 (Query Cache Fix)
- Fixed#23 – Caching is cleared when deleting/saving documents to prevent the cache from being out of sync with document data.
NOTE:database::VERSION does say1.0.19 in the class, this will be resolved in the next release.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.19 (Feature Release)
- Added#21 for checking database record exists, added
has()method on database.
NOTE:database::VERSION does say1.0.18 in the class, this will be resolved in the next release.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.18 (PHP 5.6)
- Fixed#17 for PHP 5.6
- Replaced the spaceship operators with a php 5.6 alternative.
- Removed the php 7 type hinting.
- Added php >= 5.6 as the new requirement for install.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.17 (Patch Update)
- Fixed#19 the
ANDquery logic. (previously thewhere()query would only used the last one in the chain).
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.16 (Patch Release)
- Fixed#15 - the scope resolution operator
::for php 5.6 which throws theT_PAAMAYIM_NEKUDOTAYIMexception error.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Version 1.0.15 (Patch Release)
- Quick patch on composer.json file for dev dependency with satooshi/php-coveralls issues on dev-master. (this would have only affected new users from trying to install via composer.)
Assets2
Uh oh!
There was an error while loading.Please reload this page.