- Allow for superbalist/laravel4-pubsub ^3.0
- Bump up to superbalist/php-event-pubsub ^4.0
- Add container binding for EventManager::class
- Change 'pubsub.events' binding to no longer be a singleton and to alias to EventManager::class
- Add new 'throw_validation_exceptions_on_dispatch' config option
- Add new 'translate_fail_handler' config option and default callable to dispatch a 'pubsub.events.translation_failure' event
- Add new 'listen_expr_fail_handler' config option and default callable to dispatch a 'pubsub.events.listen_expr_failure' event
- Add new 'validation_fail_handler' config option and default callable to dispatch a 'pubsub.events.validation_failure' event
- Allow for php-event-pubsub ^3.0
- Fix call to
collect
helper method not available in Laravel 4
- Update
superbalist/php-event-pubsub
to ^2.0 - Change
pubsub.events
to resolve as a singleton - Added support for "Attribute Injectors"
- Added new
attribute_injectors
config key
- Initial release