Releases: isleofcode/corber
Releases · isleofcode/corber
0.2.7
- Improves speed of live reload builds;
- Live reload builds no longer require an ember shell;
- Moves all cordova-lib calls to using raw API;
- All config now lives in .ember-cli;
- Adds analytics;
- Fixes #116 command line parameter for setting reloadUrl does not work;
- Resolves #121 fix(prepare-task): cordova-lib prepare does not need Promise.denodeify;
0.2.6
0.2.5
0.2.4
0.2.3
- Fixes validation issues with whitelist-plugin;
- Drops cordova-cli as a dependency for all commands but ember cdv foo (plugin, platform, build, prepare all now happen directly with cordova-lib);
New CLI Commands (https://github.com/isleofcode/ember-cordova/blob/master/docs/cli.md)
- Introduces
ember cdv:platform add/remove foo
for platform management; - Introduces
ember cdv:plugin add/remove foo
for plugin management;
0.2.2
0.2.1
0.2.0
- Ember cdv:link command is now deprecated. cdv:build && cdv:serve now build directly to the cordova directory, and bypass dist;
- Automated LiveReload. In most cases you won't need to set an IP, and just run run ember cdv:s. Documentation: https://github.com/isleofcode/ember-cordova/blob/master/docs/livereload.md;