Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

43 lines (38 loc) · 1.06 KB

Changelog

All notable changes to eloquent-filtering will be documented in this file.

2.1.1 - 2024-11-28

Fixed

  • :null modifier for $in and $notIn not having correct query logical grouping when used in combination with other filters.

2.1.0 - 2024-09-28

Added

  • Support defining pivot filters on Custom Intermediate Table Models.

2.0.0 - 2024-09-11

Added

  • Docs
  • FilterType Enum
  • Required Filters
  • Pivot Filters
  • Morph Filters
  • Validation Rules
  • Filter Modifiers
  • Exceptions
    • InvalidFiltersPayloadException
    • InvalidModelFqcnException
    • UnsupportedModifierException
    • RequiredFilterException

Changed

  • Qualifying Columns for all core field filters
  • Custom Filters Structure

Removed

  • Some dedicated filter classes were removed in favour of new modifiers feature.
    • $like:start
    • $like:end
    • $notLike:start
    • $notLike:end
  • Filter::all()
  • Target::relationAlias()
  • Types::except()
  • Config
    • default_allowed_filter_list

1.0.0 - 2024-06-15

  • Initial Release