Skip to content

Releases: isleofcode/corber

0.2.7

19 Aug 20:17
Compare
Choose a tag to compare
  • 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

16 Aug 19:33
Compare
Choose a tag to compare
  • Fixes #109 Empty cordova.js file when running ember cdv:serve;
  • If cordova.js or cordova_plugins.js is not found, a warning is printed but the process will now continue to build;

0.2.5

15 Aug 21:38
Compare
Choose a tag to compare
  • Fixes .ember-cli config option output-path redirects the output of this plugin #105;
  • Adds Can't use cordova create --template #100;

0.2.4

13 Aug 18:56
Compare
Choose a tag to compare
  • Includes support for rootURL as of ember-cli 2.7.0;
  • Fixes issues with live-reload crashing due to unfound modules/plugins;
  • Refactors CordovaRaw task to support most internal Cordova use, including builds;
  • Shows an error if CordovaRaw fails;

0.2.3

12 Aug 00:20
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • 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

11 Aug 16:13
Compare
Choose a tag to compare
  • Fix 'path must be a string' issues;
  • Fix super handling on Cordova service;

0.2.1

10 Aug 18:10
Compare
Choose a tag to compare
  • Defaults are respected for config.cordova.platform && reloadUrl;
  • ember-cordova will warn & exit when running ember cdv:s without whitelist-plugin installed;
  • When running a build for an uninstalled platform, ember-cordova will produce a warning & exit;

0.2.0

03 Aug 15:10
Compare
Choose a tag to compare

0.1.13

01 Aug 23:44
Compare
Choose a tag to compare
  • Fixes Cordova event handling, and includes explicit instruction of when to use subscribe vs. event;

0.1.12

26 Jul 22:46
Compare
Choose a tag to compare
  • Passes environment to build task;
  • Throws errors if cordova is not installed;
  • Improved testing + eslint;