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

Version 1.0.4 (Feature Release)

Compare
Choose a tag to compare
@timothymarois timothymarois released this 05 Aug 23:56
· 49 commits to master since this 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)