On Thu Mar 13 11:38 AM, Andrew Grieve wrote: > I think it would be beneficial if we could release updates to platforms > independent from others. Why? > - Far easier to do one-off platform releases (e.g. quick turn-around on a > security > update, quick turn around on iOS is broken on the latest Xcode) > - Platforms can release on their own schedule (big new features will get > released > sooner) >
+1 > > cordova-js: > - Platforms will have cordova-js cut at different times. > - I don't think this is a good or a bad thing. > - JS versioning stamped at the top of the file: > - Change to have both platform version as well as JS version available at > runtime. > - JS version will just be a "git describe" > I've been thinking we could go a step further and break out 'platforms' into two parts: - platform engine (build, run, emulate tooling) - platform runtime (webview, cordova-js, the stuff needed by web app) <engine> tags in plugin.xml are really only about checking the tooling at install time, from what I understand
