v3.3.0
This version changes the way events are fired from the Symfony component into the Laravel dispatcher. We introduced an adapter that allows the Symfony events to be dispatched directly through Laravel's dispatcher, and were able to remove some of the tedium of listening and re-dispatching Laravel-style events. A lot of the eventing work in this package was simplified because of that.
Please open an issue (or PR) if you encounter any backward compatibility issues with this version around events.