Skip to content

Releases: spatie/laravel-event-sourcing

3.1.3

29 Apr 08:11
Compare
Choose a tag to compare
Update CHANGELOG

3.1.2

07 Apr 10:56
51ead36
Compare
Choose a tag to compare
  • make sure created_at is filled when creating a snapshot

1.1.2

21 Mar 18:00
f1a5a08
Compare
Choose a tag to compare
  • expose AggregateRoot for testing state (#75)

1.1.1

04 Mar 17:13
Compare
Choose a tag to compare
  • release to fix v1

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