mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Versioning API #49

Closed NV closed 13 years ago

NV commented 13 years ago

I don't like that a browser extension version 1.5 requires monitoring tool with the same version. In fact, LR extension 1.5 fully compatible with 1.4 monitoring tool, but we still force users to update. Things get worse with third-party monitoring tools. We already have at least one — guard-livereload. I shouldn't have to do commits like this.

We should rely on LiveReload protocol version.

My plan:

  1. api_version is the version of LiveReload protocol.
  2. api_version might not match an extension version. We can change extension version, but keep api_version the same.
NV commented 13 years ago

Fixed in 7b596e0ea0cf59827d755d031908fccc1a9c2f53