eventful-core v0.3.0 Release Notes
-
- Made
EventStoreWriter
more general, allowing anykey
andposition
types. We also provide aVersionedEventStoreWriter
type alias that usesUUID
andEventVersion
. - ➕ Added useful
unsafeSqlStoreGlobalStreamEvents
function. - Got rid of the word
Aggregate
throughout the codebase since that term is too overloaded from DDD. It was replaced either byCommandHandler
or just stream.
- Made