Skip to content

Added support for * event matching#125

Merged
usmanhalalit merged 1 commit intousmanhalalit:2.xfrom
skipperbent:feature-event-alls
Apr 12, 2016
Merged

Added support for * event matching#125
usmanhalalit merged 1 commit intousmanhalalit:2.xfrom
skipperbent:feature-event-alls

Conversation

@skipperbent
Copy link
Copy Markdown

Sorry about the weird branch name, really got outta hand when i wrote it in the command-line :)

Small change that allows for wildcard in event-names.

Sometimes you might want to match every event - for debugging etc - without having to registering every single event (insert, update, delete etc etc).

Using the * wildcard you can match on every event like this:

after-* (all after events)
before-* (all before events)

@usmanhalalit usmanhalalit merged commit 35378d7 into usmanhalalit:2.x Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants