Skip to content

Releases: Tucker-Eric/EloquentFilter

1.2.1

11 Apr 05:21
3a0ebf7
Compare
Choose a tag to compare
  • 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

08 Aug 18:40
Compare
Choose a tag to compare

Provides support for Lumen

1.1.2

15 Feb 07:05
Compare
Choose a tag to compare

Filter out null input to support L5.4

1.1.1

06 Feb 17:38
Compare
Choose a tag to compare

Change method used to paginate for L5.4 and backwards compatibility.

1.1.0

27 Jan 20:52
Compare
Choose a tag to compare

Update with Laravel 5.4 compatibility

1.0.2: Merge pull request #21 from Tucker-Eric/analysis-8n05L5

06 Dec 18:08
Compare
Choose a tag to compare

1.0.1

06 Dec 17:38
Compare
Choose a tag to compare
Update documentation typo

0.1.4

22 Mar 19:46
Compare
Choose a tag to compare

Bug fix

Minor Bug Fix

21 Mar 21:21
Compare
Choose a tag to compare
Merge pull request #16 from Tucker-Eric/analysis-8bD9Vl

Applied fixes from StyleCI

0.3.0

10 Aug 23:43
Compare
Choose a tag to compare
  • whereLike($col, $val) method added
  • whereBeginsWith($col, $val) method added
  • whereEndsWith($col, $val) method added