Releases: isleofcode/corber
Releases · isleofcode/corber
1.1.13
16 Jan 01:41
Compare
Sorry, something went wrong.
No results found
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;
1.1.12
04 Jan 20:39
Compare
Sorry, something went wrong.
No results found
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 ;
1.1.11
08 Dec 22:19
Compare
Sorry, something went wrong.
No results found
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;
1.1.10
24 Nov 17:58
Compare
Sorry, something went wrong.
No results found
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)
1.1.9
21 Nov 00:09
Compare
Sorry, something went wrong.
No results found
Moves internal usage of cordova calls to promises from callbacks;
Fixes #417 - cdv build flags not always being respected thanks to @DuBistKomisch ;
1.1.8
17 Nov 22:09
Compare
Sorry, something went wrong.
No results found
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+;
1.1.6
01 Nov 19:49
Compare
Sorry, something went wrong.
No results found
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;
1.1.5
16 Oct 17:25
Compare
Sorry, something went wrong.
No results found
Ensures EmberBuildTask also captures. Thanks to @codebruder for the replication case.
1.1.4
16 Oct 13:14
Compare
Sorry, something went wrong.
No results found
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;
1.1.3
13 Oct 09:17
Compare
Sorry, something went wrong.
No results found
Fixes remaining issues for Ember users with conflicting ember-cli versions, thanks to @xcambar