Skip to content

feat(rule): support filter callback for rule events

David Sveningsson requested to merge feature/rule-filter into master

Rule authors can now pass an optional callback to filter events before calling the listener.

Checklist

  • Documentation updated
  • Change covered by a testcase
  • Commit history cleaned (no WIP, fixups, etc)

Merge request reports