Kyslik Laravel Filterable Versions Save

Laravel 5/6/7 package to handle filtering by query-string

2.0.2

5 years ago

Added

  • support for Laravel 5.8

Improved

  • TravisCI configuration

Removed

  • dependency on Laravel helpers (laravel/helpers)
    • now using Illuminate\Support\Arr:: / Illuminate\Support\Str:: instead

v2.0.0

5 years ago

Added

Changed

  • trait JoinSupport namespace moved up one level
  • signature of FilterContract
  • dropped support for Laravel 5.5
    • reason: while using default filtering; filter needs to abort(redirect()), which was introduced in Laravel 5.6

Improved

  • test-suite
  • readme

v1.1.2

5 years ago

v1.1.1

5 years ago

Added

  • command make:filter

Improved

  • readme

v1.1.0

6 years ago

Added

  • support for Laravel 5.6

Changed

  • requires PHP version >=7.1
  • signature of filterMap function, removed abstract implementation
  • directory structure & namespacing of Generic*
  • renamed Filterable classes to Filter
  • renamed FilterableTrait trait to Filterable

Improved

  • testing suite
  • readme