v3.1.0
New features and fixes in v3.1.0:
- Brackets {} in Entity and Aggregate declarations are optional now, if no context is specified.
- Responsibilities are declared as strings only, without ID (responsibilities = "responsibilities one ...", "responsibilities two ...").
- New (root) DSL element UseCase to specify use cases.
- New owner attribute on aggregates which allows to specify the team which owns the aggregate (Bounded Context of type TEAM).
- New useCases attribute on aggregates which allows to define the use cases in which this aggregate is involved.
- Architectural refactoring (AR): Split Bounded Context by Use Cases
- Architectural refactoring (AR): Split Bounded Context by Owners