Skip to content

Releases: spatie/laravel-event-sourcing

3.1.0

03 Mar 08:03
Compare
Choose a tag to compare
  • add support for Laravel 7

3.0.4

23 Feb 13:21
5d83386
Compare
Choose a tag to compare
  • fix for serializing events that use immutable datatime objects (#67)

3.0.2

14 Feb 08:01
642c87b
Compare
Choose a tag to compare
  • only replace the first instance of the basePath in DiscoversEventHandlers (#62)

3.0.1

14 Feb 07:58
028dc6e
Compare
Choose a tag to compare
  • publish snapshots migration

3.0.0

07 Feb 08:29
b1aa3ba
Compare
Choose a tag to compare
  • add the ability to snapshot aggregates
  • make all classes non-final
  • do not allow concurrent persist on an aggregate by default

2.1.0

07 Feb 08:00
Compare
Choose a tag to compare
  • add countAllStartingFrom

1.1.0

07 Feb 07:55
Compare
Choose a tag to compare
  • add countAllStartingFrom

2.0.1

20 Jan 07:44
Compare
Choose a tag to compare
  • do not dispatch job when there is nothing to be performed on queue

2.0.0

02 Dec 19:57
Compare
Choose a tag to compare
  • drop PHP 7.3

1.0.4

20 Nov 10:31
00f04ed
Compare
Choose a tag to compare
  • fix replay from specified event id (#33)