eventful-dynamodb v0.2.0 Release Notes

Release Date: 2017-07-31 // over 6 years ago
    • 💥 Breaking change: Split up EventStore into EventStoreWriter and EventStoreReader. There is now a ton of code sharing between reading from individual streams and reading from the global stream. This also simplified a lot of the event and projection types (now just variations on StreamEvent and StreamProjection).
    • GHC 8.2.1 compatibility