Releases: isleofcode/corber
Releases · isleofcode/corber
1.1.13
1.1.12
1.1.11
-
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 runcorber start --emulator
;
1.1.10
1.1.9
1.1.8
1.1.6
- 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
- Ensures EmberBuildTask also captures. Thanks to @codebruder for the replication case.
1.1.4
- 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;