Skip to content

Releases: isleofcode/corber

0.4.9

27 Mar 03:15
Compare
Choose a tag to compare
  • Upgrades to the latest ember-cli 2.12.1 blueprint;
  • yarn support. Users with yarn installed and ember-cli 2.12+ will install ember-cordova with yarn when running ember install ember-cordova;
  • The ember cdv:make-icons command now defaults to only platforms you have installed, vs all icons (by @jordanyee);
  • Updates to the splicon library now ensure icon & splash nodes will not be duplicated when using make-icons or make-splashes by @jordanyee;
  • For some time, we have automatically detected your ip for creating live-reload shell apps - but have asked you to manually edit config.xml. Thanks to @chundabearember cdv:s now adds your live reload url to config.xml, and removes it when serve is killed. Getting serve to work is now no more complex than builds;

0.4.8

24 Mar 04:55
Compare
Choose a tag to compare
  • Fixes #171: Issues related to ember cdv:open on Android platforms by @chundabear ;

  • Fixes Promise & ember-cli-babel dependencies by @rmehner;

  • Improves Error output/traces by @anulman;

  • The ember-cordova-keyboard, ember-cordova-splash and ember-cordova-events addons have passing test suites by @inconduit;

0.4.7

17 Mar 21:06
Compare
Choose a tag to compare
  • Adds a check for undefined root/baseURL's to fix #235;
  • build/serve validators are now grouped, vs running sequentially. This means an invalid project will now show all required fixes within one ember cdv:build command, vs multiple;

0.4.6

15 Mar 00:33
Compare
Choose a tag to compare
  • Removes ember-cli from peerDependencies;
  • Dependency upgrades, notably ember-cli;
  • Uses ember-try to test multiple Ember versions;
  • Deprecates support for older versions of Node per Ember Node LTS Support. Old versions may still work, but it's Choose your own Adventure territory;

0.4.5

06 Mar 21:17
Compare
Choose a tag to compare
  • DEPRECATION The device/platform service is now ember-cordova/device to give consistency with how our plugins have evolved. This has now been fully deprecated per the advisory in 0.4.4;
  • DEPRECATION The isWebView property of the same service has now been aliased to isHybrid with the same advisory in 0.4.4;

0.4.4

15 Feb 06:04
Compare
Choose a tag to compare
  • DEPRECATION The device/platform service is now ember-cordova/device to give consistency with how our plugins have evolved. The old device/platform namespace will remain aliased until March 1;
  • DEPRECATION The isWebView property of the same service has now been aliased to isHybrid, with the same deprecate timeline;
  • An isCordova flag has been added to explicitly test for Cordova environments using the same namespace;
  • Work by @christophersansone ensuring that platform checks are not made for non Cordova builds;
  • Dependencies have been updated, notably cordova-lib & ember-cli;

0.4.3

24 Jan 01:52
Compare
Choose a tag to compare
  • Fixes to verbose logging by @reidab;
  • Fixes typo in afterBuild options by reidab;

0.4.2

08 Jan 20:07
Compare
Choose a tag to compare
  • Passes ember cdv:s options to build hooks by @reidab;
  • Fixes build issues in 0.4.1 related to ember-cli being in dependencies by @reidab;

0.4.1

06 Jan 04:00
Compare
Choose a tag to compare
  • Adds --skip-cordova-build flag to cdv:build command;
  • Options hash is passed through to hooks;
  • Many testing issues recited;
    ^ All by @reidab;
  • Adds greenkeeper;

0.4.0

03 Jan 02:19
Compare
Choose a tag to compare

Deprecations to support 0.4.0, full details at: https://github.com/isleofcode/ember-cordova/releases/tag/0.3.13