Skip to content

Timestamp ordering and various simplifications

Compare
Choose a tag to compare
@tomasaschan tomasaschan released this 01 Nov 12:07
· 18 commits to master since this release
1b02e36

Improvements in this release:

  • #35 Order events by timestamp (fixes #34)
  • #36 Simplify event stream
  • #37 Extract QueryableExtensions into its own NuGet package

The major breakage from this release is that I've renamed IEventStream back to IEventStore. The reasoning behind this decision is outlined in #36, but it should remain stable from here on.