Releases: prooph/common
Releases · prooph/common
2.1 Release
Added
- #3 Default implementations for ActionEvent, ListenerHandler and ActionEventDispatcher
2.0 Release - Expand ServiceLocator
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
Added
- base classes for messaging: Command, DomainEvent, DomainMessage, RemoteMessage, MessageHeader
1.4 Release - Proxy Existing ServiceManager
The Zf2ServiceManagerProxy now provides a factoy method to instantiate the proxy with an existing service manager.
1.3 Release - Psr\Log\LoggerInterface Support
Added
- Wrapper for a ZF2 LoggerInterface to support Psr\Log\LoggerInterface
1.2 Release
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
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
Hides the two most used features of ZF2 behind prooph common interfaces