Space.domain.ValueObject
is now Versionable, just likeSpace.domain.Event
orSpace.domain.Exception
####Breaking change
eventVersion
->schemaVersion
inSpace.domain.Event
andSpace.domain.Exception
. Inherited fromSpace.messaging.Event
, via mixinSpace.messaging.Versionable
.
space:[email protected]
->space:[email protected]
space:[email protected]
->space:[email protected]
Adds specialised message classes that are drop-in replacements for the < 3.0.0 Space.messaging.Event/Command:
Space.domain.Event
- Default fields:sourceId
,version
, andtimestamp
Space.domain.Command
- Default fields:targetId
, andtimestamp
Space.domain.ValueObject
Space.domain.Entity
Space.domain.Exception