Skip to content

Commit

Permalink
Roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Reppel committed Jun 2, 2018
1 parent 1df8f2c commit 5688a5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ https://github.com/Adaptech/les/issues/10
## Running The Tests

```make test-all```

## Roadmap

[Features & Fixes](roadmap.md)
11 changes: 11 additions & 0 deletions roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Upcoming Releases

__Features & Fixes__

## 0.10.8-alpha (probably)

This version relaxes some validation rules for Event Markdown which imposed unnecessary limits on what kind of event stormings can be used as input for code generation:

* In a real life event storming, an event can occur more than once in a workflow. This is now valid EMD.
* In real life, a command can result in more than one event. And so it is now in EMD.
* Read models can have derived or renamed properties which do not correspond to properties of events.

0 comments on commit 5688a5d

Please sign in to comment.