corber

CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova

MIT License

Downloads
571
Stars
334
Committers
79

Bot releases are hidden (Show)

corber - 0.4.9

Published by alexblom over 7 years ago

  • 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;
corber - 0.4.8

Published by alexblom over 7 years ago

  • 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;

corber - 0.4.7

Published by alexblom over 7 years ago

  • 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;
corber - 0.4.6

Published by alexblom over 7 years ago

  • 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;
corber - 0.4.5

Published by alexblom over 7 years ago

  • 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;
corber - 0.4.4

Published by alexblom over 7 years ago

  • 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;
corber - 0.4.3

Published by alexblom over 7 years ago

  • Fixes to verbose logging by @reidab;
  • Fixes typo in afterBuild options by reidab;
corber - 0.4.2

Published by alexblom almost 8 years ago

  • 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;
corber - 0.4.1

Published by alexblom almost 8 years ago

  • 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;
corber - 0.4.0

Published by alexblom almost 8 years ago

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

corber - 0.3.15

Published by alexblom almost 8 years ago

  • Hooks are now able to return promises, thanks to @mrosata
  • #TODO - Update documentation
corber - 0.3.14

Published by alexblom almost 8 years ago

  • Fixes issues related to passing ENV Info to builds (#213, #219) by @reidab;
  • Fixes undefined error messages on validation failures (#212) by @topaxi
corber - 0.3.13

Published by alexblom almost 8 years ago

  • Refactors the handling of logging & fs-proxies;
  • Mostly fixes error handling;
  • Now inits Android friendly app ids by default;

As of Jan 2, we'll be switching to version 0.4.0 of ember-cordova.

The service:cordova and splashscreen have been abstracted to their own addons, named ember-cordova-events and ember-cordova-splash respectively. Both now print deprecation warnings.

The addons have a new service path, and documentation can be found for:

  1. service:cordova, now ember-cordova/events: http://embercordova.com/pages/addons/events; and

  2. service:device/splashscreen, now ember-cordova/splash: http://embercordova.com/pages/addons/splash

  • These changes will make testing isolated plugins simpler, and allows us to write stronger support cases for community plugins;
  • It will also better support apps running in both a hybrid & web context, who no longer need to manually exclude unrelated ember-cordova assets when building for web.
  • The Splash Screen Service Mixins have been deprecated. Only the service with show/hide actions will be supported moving forwards.
  • The Platform Service is the only core add-on remaining in the core ember-cordova library. This will remain in core, as current platform information is considered a core primitive.
corber - 0.3.12

Published by alexblom almost 8 years ago

Cordova projects are now initialized from an ember-cordova-shell template. Fixes issues relating to fresh ember/cordova projects failing on first build.

corber - 0.3.11

Published by alexblom almost 8 years ago

  • Fixes borked changeover from node-uuid to uuid;
corber - 0.3.10

Published by alexblom almost 8 years ago

  • Adds support to --skip-ember-build during ember cdv:build && ember cdv:s, and --skip-cordova-build to ember cdv:s; (Fixes #125);
  • Updated support for rootURL/baseURL. rootURLS without a leading slash are now valid;
corber - 0.3.9

Published by alexblom almost 8 years ago

  • If app/index.html now has invalid {{rootURL}} or {{baseURL}} properties, warn the user & abort. This can be overridden with a --force flag.
corber - 0.3.8

Published by alexblom almost 8 years ago

  • Fixes issues relating to cordova plugin asset paths for live reload;
  • Implements #159 should add self to watchman-ignore;
corber - 0.3.7

Published by alexblom almost 8 years ago

  • Fixes asset fingerprinting issues, #164 #183
corber - 0.3.6

Published by alexblom almost 8 years ago

  • Ensures environment is passed to serve during cdv:s