Skip to content

Releases: Tucker-Eric/EloquentFilter

2.0.0

05 Sep 16:14
7a66e33
Compare
Choose a tag to compare

Laravel 6 support

1.4.3

13 Aug 04:28
8b2367b
Compare
Choose a tag to compare
  • Use is_readable in command to support Laravel 5.2.* 8b2367b

1.4.2

08 Aug 15:31
Compare
Choose a tag to compare
  • Only use camel_case helper if present. Reported in #87

1.4.1

05 Apr 03:39
85edfce
Compare
Choose a tag to compare
  • Add configurable default paginate limit #88

1.4.0

05 Jan 19:09
13d4c83
Compare
Choose a tag to compare
  • Added option to toggle camel case method naming strategy via protected $camel_cased_methods property and convertToCamelCasedMethods method.

1.0.0

23 Sep 22:12
13d4c83
Compare
Choose a tag to compare
Method Refactor

1.3.3

10 Jul 03:51
44e79ed
Compare
Choose a tag to compare
  • Fixes BC break before L5.4 Closes #73

1.3.2

05 Jul 21:27
693bba9
Compare
Choose a tag to compare
  • Fix issue with filter on relation removing the pivot attribute from the result when using paginateFilter and simplePaginateFilter #43

1.3.1

12 Jun 15:44
Compare
Choose a tag to compare
  • 1368bea Strip dots from input keys parameters when checking for method names

1.3.0

11 May 04:46
cdf78b8
Compare
Choose a tag to compare
  • ModelFilter class is now abstract
  • More strict checking on filter method before calling
  • Add $blacklist and blacklistMethod()/whitelistMethod()
  • Unit tests updated and added