Releases: isleofcode/corber
Releases · isleofcode/corber
1.2.8
- Adds support for Ember 3+
targets.js
. Documentation here: http://corber.io/pages/frameworks/ember; - Replaces some lingering
ember cdv
messages withcorber
; - Extends the version command with further debug info;
1.2.7
- Adds a
version
command thanks to @ddoria921 & @ahmacleod; - Improves framework detection on
corber init
; - General bugfixes;
1.2.6
- Adds support for the new Vue CLI and
vue.config.js
. Users on earlier CLI versions should not upgrade until Vue-CLI is upgraded; - Adds support for Windows/Android build paths & various Windows fixes thanks to @chundabear;
- Fixes issues with framework detection thanks to @ahmacleod;
- Fixes issues with first-time inits thanks to @ahmacleod;
1.2.5
1.2.4
1.2.3
1.2.2
- Extends
corber start
to work on physical android devices; corber start
now respects the platform flag, and only lists devices for installed platforms;- Fixes issues related to livereload with Webpack (Vue/React) apps not loading in cordova assets/plugins;
- Fixes #461 and various Promise based issues thanks to @mydea
1.2.1
1.2.0
- Adds the
start
command for android and iOS emulators. Start merges the serve command with emulator booting/deployment. To read more, http://corber.io/pages/workflow/livereload; - Removes 'Upgrades WebView to undefined' log;
- Livereload container supports strict mode, thanks to @craigsheen;
Thanks to @jordanyee, @chundabear and @anulman for support on the start command.