Skip to content

Releases: matthenning/eloquent-api-filter

v3.0.1

22 Jan 18:33
070fe43

Choose a tag to compare

  • 070fe43 Fixed falsely migrated code section when eager loading certain types of relations

v3.0

18 Sep 18:48
56b78a7

Choose a tag to compare

  • Added builtin generic controller to remove even more boilerplate from your code base
  • Use traits to leverage prebuilt methods for all CRUD operations
  • Integrated pagination and more

v2.1

30 Jul 18:25

Choose a tag to compare

  • Added select option
  • Updated docs

v2.0.1

06 Mar 20:09

Choose a tag to compare

  • Fixed return type if filterApiRequest to EloquentBuilder|QueryBuilder

v2.0

06 Mar 20:05

Choose a tag to compare

  • Allow Builder to be Illuminate\Database\Eloquent\Builder or Illuminate\Database\Query\Builder
  • Raised PHP requirement to 8.0 to allow the use of union types

v1.5

03 May 10:19

Choose a tag to compare

Added in and notin

v1.4.2

26 Nov 11:27

Choose a tag to compare

Compatibility with Laravel 6.x

v1.4.1

22 Feb 14:05

Choose a tag to compare

Added not-equals

v1.4

28 Jul 16:15

Choose a tag to compare

  • Filter by not existing related models

v1.3

22 Jul 10:58

Choose a tag to compare

  • added option to use {{b64(some base64 encoded string)}} in values