Releases: isleofcode/corber
Releases · isleofcode/corber
0.3.5
- 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
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
Introduces the ember cdv:make-icons command.
0.3.2
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
- Now initializes .gitkeep files in required cordova folders;
- Fixes #145 Not all users receive the allow-navigation warning on LiveReload
0.3.0
- 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
- Adds support for all non-grade cordova build commands (e.g. code-sign-identity, keystore, provisioning-profile);
0.2.10
Re-release of 0.2.9 - added version to force npm publish.
0.2.9
- 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
- Fixes git ignore needed #79;