Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

changelog.md

File metadata and controls

34 lines (22 loc) · 1.11 KB

Changelog

3.0.1 - 2017-07-25

  • Allow for superbalist/laravel4-pubsub ^3.0

3.0.0 - 2017-07-17

  • 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

2.0.2 - 2017-05-16

  • Allow for php-event-pubsub ^3.0

2.0.1 - 2017-02-02

  • Fix call to collect helper method not available in Laravel 4

2.0.0 - 2017-02-02

  • 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

1.0.0 - 2017-01-30

  • Initial release