Releases: prooph/ProophEventStoreModule
Releases · prooph/ProophEventStoreModule
2.0 Release
Due to ProophEventStore v2.0 release we had to align the aggregate repository factory and add new config options. You now have to configure the aggregate_type. See example in prooph.eventstore.global.php config.
1.0.0 Release
After PES becomes stable we can release v1.0.0 for zf2 module, too.
0.3.0
0.2.0 Release
FeatureManager now has a link to the Application-ServiceManager. Thus your feature factories can access it and request dependent services for your features. It's the same functionality like the ZF2 ControllerLoader or ViewHelperManager provides.
0.1.0 Release
Provides seamless integration of ProophEventStore with a ZF2 application. You can configure persistence adapters and features for the EventStore.