EloquentFilter Versions Save

An Eloquent Way To Filter Laravel Models And Their Relationships

1.4.3

4 years ago
  • Use is_readable in command to support Laravel 5.2.* 8b2367b004dd0ce661e27bb79ee3e0eea7a09e05

1.4.2

4 years ago
  • Only use camel_case helper if present. Reported in #87

1.4.1

5 years ago
  • Add configurable default paginate limit #88

1.4.0

5 years ago
  • Added option to toggle camel case method naming strategy via protected $camel_cased_methods property and convertToCamelCasedMethods method.

1.3.3

5 years ago
  • Fixes BC break before L5.4 Closes #73

1.3.2

5 years ago
  • Fix issue with filter on relation removing the pivot attribute from the result when using paginateFilter and simplePaginateFilter #43

1.3.1

5 years ago
  • 1368bea55f786f63e04035ea1e84a33b3d2ca535 Strip dots from input keys parameters when checking for method names

1.3.0

6 years ago
  • ModelFilter class is now abstract
  • More strict checking on filter method before calling
  • Add $blacklist and blacklistMethod()/whitelistMethod()
  • Unit tests updated and added

1.2.1

6 years ago
  • Adds support for configurable stubs path for custom ModelFilter generation
  • Add optional $page parameter to simplePaginatFilter to match QueryBuilder's simplePaginate
  • Return ModelFilter on all calls that return the query builder to allow chaining of ModelFilter's methods
  • related() method now returns the instance of ModelFilter to allow chaining (previously returned null)

1.2.0

6 years ago

Provides support for Lumen