Releases: spatie/laravel-event-sourcing
Releases · spatie/laravel-event-sourcing
7.3.3
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #391
New Contributors
- @laravel-shift made their first contribution in #391
Full Changelog: 7.3.2...7.3.3
7.3.2
What's Changed
- Fixes bug with retrieving last event by @aidan-casey in #384
Full Changelog: 7.3.1...7.3.2
7.3.1
What's Changed
- Refactor tests to pest by @AyoobMH in #377
- Add PHP 8.2 Support by @patinthehat in #379
- update document by @godkinmo in #380
- Use the snapshot with the highest ID by @27pchrisl in #381
New Contributors
- @AyoobMH made their first contribution in #377
- @patinthehat made their first contribution in #379
- @godkinmo made their first contribution in #380
- @27pchrisl made their first contribution in #381
Full Changelog: 7.3.0...7.3.1
7.3.0
What's Changed
- Support weight property to event handlers by @sebastiandedeyne in #365
Full Changelog: 7.2.4...7.3.0
6.0.6
Merge pull request #366 from spatie/v6-add-weight-to-handlers Support weight property to event handlers
7.2.4
What's Changed
- Update Reactor docs on how to get the aggregate uuid by @soarecostin in #363
- Update event-sourcing:replay command to work with just one aggregate uuid by @soarecostin in #362
New Contributors
- @soarecostin made their first contribution in #363
Full Changelog: 7.2.3...7.2.4
7.2.3
What's Changed
- Fix typo in ReadMe by @michael-rubel in #353
- Update AggregateRoot::apply() to utilize acceptsTypes() function by @zackrowe in #354
New Contributors
- @michael-rubel made their first contribution in #353
- @zackrowe made their first contribution in #354
Full Changelog: 7.2.2...7.2.3
7.2.2
7.2.1
What's Changed
- Fix URL to documentation about caching by @rodrigopedra in #328
- Update cache_path in config by @lloricode in #329
- Update Projector docs to reflect changes to getting the aggregate uuid by @RobHarveyDev in #331
- Docs: createdAt() method is camel case by @inmanturbo in #332
- Update migration file to closure by @lloricode in #330
- Fix link to "getting familiar section" by @felixfrey in #343
- Do not assert events given to FakeAggregateRoot as recorded by @itsmarsu in #344
New Contributors
- @lloricode made their first contribution in #329
- @RobHarveyDev made their first contribution in #331
- @inmanturbo made their first contribution in #332
- @felixfrey made their first contribution in #343
- @itsmarsu made their first contribution in #344
Full Changelog: 7.2.0...7.2.1
7.2.0
What's Changed
- Adds query helpers for event properties by @aidan-casey in #326
- Adds last event helper by @aidan-casey in #327
Full Changelog: 7.0.1...7.2.0