Releases: prooph/event-sourcing
Releases · prooph/event-sourcing
2.0 Release
Changed
- AggregateChanged now extends Prooph\Common\Messaging\DomainEvent so that PSB and PES can handle it out of the box.
- EventHydrator is removed, because it is no longer needed
1.0.0 Release
The public API of ProophEventSourcing has reached it's final structure. Now it's time to release v1.0.0 to indicate that we will support semantic versioning. All future commits will consider BC or they will be scheduled for v2.0.0.
0.2.0 Release
The library was simplified and supports ProophEventStore >= 0.5
Fix version conflicts with required libs
0.1.1 Merge branch 'master' of https://github.com/prooph/event-sourcing
0.1.0 Release
First dev release to provide tracking possiblity.