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

Releases: Superbalist/laravel4-event-pubsub

3.0.2

13 Nov 08:40
00e5f01
Compare
Choose a tag to compare

Changelog

3.0.2 - 2017-11-13

  • Added caching options

3.0.1

25 Jul 06:54
Compare
Choose a tag to compare

Changelog

3.0.1 - 2017-07-25

  • Allow for superbalist/laravel4-pubsub ^3.0

3.0.0

17 Jul 10:57
Compare
Choose a tag to compare

Changelog

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

16 May 12:04
Compare
Choose a tag to compare

Changelog

2.0.2 - 2017-05-16

  • Allow for php-event-pubsub ^3.0

2.0.1

02 Feb 10:10
Compare
Choose a tag to compare

Changelog

2.0.1 - 2017-02-02

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

2.0.0

02 Feb 06:09
Compare
Choose a tag to compare

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

30 Jan 13:23
Compare
Choose a tag to compare

Changelog

1.0.0 - 2017-01-30

  • Initial release