Version 3.0.0
This version adds breaking changes:
$event->message
turns into$event->payload
This version replaces $message
member with $payload
to avoid the mix with the getMessage()
method (changes available in this PR: #12)
Make sure to replace all of the occurrences for this breaking change to ensure the full functionality of your app.