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.4.4 Latest Release

Published by alexblom almost 3 years ago

  • Bumps cordova-lib to 10.0+ thanks to @kiwi-josh ;
  • Updates Xcode pathign to work on Montery thanks to @tjozwik ;
corber - 1.4.3

Published by alexblom over 4 years ago

  • Fixes #652 windows/android start issues;
  • Fixes #654 - AndroidManifest.xml was having values removed;

Some general cleanups and cleanups to tests on Windows

corber - 1.4.2

Published by alexblom almost 5 years ago

  • Adds ember-lint fixes thanks to @wongpeiyi ;
  • Add packageType to the list of flags android builds understand and can parse thanks to @wytlytningNZ ;
  • Logging cleanup thanks to @DuBistKomisch ;
  • Fixes #634 - corber now automatically adds and removes android cleartext config during start/serve so livereload redirects work;
corber - 1.4.1

Published by alexblom about 5 years ago

  • Updates gitignore task - cordova package/package-locks are now checked in by default. Resolves #632
corber - 1.4.0

Published by alexblom about 5 years ago

  • cordova-lib upgrades are now stable;
  • Fixes an issue where corber init was using a dated template to base the cordova project on;
corber - 1.3.12

Published by alexblom about 5 years ago

  • Bumps internal cordova-lib to 9.0.1 and other cordova related deps;
    -- Unfortunately earlier attempts to use 9.0.0 failed, 9.0.1 appears stable and resolves several issues related to Ubuntu compilation;
    -- cordova-lib 9+ now adds support for Android platform 9+;

  • Fixes build options from the start command not appearing in hooks, thanks to @BillAtFundy

corber - 1.3.11

Published by alexblom over 5 years ago

  • Updates Android Validates to look for ANDROID_SDK_ROOT vs ANDROID_HOME. Please ensure your are running the latest Android Studio and have renamed the ANDROID_HOME variable to ANDROID_SDK_ROOT in your bash_profile or bashrc;
  • Fixes an issue where install fails with multiple platforms (#611);
  • Updates the Vue validators to look for publicPath vs baseUrl;
corber - 1.3.10

Published by alexblom over 5 years ago

  • Vue CLI users should now use vue-cli-plugin-corber vs the older Webpack plugin. This new plugin solves several issues related to asset injection in corber hotreload and automates the previously manual setup process. vue-cli-plugin-corber is now installed by default on all Vue CLI projects;

  • Fixes issues related to passing platform (ios/information) around internally and to child plugins;

corber - 1.3.9

Published by alexblom over 5 years ago

  • Upgrades internal ember-cli dependencies which removes some debug warnings;
  • Forces iOS builds to happen in legacy mode;
  • Consolidates platform detection functions to a single function;
  • Resolves #590 .gitkeep in cordova/www is being destroyed;
  • Resolves #589 - corber start with Android does not override existing apps;
corber - 1.3.8

Published by alexblom over 5 years ago

  • Resolves #580 "file" argument must be a non-empty string (Windows issue);
  • Resolves #581 - when only one platform is installed that platform will be used as the default vs IOS. IOS will be used as default when multiple platforms are installed;
  • Internal refactoring cutting our usage of this.project and making platform detection easier;
corber - 1.3.7

Published by alexblom almost 6 years ago

  • Some internal refactoring to commands structures & testing, particularly the start command;

  • Soft launches corber start supporting ios devices!

The first implementation requires signing to already be configured in Xcode. For most people this means:

  1. Running corber open;
  2. Setting 'Automatic in the Signing panel;
    3)Selecting your team;

Future extensions will support non-standard or already configured signing cases.

corber - 1.3.6

Published by alexblom almost 6 years ago

  • Fixes #567 - ios builds will no longer try to flash to a device by default;
  • Fixes Android APK Path issues thanks to @dallasread ;
  • Tests now and pass run on Windows machines!
corber - 1.3.5

Published by alexblom almost 6 years ago

  • Fixes #569 / Windows support issues;
corber - 1.3.4

Published by alexblom almost 6 years ago

A lot of internal cleanup this build.

  • Extends the functionality of our logger object;
  • By default longform cordova build messages are now suppressed during builds. Add a --verbose flag to see all build messages;
  • Begins the process of cleaning up and standardizing corber error messages;
  • Internal refactor of spawn/related tasks - makes our life easier moving forwards;
corber - 1.3.3

Published by alexblom about 6 years ago

  • Extends the timeout in serve/start commands before a user is told redirection is failed (some servers boot really slow!);
  • Fixes #534 Cannot find vue.config.js;
  • Fixes #548 cannot pass variables with corber plugin;
  • Broadly fixes Windows support, including #530;
  • Broadly fixes Ubuntu support, including #529;
  • Fixes #540 navigation-href tags not always being removed;
corber - 1.3.2

Published by alexblom about 6 years ago

  • Fixes #528 old assets not being removed;
  • Fixes #522 - corber 1.3+ not supporting production flag in Ember builds;
corber - 1.3.1

Published by alexblom about 6 years ago

  • Extends node engine support
corber - 1.3.0

Published by alexblom over 6 years ago

  • Ember framework now injects live reload assets from an external addon, similar to Vue & React. This fully resolves #511, #509 and #403;

-- The corber init command now automatically installs the required addon for live reload;
-- When running serve/start you will see a warning if the addon/plugin is not installed;

-- If you created an Ember project prior to [email protected], simply run ember install corber-ember-livereload;
-- If you created a Vue/React project prior to [email protected], run yarn add corber-webpack-plugin --dev and follow the steps outlined on the Vue or React docs

corber - 1.2.10

Published by alexblom over 6 years ago

  • Fixes #509: Undefined browser-undefined && #511 path must be a string for ember-cli 3.1.4 and prior;
    -- Later versions of ember-cli will present issues with corber we're working to resolve;
corber - 1.2.9

Published by alexblom over 6 years ago

  • Fixes #505 open projects with space in name;
  • Adds hooks to platform commands thanks to @ddoria921