Skip to content

Releases: isleofcode/corber

0.3.15

02 Jan 19:12
Compare
Choose a tag to compare
  • Hooks are now able to return promises, thanks to @mrosata
  • #TODO - Update documentation

0.3.14

30 Dec 18:16
Compare
Choose a tag to compare
  • Fixes issues related to passing ENV Info to builds (#213, #219) by @reidab;
  • Fixes undefined error messages on validation failures (#212) by @topaxi

0.3.13

01 Dec 05:21
Compare
Choose a tag to compare
  • 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.

0.3.12

30 Nov 16:34
Compare
Choose a tag to compare

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

0.3.11

27 Nov 17:00
Compare
Choose a tag to compare
  • Fixes borked changeover from node-uuid to uuid;

0.3.10

26 Nov 00:19
Compare
Choose a tag to compare
  • 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;

0.3.9

16 Nov 06:28
Compare
Choose a tag to compare
  • If app/index.html now has invalid {{rootURL}} or {{baseURL}} properties, warn the user & abort. This can be overridden with a --force flag.

0.3.8

15 Nov 04:39
Compare
Choose a tag to compare
  • Fixes issues relating to cordova plugin asset paths for live reload;
  • Implements #159 should add self to watchman-ignore;

0.3.7

10 Nov 06:05
Compare
Choose a tag to compare
  • Fixes asset fingerprinting issues, #164 #183

0.3.6

26 Oct 10:49
Compare
Choose a tag to compare
  • Ensures environment is passed to serve during cdv:s