janmonschke / backbone-couchdb

A couchdb connector for backbone with support for real time changes.

Home Page:http://janmonschke.com/projects/backbone-couchdb.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

versioning!

chazcb opened this issue · comments

Hi janmonschke,
Thanks for contributing this great adapter. I was hoping you could start versioning so I can properly track changes on my teams' CDN. I'm looking forward to contributing to this as I start to work more with couch. Thanks so much!

Sure, will update the docs and will add version numbers soon.
Did not find the time to do that after the last release.

Added versioning. Is the format appropriate?

Looks good to me. You may want to $git tag 1.0 the repo as well so folks looking through the history can load older versions (for dependency issues, etc).

Created the tag locally and hoped that git would upload it automatically. Didn't know you have to do git push --tags to upload tags.