Skip to content

Auto-apply filters before forwarding Builder calls - #69

Merged
kettasoft merged 3 commits into
masterfrom
feat/auto-apply-filters
Sep 7, 2026
Merged

Auto-apply filters before forwarding Builder calls#69
kettasoft merged 3 commits into
masterfrom
feat/auto-apply-filters

Conversation

@kettasoft

Copy link
Copy Markdown
Owner

Summary

Automatically apply filters before forwarding dynamic calls to the Eloquent Builder, without maintaining a hardcoded list of executable methods.

Changes

  • Auto-apply filters for all dynamic Builder methods and macros.
  • Keep subsequent calls fluent through the Invoker.
  • Add using() as a fluent alias for useEngine().
  • Replace the request-reading get() method with getFromRequest().
  • Support protected Invokable filter methods.
  • Preserve Builder instances returned by Invokable filter methods.
  • Isolate profiler listeners between tests.
  • Update API and facade documentation.

@kettasoft kettasoft self-assigned this Sep 7, 2026
@kettasoft kettasoft added enhancement New feature or request feature New feature labels Sep 7, 2026
@kettasoft
kettasoft merged commit 2608e18 into master Sep 7, 2026
1 check passed
@kettasoft
kettasoft deleted the feat/auto-apply-filters branch September 7, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant