Filebase Versions Save

A Simple but Powerful Flat File Database Storage.

v1.0.24

5 years ago

v1.0.23

5 years ago
  • Merged Pull Request Added support for order by multiple columns
  • Merged Pull 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)

v1.0.22

5 years ago
  • Merged Pull Request for deleting items with a custom filter. (this adds the delete() method on queries.)
  • Merged Pull Request for calling to the Query methods directly on the database class.
  • Merged Pull Request for sorting by update/created at times (ability to fetch __created_at and __updated_at)

v1.0.21

5 years ago

v1.0.20

5 years ago
  • 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 say 1.0.19 in the class, this will be resolved in the next release.

v1.0.19

5 years ago
  • Added #21 for checking database record exists, added has() method on database.

NOTE: database::VERSION does say 1.0.18 in the class, this will be resolved in the next release.

v1.0.18

5 years ago
  • 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.

v1.0.17

5 years ago
  • Fixed #19 the AND query logic. (previously the where() query would only used the last one in the chain).

v1.0.16

5 years ago
  • Fixed #15 - the scope resolution operator :: for php 5.6 which throws the T_PAAMAYIM_NEKUDOTAYIM exception error.

v1.0.15

6 years ago
  • 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.)