Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 837 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 837 Bytes

Changelog

Next

New Features

  • Space.domain.ValueObject is now Versionable, just like Space.domain.Event or Space.domain.Exception

####Breaking change

  • eventVersion -> schemaVersion in Space.domain.Event and Space.domain.Exception. Inherited from Space.messaging.Event, via mixin Space.messaging.Versionable.

Updated dependencies

0.2.1

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, and timestamp
  • Space.domain.Command - Default fields: targetId, and timestamp

0.1.0

  • Space.domain.ValueObject
  • Space.domain.Entity
  • Space.domain.Exception