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

Releases: tmarois/Filebase

Version 1.0.4 (Feature Release)

05 Aug 23:56
Compare
Choose a tag to compare
  • 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)

05 Aug 20:36
Compare
Choose a tag to compare

New Query Features: (essentials)

  • Added orderBy() (sorting field and direction ASC and DESC)
  • Added limit() Limit results returned, includes Limit and Offset options.

Version 1.0.2 (Feature Release)

05 Aug 13:48
Compare
Choose a tag to compare

Added the NOT LIKE Operator, and further testing.

Version 1.0.1 (Feature Release)

05 Aug 04:17
Compare
Choose a tag to compare

Added the new LIKE operator and a few small updates to querying, along with further testing.

Version 1.0.0 (Official Release)

04 Aug 20:08
Compare
Choose a tag to compare

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)

04 Aug 19:14
Compare
Choose a tag to compare
Pre-release

Fixed comparison operators and done further testing with queries.

Version 1.0.0 (Beta Release)

04 Aug 17:16
Compare
Choose a tag to compare
Pre-release

Releasing a non-production version at this time. It is stable as for the tests, and a 91% code coverage.