Skip to content

Releases: prooph/common

2.1 Release

22 May 19:09
Compare
Choose a tag to compare

Added

  • #3 Default implementations for ActionEvent, ListenerHandler and ActionEventDispatcher

2.0 Release - Expand ServiceLocator

09 May 20:31
Compare
Choose a tag to compare

Added

  • New method ServiceLocator::addInitializer - BC Break!
  • New interface ServiceInitializer
  • New proxy Zf2InitializerProxy
  • New method ServiceLocator::setAlias - BC Break!

Changed

  • ServiceLocator::set got a third parameter $allowOverride which defaults to false

1.5 Release - Messaging

01 May 12:02
Compare
Choose a tag to compare

Added

  • base classes for messaging: Command, DomainEvent, DomainMessage, RemoteMessage, MessageHeader

1.4 Release - Proxy Existing ServiceManager

30 Apr 18:31
Compare
Choose a tag to compare

The Zf2ServiceManagerProxy now provides a factoy method to instantiate the proxy with an existing service manager.

1.3 Release - Psr\Log\LoggerInterface Support

30 Apr 17:24
Compare
Choose a tag to compare

Added

  • Wrapper for a ZF2 LoggerInterface to support Psr\Log\LoggerInterface

1.2 Release

30 Apr 16:06
Compare
Choose a tag to compare

ZF2 2.4 declares EventManager::triggerUntil as deprecated so we changed the internal call of Zf2ActionEventDispatcher to use the trigger method instead. This shouldn't have any negative impact.

1.1 Release

06 Mar 12:54
Compare
Choose a tag to compare

Added requirment that an action event dispatcher should be responsible for creating action events which can be handled by the dispatcher implementation. This fully decouples client code from a specific implementation.

1.0 Release

05 Mar 20:17
Compare
Choose a tag to compare

Hides the two most used features of ZF2 behind prooph common interfaces