Corber Versions Save

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

1.3.7

5 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;
screen shot 2019-01-18 at 5 04 04 pm

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

1.3.6

5 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!

1.3.5

5 years ago
  • Fixes #569 / Windows support issues;

1.3.4

5 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;

1.3.3

5 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;

1.3.2

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

1.3.1

5 years ago
  • Extends node engine support

1.3.0

5 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

1.2.10

5 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;

1.2.9

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