Skip to content

Releases: johnrich85/eloquent-query-modifier

Added advanced sub-query support to has/with modifiers.

27 Feb 15:30
Compare
Choose a tag to compare

Previously, when passing additional data to with/has modifiers it was only possible to do basic 'where' queries. Now possible to run include/exclude queries in addtion.

1.2.23

11 Oct 15:42
Compare
Choose a tag to compare
Added support for passing name as parameter in with/has modifiers. Pr…

…eviously, you'd need to pass an empty array which casues problems when clients are using http_build_query since empty arrays are stripped

1.20 - Support for eager loading and has/whereHas queries.

27 Sep 09:00
Compare
Choose a tag to compare

Added new modifiers to handle eager loading and has queries.

1.2.0 - Switched to semantic versioning

27 Sep 09:52
Compare
Choose a tag to compare
Updated readm and tests.

1.15

24 Aug 12:53
Compare
Choose a tag to compare
Finished off tests.

Added support for objects to be passed to FilterModifier

05 Jul 15:57
Compare
Choose a tag to compare

Allowing null/empty searches

24 Jun 14:48
Compare
Choose a tag to compare
Allowing null searches

Allowing null searches rather than throwing an exception.

Eager loading bug fix

24 Jun 11:13
Compare
Choose a tag to compare

Fixed bug whereby eager loading would not work with select function.

Allow non-existent fields to be passed in when eager loading is being used.

23 Jun 12:22
Compare
Choose a tag to compare

When using eager loading on a query-builder, fields that do not exist will now be ignored rather than throwing an exception. This makes it possible for manual filtering on relationships.

Added search functionality & updated tests.

10 Jun 14:40
Compare
Choose a tag to compare