Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Version 1.0.9 (Feature Release)

Choose a tag to compare

@timothymarois timothymarois released this 09 Sep 13:53
· 39 commits to master since this release
  • Fixed customFilter on #5 issue with array keys not properly resetting.
  • Improved speed of filter() since it was running the closure function twice.
  • Added alias of customFilter() as filter() method. (for shorter reference)
  • Added version() method on database class. $db->version() for the Filebase version number.