Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 820 Bytes

CHANGELOG.md

File metadata and controls

35 lines (32 loc) · 820 Bytes

Changelog

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

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