Corber Versions Save

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

1.2.8

5 years ago
  • Adds support for Ember 3+ targets.js. Documentation here: http://corber.io/pages/frameworks/ember;
  • Replaces some lingering ember cdv messages with corber;
  • Extends the version command with further debug info;

1.2.7

6 years ago
  • Adds a version command thanks to @ddoria921 & @ahmacleod;
  • Improves framework detection on corber init;
  • General bugfixes;

1.2.6

6 years ago
  • 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

6 years ago
  • Now renders CorberError vs EmberCordovaError;
  • Error Code 65 for iOS builds is now captured/explained on builds. Set your signing profiles!;
  • Adds better installed platform detection;
  • Start supports the --force flag for skipping validators;

1.2.4

6 years ago
  • Fixes #466 livereload issues for Ember/corber start;
  • Shows an error if prepare has not been run before listing emulators;
  • Renames EmberCordovaError to Corber Error;

1.2.3

6 years ago
  • Adds a CORBER env var to Tasks thanks to @jdurand;
  • Fixes issue related to corber init sometimes racetracking;
  • Drops warning for vue users re: cordova-lib dependencies;

1.2.2

6 years ago
  • 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

6 years ago
  • Adds utils to detect os and import Android sdk/adb paths;
  • Fixes issues re: start command impact standard Corber/Android builds; -- Note: start is not yet supported on Windows;

1.2.0

6 years ago
  • 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.

1.1.14

6 years ago
  • Fixes #435 issues with live reload using cordova-android 7.0.0, thanks to @wytlytningNZ;
  • Fixes #441 init errors on machines without ember-cli installed, thanks to @ahmacleod;