GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

Last-In, First-Out enumeration of an event stream #86

Closed moodmosaic closed 10 years ago

moodmosaic commented 10 years ago

This Pull Request adds a LifoEvents<T> class, as described in #83.


I didn't add facade tests in DataContractEventsFacadeTests and XmlEventStreamFacadeTests F# modules – if I have to, please let me know.

ploeh commented 10 years ago

Thank you for your contribution! It's now live as AtomEventStore 1.1.0.

moodmosaic commented 10 years ago

:tada: