Skip to content

Releases: isleofcode/corber

0.3.5

12 Oct 18:58
Compare
Choose a tag to compare
  • Can now use all cordova flags & custom variables when adding plugins/platforms, fixes Cannot add additional CLI params when adding plugins;
  • Livereload warning is only printed when live reload is enabled;

0.3.4

06 Oct 19:27
Compare
Choose a tag to compare

Fixes #163 .gitkeep in www gets deleted on build;
Fixes #152 When live-reload=false, don't complain for missing allow-navigation href="*";

0.3.3

29 Sep 22:25
Compare
Choose a tag to compare

Introduces the ember cdv:make-icons command.

0.3.2

23 Sep 21:30
Compare
Choose a tag to compare

Fixes #152 cordova-is-installed fails on Windows
Fixes #148 cdv:platform defaults to remove
Fixes #150 ember-cordova/tmp-livereload should probably also be added to gitignore

0.3.1

22 Sep 17:43
Compare
Choose a tag to compare
  • Now initializes .gitkeep files in required cordova folders;
  • Fixes #145 Not all users receive the allow-navigation warning on LiveReload

0.3.0

16 Sep 02:34
Compare
Choose a tag to compare
  • Swaps the default iOS & Android WebViews for more performant ones. See http://embercordova.com/pages/default_webviews for further information;
  • Adds rm/r & add/a aliases to platform & plugin commands;
  • Moves documentation to embercordova.com;

0.2.11

15 Sep 03:16
Compare
Choose a tag to compare
  • Adds support for all non-grade cordova build commands (e.g. code-sign-identity, keystore, provisioning-profile);

0.2.10

30 Aug 05:32
Compare
Choose a tag to compare

Re-release of 0.2.9 - added version to force npm publish.

0.2.9

30 Aug 05:24
Compare
Choose a tag to compare
  • Supports node as low as 0.12. Likely works but is untested on 0.11/0.10;
  • The same work changes handling of svg2png, likely #132 Fails to npm install v 0.2.8;
  • Fixes Icon generation fails on 0.2.8 #134;

0.2.8

24 Aug 23:15
Compare
Choose a tag to compare
  • Fixes git ignore needed #79;