Releases: isleofcode/corber
Releases · isleofcode/corber
0.3.15
0.3.14
0.3.13
- 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:
-
service:cordova
, nowember-cordova/events
: http://embercordova.com/pages/addons/events; and -
service:device/splashscreen
, nowember-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.