thenativeweb / node-eventstore

EventStore Implementation in node.js
http://eventstore.js.org/
MIT License
539 stars 116 forks source link

Revision type casting support for createSnapshot #167

Closed ScripterSugar closed 4 years ago

ScripterSugar commented 4 years ago

PR for #166

I didn't want to make any breaking changes to those who use snapshot's revision field with their custom typed values so simply added attempts for type casting & checks for casted value.