Skip to content

Releases: prooph/event-sourcing

2.0 Release

01 May 20:56
Compare
Choose a tag to compare

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

28 Sep 20:26
Compare
Choose a tag to compare

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

07 Sep 21:22
Compare
Choose a tag to compare

The library was simplified and supports ProophEventStore >= 0.5

Fix version conflicts with required libs

05 Jul 13:19
Compare
Choose a tag to compare
0.1.1

Merge branch 'master' of https://github.com/prooph/event-sourcing

0.1.0 Release

28 Jun 15:36
Compare
Choose a tag to compare

First dev release to provide tracking possiblity.