Skip to content

Releases: csantanapr/grunt-cordovacli

1.0.0

22 Apr 00:42
Compare
Choose a tag to compare

Updated deps for grunt and update README

v0.7.1

10 Apr 13:35
Compare
Choose a tag to compare

Made peedDependencies for cordova and cca more relaxed
Remove check if plugin is already installed, cordova already handles this
Update Readme with sample of removing a plugin

0.7.0

28 Jan 23:14
Compare
Choose a tag to compare

v0.6.0

25 Jan 03:56
Compare
Choose a tag to compare

Fixes #13 Skips add platform and plugin if they are already present
Update dependencies
Supports latest Cordova CLI 4.2.0

v0.4.0

18 May 16:13
Compare
Choose a tag to compare
  • Does not require module 'cordova' to install directly under
  • Tested with latest cordova 3.4
  • minor dev dependencies updates
  • merged from contributions
  • Fixes #2

Release 0.2.0

31 Oct 19:47
Compare
Choose a tag to compare

Change Log

  • Now Using Cordova Registry (plugins.cordova.io) to install plugins
  • Specify plugins using id, path, or git url in a single array
  • Not require to have cordova installed globally now is a dependency
  • Prints the version of cordova-cli being used

v0.1.5

27 Aug 17:25
Compare
Choose a tag to compare
Fix parallels tasks not waiting, using grunt.util.async.parallel now

v0.1.4

27 Aug 15:39
Compare
Choose a tag to compare
added unit tests, and split plugins and platform into individual targets