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 - 1.2.8

Published by alexblom over 6 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;
corber - 1.2.7

Published by alexblom over 6 years ago

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

Published by alexblom over 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;
corber - 1.2.5

Published by alexblom over 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;
corber - 1.2.4

Published by alexblom over 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;
corber - 1.2.3

Published by alexblom over 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;
corber - 1.2.2

Published by alexblom over 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
corber - 1.2.1

Published by alexblom over 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;
corber - 1.2.0

Published by alexblom over 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.

corber - 1.1.14

Published by alexblom over 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;
corber - 1.1.13

Published by alexblom almost 7 years ago

  • Adds fetch: true for cordova platforms & plugins. Thanks to @wytlytningNZ for the initial report and solution;
  • Updates platform checkers to consider package.json and the legacy platforms.json, by @wytlytningNZ;
corber - 1.1.12

Published by alexblom almost 7 years ago

  • Relaxes node engine requirements and adds support for 9, thanks to @jelhan;
  • Adds a process.ENV.corber var for detection in hooks/other scripts thanks to @jdurand;
corber - 1.1.11

Published by alexblom almost 7 years ago

  • Serve now works when not using a network connection, thanks to @wytlytningNZ;

  • Introduces a beta version of the new start command per #428. This implementation only works for iOS and emulator builds. You do not need signing/provisioning profiles configured. To try it out, simply run corber start --emulator;

corber - 1.1.10

Published by alexblom almost 7 years ago

  • corber init now takes platform arguments. e.g. corber init --platform=ios or corber init --platform=ios,android;
  • corber init now prompts for a platform if one was not passed;
  • Adds internal logger improvements and a --quiet flag to build thanks to @jelhan (primarily Android support until #412 lands)
corber - 1.1.9

Published by alexblom almost 7 years ago

  • Moves internal usage of cordova calls to promises from callbacks;
  • Fixes #417 - cdv build flags not always being respected thanks to @DuBistKomisch;
corber - 1.1.8

Published by alexblom almost 7 years ago

  • Fixes lint-index command;
  • Drops broken open command for Android Project;
  • Open command for iOS project now defaults to .xcworkspace if it exists;
  • Bumps cordova-lib 7.1.0+;
  • Bumps splicon to 0.0.14+;
corber - 1.1.6

Published by alexblom almost 7 years ago

  • Fixes doc links in some commands, thanks to @oskarrough;
  • The livereloading landing page includes more information, and throws an alert if the redirect fails. h/t @machty;
  • bumps the version of silicon to 0.0.12;
  • now allows locationType of none for ember users, fixes #405;
  • live reload no longer assumes a file:// starting point (adds support for Ionic WKWebView). Fixes #404;
  • fixes #403 - makes our stubbed ember addon compliant;
corber - 1.1.5

Published by alexblom about 7 years ago

  • Ensures EmberBuildTask also captures. Thanks to @codebruder for the replication case.
corber - 1.1.4

Published by alexblom about 7 years ago

  • Fixes remaining issues /w process not captured;
  • Undoes issue with relative node_modules paths;
  • Removes all calls to cordova.raw - thanks to a start from @shicholas;
corber - 1.1.3

Published by alexblom about 7 years ago

  • Fixes remaining issues for Ember users with conflicting ember-cli versions, thanks to @xcambar