Releases: MyOnlineStore/event-sourcing
Releases · MyOnlineStore/event-sourcing
6.0.7
What's Changed
- perf: Use generators in
DBALEventRepository
instead of arrays by @frankverhoeven in #24
Full Changelog: 6.0.6...6.0.7
6.0.6
Full Changelog: 6.0.5...6.0.6
6.0.5
Full Changelog: 6.0.4...6.0.5
6.0.4
What's Changed
- chore: Improve typing information by @frankverhoeven in #23
Full Changelog: 6.0.3...6.0.4
6.0.3
What's Changed
- fix: Catch
TypeError
in case the snapshot can not be unserialized by @frankverhoeven in #22
Full Changelog: 6.0.2...6.0.3
6.0.2
What's Changed
- chore: Return a clone of the object from
InMemoryAggregateRepository::load()
by @frankverhoeven in #21
Full Changelog: 6.0.1...6.0.2
6.0.1
What's Changed
- fix: Set timezone when reconstructing an event via
BaseEvent::fromArray()
by @frankverhoeven in #20
Full Changelog: 6.0...6.0.1
6.0
What's Changed
- chore!: Change
Event::(from|to)Array
from snake_case to camelCase by @frankverhoeven in #19
Full Changelog: 5.0.3...6.0
5.0.3
What's Changed
- feat: Add
InMemoryAggregateRepository
by @frankverhoeven in #18
Full Changelog: 5.0.2...5.0.3
5.0.2
What's Changed
- fix: Fix event payload/metadata type by @frankverhoeven in #17
Full Changelog: 5.0.1...5.0.2