meteor-space / base

Foundation for Modular Application Architecture in Meteor.
MIT License
75 stars 5 forks source link

Feature/Versionable mixin #66

Closed rhyslbw closed 8 years ago

rhyslbw commented 8 years ago

Background

rhyslbw commented 8 years ago

I feel we should just pick a generic name and avoid the technical debt of a configurable option. My vote is simply for version unless there's a good reason not to

DominikGuzei commented 8 years ago

we cannot pick version since that collides with ES version. This really is more like a schema version. Another option could be apiVersion

rhyslbw commented 8 years ago

In that case I vote for schemaVersion

darko-mijic commented 8 years ago

schemaVersion makes more sense than apiVersion to me also.

rhyslbw commented 8 years ago

https://github.com/meteor-space/messaging/pull/29