Skip to content

Releases: prooph/ProophEventStoreModule

2.0 Release

13 Jan 20:58
Compare
Choose a tag to compare

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

28 Sep 20:15
Compare
Choose a tag to compare

After PES becomes stable we can release v1.0.0 for zf2 module, too.

0.3.0

07 Sep 21:33
Compare
Choose a tag to compare

Requires and supports ProophEventStore >= 0.5.0

0.2.0 Release

21 Jul 17:15
Compare
Choose a tag to compare

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

20 Jul 14:14
Compare
Choose a tag to compare

Provides seamless integration of ProophEventStore with a ZF2 application. You can configure persistence adapters and features for the EventStore.