You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/01/21 19:11:34 UTC

[cordova-cli] branch janpio-node_message created (now a541a40)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-node_message
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git.


      at a541a40  Update node depreaction notice message

This branch includes the following new commits:

     new 82699d9  Add README
     new cef079e  added some clarity for those seeking it
     new 836d958  Add .gitignore.
     new e81dcb2  Update README.md with commit instructions.
     new 68340ce  Update README.md with project organization.
     new 1d00c0c  Initial commit
     new 3889b61  updating README
     new 9b175fe  updating README.rd
     new 7019f0e  adding cordova client code
     new d410857  adding placeholder for tests, vendoring the cordova lib, and seperation of cli from module code
     new 5b8a0c0  create working w/ new structure
     new 28930e8  build and emulate working
     new e7eef49  slightly better help system
     new 1d59b7d  betterish child process
     new 27e2cf6  gratuitous colors
     new 8c70a4e  this should not be here
     new ccd90e6  added local docs server
     new 8b1d170  added docs about docs
     new 78e1bde  tweaks to readme, begone mocha, welcome back jasmine
     new f61580f  jasmine, start of www template
     new a6e2184  using wrench, fixed up tests
     new 244fae1  added platform specs and basic work
     new 794276a  split out code into smaller modules, platform command now works. tweaked help txt.
     new 3f10301  finished off platform specs and impl
     new 87f04f5  contribution section to readme
     new fe7656c  split out cordova subcommands build and platform into separate files
     new 37ddd02  Project creation works.
     new 96b8511  build and emulate working.
     new 00d14a2  Copying in common www assets at build time
     new 3bcbcf0  pluginstall basics
     new e878b35  plugin support!
     new 30ed15c  changed command modules to throw, and cli script to handle passing over to console. fixed tests.
     new 61782b8  added plugin stuff to readme
     new 9f966c2  help updates, sped up tests, routing certain calls to null so as to not overload exec buffer.
     new 650af9f  On pluginstall, copy in plugin www assets into common project www.
     new 85a094e  todos, callback for plugin module, moar tests.
     new 82aa19c  Issue #5: use the hello-cordova sample application
     new 954e959  Missing platform tag
     new 923b541  reasonable timeout values for tests. callback invocation for plugin support. fixing plugin listing issue
     new 4dadcd6  commas man. wtf
     new 4681a89  helper file makes this a bit more sane.
     new 7c460a8  proper refactor, express to deps as it was missing
     new f9bbe19  use exists instead of lstat to check for dir existence. throw instead of console.
     new 52f12bb  and tweak expectation to go along with that last change
     new a40a01c  Most of the way there for #2 (config.xml as user endpoint for modifying app metadata). Fixes #6: can specify app name at create time (and optionally id/package name as well).
     new bbf207f  First cordova-client commit
     new ec3e6d8  update with latest refactor
     new 45a51fe  fixed up tests a bit
     new 6568ebd  gitignore and test updates
     new b50a88a  Add .gitignore.
     new a963a21  conflict :(
     new 7c802bb  Merge branch 'cordova-client' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-labs into cordova-client
     new e91530b  using npm-published version of pluginstall. line drawn in sand regarding minimum cordova version. added asyncblock for flow control. fixed an issue with express deprecation warning.
     new aa5803f  todos and asyncblock-ing build command to wait for debug cmd to finish
     new 78df059  asyncblock is better. explicitly checks out tag 2.1.0rc1 now after cloning libs.
     new 751a959  forgot asyncblock function wrapper, updated readme
     new bb485e1  fixed tests. small logic fix. updates to readme
     new de8a06d  update android project name on each build
     new bbf14c5  replace non-words in package name with underscore
     new 89c3c13  java man. wtf
     new 382e89f  test updates. omg was shooting myself in the foot with jasmine helpers.argh!
     new 0a17947  added ios project creation tests
     new b5f0ed0  Update doc/help.txt
     new 3bb7ff6  dropping todo
     new 66dc3af  working on the documentation a bit
     new d9e361b  more editing
     new e7aa544  merging in changes from Filip, Michal, and Brian
     new 2465069  more tweaks, mostly hygiene
     new 96de0b7  removing leading $ from CLI examples. updated command formats based on Brian's feedback.
     new 8837e00  doc tweaks
     new f55d0e8  Test audit and dropped todo based on ML feedback.
     new c2ceb9a  tweaking readme, added a plugin.xml parser module.
     new ac2b66d  fleshed out plugin addition. tests!
     new 88bc1da  updating (temporarily) github url for project, bumping version for npm publish!
     new 0f92128  .cordova file now a basic manifest
     new 11165e9  added a dot parser, start of syncing up config.xml between user and client
     new 380c45e  readme todo updates. now links to github issues.
     new 2f397c6  removing dot file stuff.. unnecessary abstraction.
     new 94f9b53  updating package.json to point to anis pluginstall
     new c3017bc  stub of build specs related to config.xml interpolation. added a bunch of fixtures for tests.
     new c170427  add platform config logic made simpler
     new 132a963  config.xml -> native project configurator modules. moar tests.
     new a8379e6  adding ios project parser module and related specs. hooked in config name extraction -> interpolation into native project for ios.
     new ed8721f  added documentation on how to edit app name via config.xml. related specs to configuring with config.xml
     new 20924a4  Output indented XML.
     new 5854abd  sped up tests by catching calls to android/bin/create at the child_process.exec level. gnarly, but saves test run time by about 50% on my machine
     new 4fd3ccb  modified add platform: created a variable for checkout tag, moved get platform logic to seperate function, added error checking when platform already exists, added error checking for invalid platform name. updated instructions to not install as sudo. changed lstatsync to existsSync
     new 10f372b  Merge pull request #22 from dpogue/xml-formatting
     new f9c043e  moved lib cloning to util module. `npm test` now makes sure libraries are all cloend down before running tests.
     new 04bd249  reworked build flow. build tests now run fast! start of incorporating shelljs
     new 329aafb  removed asyncblock. using shelljs where appropriate.
     new 08599f5  axed asyncblock. tweaked test_bootstrap
     new 1bc7040  bumping to 0.0.4 and added mike + darryl as contributors
     new 6203358  added build command invoking changes to app data via config.xml specs. also added plugin removal and specs
     new 721d05a  Added documentation for plugin removal.
     new 7a6a5bd  bumped to 0.0.5
     new 1b309ae  swapped out wrench for shelljs
     new 31e8cd3  Fixes issue #26: android 2.1.0 tab breaks create script. also refactored spec helper a bit so that we can turn off the android project create shortcut
     new 6c3f342  bumping to 0.0.6
     new 878a655  added check for git command availability. Updated my contact email in the contributors list.
     new 458f09c  added uncaughtException handler rather than abruptly calling process.exit
     new 947fa69  removing trycatches
     new a533afb  added blackberry project parser + specs in prep for bb support
     new 8bb3780  blackberry platform support added.
     new d240242  start of bb support. for platform + build commands
     new d6217bf  fixes for bb support
     new f27c669  updated test bootstrap + tests for bb10 support.
     new 1c0d98f  0.0.7
     new 8f41b0c  build specs for bb10 support
     new bfc6354  added -v switch to print version. specs too
     new 6695464  updated help txt to reflect -v flag
     new 31ac868  added blackberry shortcut for project creation to speed up specs
     new 5755260  platforms related to a project are no longer added to config.xml. instead tool looks at dir tree under ./platforms. simpler.
     new 0987dbb  added update_www and update_project methods to project parsers. moved native project specifics to project parser modules (such as retrieving BB env config for deployment).
     new d6bae90  tests should not test native project specifics, only that lower-level modules (project parsers) are invoked to do their tasks. emulate specs added!
     new 600615a  0.0.8
     new a826f0c  Correct case for the ncallbacks require.
     new ee69061  Merge pull request #33 from dpogue/ncallbacks
     new 62887b1  Fixes #35 Add www/ to Android test fixture.
     new 1cdaf90  Merge pull request #36 from mwbrooks/issue_35
     new 6c95cc6  mike as contributor
     new 01324a7  i am a javascript nub.
     new 38f180f  Allow list and rm as alternatives.
     new 9c1a6fc  Added spec tests for the aliased commands.
     new 322facf  Merge pull request #37 from dpogue/syntax
     new e8fdc25  Allow specifying a platform when building.
     new 4d76996  Allow specifying one or more platforms to build/emulate. Fixes #32. Closes #38.
     new c6d3886  readme updates. removed old info. pruned it down so its not so giant. bumped to 0.0.9
     new 0605f05  moving to a .cordova directory
     new d49d263  added hooker module for handling project-specific before/after hooks
     new cb2e1f3  before and after build hooks
     new 5037bad  basic hook info in the readme
     new 78ee2a1  added hooks for build, emulate and platform commands.
     new df3fb0a  plugin hooks
     new 0f37c45  readme tweaks and 0.1.0!
     new 21073b1  re-added info in readme about permissions for global node modules
     new 82c8c56  added note about android tools on path to readme
     new edcfa61  Fixes #40: undefined not a function when adding ios (would also apply to adding BlackBerry).
     new e9ac57d  0.1.1
     new 487cbb3  how to submit bugs.
     new 7940796  landed module-level events/hooks. tweaks to tests
     new 3cb56db  Remove weird characters from default package name + app name. Was throwing errors on older macs. Fixes #42
     new f6b4033  worked out the readme regarding hooks/events
     new 20667dc  updates to specs following default value changes. (#42)
     new 0d4c2f9  handling multiple platform and plugin add/removes.
     new 71ab56a  better handling of cli params. closes #30.
     new 1a2226e  0.1.3
     new 1c4e9b5  cleared up platfrom+plugin add/rm multiple commands
     new 3b42d94  package id changes supported in android
     new 501c2d8  modifying package name (bundle id) for ios projects.
     new 478b3a4  Closes #21. Support modifying package identifier via config.xml
     new a241537  0.1.4
     new 1f5dd3e  Update pluginstall + xcode dependencies. Fixes #49 and #50
     new c498bab  0.1.5
     new 50e1084  Fixes #47. Removed node-plist as dependency. Used simpler regex to do string/replace.
     new be5dc05  0.1.6
     new e805772  adding notice regarding permissions for tool upon install
     new 40c06dd  Removed dependency on git (closes #55 #53 and #13). Using request + unzip libs to handle downloading the cordova libs.
     new d7b39e8  Explicitly fail on platform-add for ios if xcode is not installed or not of minimum requirements. Closes #52.
     new 62a13ee  Fixes for download-based lib pull. gotta chmod all the shizz.
     new b28f0bb  0.1.8
     new 8e7a41d  Fixes #57 - issue with folders with spaces in them. Still need to wait for android to fix its debug/cordova scripts for full fix, though.
     new 5f8f2a3  Axed "docs" command. Updated example usage in help txt a bit. Fixes #59
     new de96a57  Fixes #61: hook folders that do not exist blow things up. Now ignore hook folders that no longer exist.
     new 9f338e1  bumping to 0.1.9, and bumped pluginstall dependency to 0.5.2
     new c7bc488  fixes to plugin failure output
     new d774d5d  adding access whitelist api to config_parser
     new f58c26e  ios projects now adhere to whitelist specified by config.xml
     new 9e7b777  android projects now adhere to whitelist specified by config.xml
     new bc4ad3f  added "remove all access elements" functionality to config_parser. added whitelist support to blackberry
     new a0217d6  bump to 0.1.10. Whitelist support added across platforms. Bumped pluginstall dependency to version 0.5.3.
     new bab6419  bumping support for 2.2.0
     new 6033427  Add `serve` command.
     new 41816a6  Fixes #65: whitespace <string> elements mess up running on ios simulator.
     new 439be65  Merge branch 'master' of https://github.com/filmaj/cordova-client
     new 2064e80  Fix for #68, proper support for blackberry-10 whitelist. Bumped npm version.
     new 4b1e43a  Attempt for #69.
     new c0aa6d9  Example hook from @dpogue, thanks buddy. Fixes #70.
     new cd15f44  Bump to 0.1.12. Fix to #68: can use either `uri` or `origin` attribute to denote domain whitelist (noted as such in readme).
     new b82a333  Add search paths to `serve`. Add return values useful for testing.
     new b16ccf7  Add spec tests for `serve` command.
     new 50a2e54  Merge ../cordova-client into cordova-client
     new d864b04  Remove commented junk from serve.spec.js
     new b63b671  updating lib locations. bumping cordova to 2.3.0rc1. updating references to pluginstall
     new fa32567  updating cordova-cli to work with 2.3.00rc1
     new 3d9e4b7  bumping to 0.1.14
     new e704a40  Updated moving of cordova.blackberry.js
     new 82f2ce5  updating version to match cordova versioning, and links to apache
     new 2325216  updating readme
     new 5742036  updates for 2.3.0 support. bumped version. removed checked-in native project fixtures for tests, now on install create fixtures based on actual `create` scripts for platforms.
     new f011bc3  got rid of old script ref. fixes CB-2182
     new bbb3e64  fixing bad install script again.. bumping to 2.3.2
     new 4f9eebe  Fix for CB-2074: problem when running in iPad 6.0 simulator. Empty space, multiline elements in .plist files cannot exist. Bumping to 2.3.3
     new e71881f  route "platforms" command to platform, same with "plugins" -> plugin
     new 161446a  Fixes CB-2075: cordova-cli has trouble with projects under svn revision control. Added a "deleteSvnFolders" utility method to help with this.
     new af5d44f  Added support for <preference> elements in config.xml (specs included).
     new 92ff11f  Fixes CB-2237: Support for <preference> elements in Android + iOS. Bump to 2.3.5.
     new e4a9ee9  Refix CB-2237: Preferecne support in config.xml. Now doesnt clobber default prefs for android and ios.
     new 1a99d90  Updating README to list support for <preference> tags in config.xml
     new d61decc  support for 2.4.0rc1. "vendored" the platform libs in. added Gord and Braden as contributors. removed dependency on unzip and axed the old download-cordova code.
     new 07bcd0b  bumping to 2.4.0 package.json version
     new c0bd2e5  updating project.properties in cordova-android
     new b194da1  Fix for android configuration.
     new e769373  Run android config after install.
     new ffe174b  still trying to figure out issues with installing from npm...
     new f45639a  adding npmignore to fix npm installs. removed checked-in local.properties file for android
     new bb819d1  CB-2299 part 1: apache RAT audit.
     new e8bd7a3  CB-2299 part 2: apache RAT audit for CLI.
     new 235a8d2  CB-2219: moved "check requirements" type stuff into indiv platform handlers. removes dependency on android stuff on-install.
     new ff34f5d  CB-2294: when adding platforms, the stock app assets would be left in the platform artifacts.
     new 5ef109b  using cli tools, bootstrap now creates a project for use as text fixtures on install. bootstrap now uses the check_requirements function for platform-specific req checks on install as well. removed old cordova project fixture that was "manually" added.
     new 47c4528  speeding up parser specs. refactoring a bit for tighter/clearner/faster tests.
     new c133822  tweaked up tests for project parsers.
     new 8d4ab38  fixes for at est cleanup
     new 6c74e7f  sped up platform tests!
     new 32dcdc7  more work for making tests fast
     new 872f71e  setting ios scripts to executable
     new f38040c  bumped up to shelljs 0.1.2
     new 2cfdf55  tests redone for build
     new 8296eda  sped up emulate tests
     new 34ee767  typo in help menu
     new 1b91256  2.4.3. Fixes with plugins. Tests are faster. woot.
     new f6dc3ad  updating to cordova-android 2.4.0
     new 5203a27  updating to cordova-ios 2.4.0
     new 68e12b4  updating blackberry to 2.4.0
     new 45e7372  package.json @ 2.4.4. tag for 2.4.0
     new 51c5053  2.4.5. trying out the "unsafe-perm" config flag to fix permission weirdness
     new 43d65f9  2.4.6. Adding output of xcode min reqs failing.
     new a4babfc  also getting rid of unsafe. not needed.
     new bb8e604  Also adding output to error reporting for android min checks
     new 2e455a1  better errors in ios min checks
     new 5c10b0a  Separate build into prepare and compile.
     new 69be67b  Update README for prepare and compile.
     new 61d29e1  2.4.7. Fixed CLI tools since addition of compile + prepare commands (callbacks were not nested properly). Fixed tests since addition of compile + prepare commands. Rolled back jasmine version since there are issues in 1.2.x. Removed ./bin/notice and put it into bootstrap (for better windows support).
     new d3a5910  2.4.8. Fixed a bug where i hardcoded a path. baaad. added test for it.
     new 4304acb  Create now adds directories for prepapre+compile hooks.also added tests fro this.
     new 64e06c5  2.4.9. Fixed an issue where .gitignore was treated as a platform, added a utility "listPlatforms" function as a result. Fixed emulate specs following making a callback mandatory for all project parser update_project methods.
     new 5b57916  No need to inject webworks.js script anymore
     new c8e05a8  Added Tim to contributors list.
     new b9d9837  CB-2445: detect global installs into root-only locations a bit more robustly. Warn noisily if this is so and provide specific instructions on how to fix.
     new 07dd924  woops syntax error in package.json
     new c687ba1  2.4.10
     new 2bb8bac  2.5.0rc1 (2.5.0 in package.json). Removed old test related to webworks scripts. Updated lbiraries to 2.5.0rc1. Added a VERSION file.
     new 7a1934d  Small readme tweak.
     new 7f9a61e  Remove mention of specific cordova version from README, add requirement for xcode + cli xcode tools.
     new 0aef8e9  2.5.0 (2.5.1 for npm). Uses ios, android, blackberry v2.5.0 now.
     new c1c6638  Merge branch 'next'
     new b7bd89a  addition of merges functionality
     new 293ec62  shifted the update_overrides method out of build and into the parsers
     new 51f1cc3  added merges tests
     new a94d290  added merges to base cli documentation
     new 30f2d5c  added merges to base cli documentation
     new 6dd5410  Update .gitignore
     new c20111f  Revert "Revert "added merges to base cli documentation""
     new ec020e7  test fixes and convention  tweaks following merging in "merges" functionality
     new bb776c0  Added Michael Wolf to committers list, expanded on "merges" functionality in README
     new 7c0d009  2.5.2 package.json version.
     new 29a3d24  2.5.3. added temp and fixture dirs to npmignore. this reduces npm payload from 60MB to 18MB.
     new cf499d0  Added prototype ripple support to command line.
     new 3885b9b  2.5.4. removed an accidental checkin for local.properties
     new 21aadeb  [CB-2635] Prevent console output in BlackBerry Parser tests.
     new 964e324  Automatic Javascript installation on prepare
     new b5d9f22  plugin add/rm no longer change top-level www
     new 859cc05  Handle spaces in emulate command.
     new 847040a  2.5.5
     new 089bbff  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 5ba321a  CB-2702: show warning in bootstrap whenever root user is used to install, regardless of location of install.
     new 44fd17d  [CB-2733] Consistently throw an Error object.
     new 26c8132  Set missing create options
     new 0be8a9c  Update project path in example section
     new 4ebae85  CB-2628: add link to getting started guides to readme.
     new a17c205  Tighter Ripple Ingeration
     new 6c844bc  Merge branch 'next'
     new 50e8e4e  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new bdd9210  Remove plugin_loader. prepare now calls plugman --prepare
     new 76ed29c  Make cordova plugin add rely on plugman
     new 37b92ff  2.6.0rc1 used for libs now. Bumped npm version to 2.6.0. added androids local.properties to gitignore.
     new fb7cbc6  Use the new style of plugman commands
     new 10ad93d  Fix cordova plugin add with trailing slash
     new 19d6966  No <platform> tags for JS-only plugins.
     new 69a49e4  CB-2811: shell and module-level hooks should receive project root as parameter.
     new 2f39840  Install all installed plugins into a newly added platform
     new 740ff28  Move www/ and merges/ into app/.
     new 67d94ca  updated version to 2.6.0
     new be6d2ed  Fix 'plugin add' tests
     new ec204ce  [src] Remove unused platform parsers from compile command.
     new 548ae52  [CB-3057] Change iOS platform to default to ARC.
     new cbfe309  [#3050] Add cordova.platform.support(name, callback).
     new 0cf3d03  [npm] Version 2.6.1
     new 0e313ad  Merge branch '[npm] Version 2.6.1'
     new 0b4ca24  [npm] Version 2.6.2
     new 0476a19  CB-3183 handle missing plugins directory
     new b6be347  Chaning plugman.js to main.js as run target
     new d9a153c  Version 2.7.0-rc.1
     new 7a2e859  [CB-3227] Fix missing build script in iOS project.
     new d2b2114  [npm] Version 2.7.1-rc.1
     new 87dcfe6  [CB-3228] Fix 'cordova build blackberry' to use cordova.js
     new b49b363  [CB-3238] Update cordova-ios to 2.7.0
     new 298ad42  [CB-3238] Update cordova-android to 2.7.0
     new 607257c  [CB-3238] Update cordova-blackberry to 2.7.0
     new 72cca5e  Version 2.7.0 (npm 2.7.2)
     new 655776c  using plugman as a lib and updating package.json to use npm version
     new 2a5407e  Fix `cordova prepare` now that plugin assets are copied on (un)install
     new 6ad6a26  Access config.xml from serve. Serve from platform dir only
     new 1ed1ee2  2.6.0rc1 used for libs now. Bumped npm version to 2.6.0. added androids local.properties to gitignore.
     new 72e7265  CB-2811: shell and module-level hooks should receive project root as parameter.
     new 56b4247  updated version to 2.6.0
     new 56e4563  [src] Remove unused platform parsers from compile command.
     new ab58257  [#3050] Add cordova.platform.support(name, callback).
     new f03b1e4  [npm] Version 2.6.1
     new ee26ee9  [npm] Version 2.6.2
     new d277668  CB-3183 handle missing plugins directory
     new 71fb372  Version 2.7.0-rc.1
     new bca5ebf  [CB-3227] Fix missing build script in iOS project.
     new e6ca7df  [npm] Version 2.7.1-rc.1
     new dac8583  [CB-3228] Fix 'cordova build blackberry' to use cordova.js
     new 0f619a7  [CB-3238] Update cordova-ios to 2.7.0
     new ee0a502  [CB-3238] Update cordova-android to 2.7.0
     new 4ff28b3  [CB-3238] Update cordova-blackberry to 2.7.0
     new 164d064  Version 2.7.0 (npm 2.7.2)
     new 51901bd  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 2293706  Revert merge branch 'future' into 'master'
     new b50b528  Reorganize specs into cordova-cli/ and platform-script/
     new f59ddbb  Add WP7 and WP8 platform files.
     new ddfa083  Add WP7 and WP8 support to cordova-cli.
     new bed35f6  Add Windows support to Android platform-scripts.
     new 4455e69  Version 2.7.3
     new 926d417  [CB-3419] Change plugin XML namespace to cordova.apache.org
     new b4dd4b0  [CB-3457] Fix Android to support dash in widget id.
     new 8fce1df  Version 2.7.4
     new 083991b  Added missing bin scripts to windows phone
     new ac0c95b  Merge master2->master
     new 6773ecd  2.9.2. [CB-3931] Should ignore "CVS" folders for adding plugins.
     new 062849f  [CB-4148] Changing application name for ios needs to update all references to app name in native ios projects.
     new 6f99515  [CB-4182] Delay in lazy load module. Simplified with a stream implementation.
     new 8cc97ef  2.9.3
     new 15fb308  [CB-4077] Separate the actions of removing a plugin from a platform and removing the plugin entirely
     new cd18d4c  [CB-4077] Fix tests for cordova-cli
     new 6413daa  [CB-4077] updating plugman version to 0.9.0.
     new 069295a  updated plugman dep to 0.9.3
     new f204db8  2.9.4. Bumped request dep version from 2.12.x to 2.22.0.
     new 575d986  re-enabling ripple
     new dc0de97  Added confix_xml function to windows phone parsers
     new 1151fae  2.9.5
     new 8a1ddfb  [windowsphone] Add www contents from root www folder indead of the project one
     new 261fd29  [wp-parsers] fixed deletion of cordova.js reference from .csproj
     new 1d9ade2  [CB-4261] Add and test success callbacks for plugin commands.
     new 8e57050  2.9.6
     new f5158ec  adding search and fetch
     new 745b0d8  merging latest
     new cd7911f  [CB-4267] [BlackBerry10] Fix callback chain for build
     new 686586f  [CB-4268] [BlackBerry10] Remove custom BB run logic (moving to cordova-blackberry)
     new 2782d5e  [CB-4270] [BlackBerry10] Remove custom emulate logic (moving to cordova-blackberry)
     new 1fb3d50  Fix for check_requirements function wrapper around errors.
     new 5a40a4c  Revert "[CB-4268] [BlackBerry10] Remove custom BB run logic (moving to cordova-blackberry)"
     new 4b15c45  Revert "[CB-4270] [BlackBerry10] Remove custom emulate logic (moving to cordova-blackberry)"
     new 7702f71  2.9.7
     new 9fae7ea  [CB-4207] Support for custom lib in windows.
     new 9156cfc  updating lib refs to 30.0.rc1
     new f2d699d  [CB-4268] [BlackBerry10] Remove custom BB run logic (moving to cordova-blackberry)
     new 95ef9bb  [CB-4270] [BlackBerry10] Remove custom emulate logic (moving to cordova-blackberry)
     new 9d5860f  bumped plugman dep to 0.9.7 and set version to 3.0.0rc1
     new aafe75b  [CB-4128] Change blackberry platform label to blackberry10.
     new 80ba87c  added supported platforms to readme.
     new 3dbe6e8  3.0.0rc1-1. bumped plugman dependency to 0.9.8. Fixes [CB-4283]
     new b494b37  3.0.0rc1-2. Bumped plugman to 0.9.9.
     new fae9627  [CB-4286] Added known windows issue to README.md
     new 51d4484  [CB-4286] changed heading types from # to ##
     new 17f6b52  [CB-4286] rearranged
     new fcc5307  3.0.0rc1-3. plugman dep bumped to 0.9.10.
     new a5f40b2  3.0.0!
     new 1148e6f  [CB-4322] Use npms proxy configuration (if set) in the lazy load module. Added proxy verbiage to README. Bumped dependency on plugman to 0.9.11. Bumped version to 3.0.1.
     new d527cc8  Merge branch 'master' into plugman-registry
     new 1a588d0  [CB-4376] Read config.xml after "before prepare" hooks being executed.
     new 0fa097c  Added a spec for [CB-4376].
     new 1fe77b0  added @rubennorte to contributors list.
     new 2953814  added rubennortes email to contributor list.
     new b857a49  Updated README to include windows phone requirements
     new ba0fe0c  adding fetch/search from registry and bumping version
     new 009e8c7  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new afb5898  updating plugman version
     new 628f972  updating plugman version and bumping version
     new 1bc395b  adding latest plugman and bumping version
     new 1e20018  On lazy load error, rmeove any created directories.
     new 44d21ae  [CB-4429] Fixed platform add for lazy loaded wp7
     new bd1e9c8  Changed references to windows phone repo from wp8 to wp
     new c39b701  [CB-4273] Allows arguments pass-through to platform scripts - Splits platforms from options in the bin/cordova script effectively   changing the JS interface
     new 4c9bbbc  bumped to plugman 0.10.0. added optimist. refactored cli shim into own module.
     new 18ff440  Add command-line completion script, with installation docs
     new 753214c  [CB-4200] Add Bash command-line completion
     new 83a042a  [CB-4511] [BlackBerry10] Fix parser handling of config.xml
     new d0f44ca  support for merges directory in wp8
     new c775d2a  [CB-4532] Changes the CLI to only use optimist for verbose and version - Also adds limited unit tests for the CLI module
     new 89b7efd  Added partial support for "content" tag in config.xml "cordova prepare" now correctly handles the <content> tag. Android only.
     new 9ac6195  [CB-3191] Added specs for config_parser changes to include <content> tag support. Updated stock template.
     new 057021d  Added tyrion to contributor list.
     new 86ef079  [CB-3191] Updated README to reflect <content> tag support. Added support + specs for ios.
     new 0dce191  [CB-3191] Support for <content> tag (start page declaration) in BlackBerry10.
     new 1554307  [CB-3191] Support for <content> tag in windows phone platforms.
     new a2f6f4a  3.0.5
     new 36f037a  [CB-4572] Create parent dir for lazy_loaded local lib
     new 1d0e985  3.0.6
     new 9f83b4a  [CB-4484] Do not force www app contents to come with an index.html.
     new 0d1aa9b  add firefox platform
     new a3d8ce7  change firefoxos link to tarball
     new 4b77dec  [CB-4570] [BlackBerry10] Updating the parser not to overwrite config.xml
     new 0f56fbc  [CB-4618] fix for xml parsing on windows, use xml-helpers from now on to parse xml
     new 786f8f0  make the firefoxos parser actually build the project
     new 18a8452  add default manifest properties for firefox os platform
     new 6036bc4  CB-4651: Allow default project template to be overridden by config.json
     new 02668f6  Merge branch 'master' of github.com:jlongster/cordova-cli into ffos
     new ad5a3e4  CB-4657: added staging_dir function to ff parser
     new 9196137  CB:4657 added ffos support to cli
     new 893b172  [BlackBerry10] Fixed issue calling check_reqs script with space in path
     new 63b08c9  3.0.7
     new 443e8eb  3.0.8
     new fd8b2f1  [WP8] add all files from www dir in actual project directory, not the common one (required in order to respect files from merges)
     new 66f15d2  [CB-3904]: platform ls now shows installed and available platforms.
     new 16be558  Fix broken tests for platform ls after my recent change.
     new 1d6e3b3  [CB-4184]: Install plugins to platforms serially, not in parallel.
     new 84a95f4  [CB-4751] Updated version and changelog for 3.0.9
     new 7270f33  Version updated to 3.0.10-dev
     new cc30eac  [CB-4325] Run platform installs in serial instead of in parallel
     new aba4599  [CB-4793] Lazily require modules in some places.
     new 887ee12  [CB-4797] Change `serve` command to serve platforms keyed off of path component.
     new 1571f9d  Fix broken tests due to lazy requiring change.
     new b1cadf0  [CB-4797] Add missing return statement in cordova serve
     new de8f547  [CB-4797] Fix a crash on undefined platform in path.
     new f562104  fixed merge conflicts in package.json
     new 2ed702f  Fix platforms.js: firefoxos.parser
     new 737b0d8  Fix expectation for platform ls test, for firefoxos
     new 69479bc  Rename CHANGELOG.md -> RELEASENOTES.md
     new cc7bebb  [CB-4545] support for merges directory on both wp7 & wp8
     new a43d946  Add version numbers to `platform ls` output.
     new 1d02e0a  Add `cordova update foo` command, with tests. [CB-4777]
     new 9f4ff9e  Update repo versions to 3.1.0-rc1
     new 4009590  Add missing license headers
     new c99bcdf  Merge branch 'origin/master'
     new f8494a2  [CB-4837]: Version 3.0.10. Depends on Plugman 0.12.x.
     new 017b7d9  Refactor to use Q.js promises in place of callbacks everywhere.
     new f7fd668  [CB-4604] Execute hooks directly (not .bat files) cross-platform
     new d215e5f  Remove two debugger; lines that snuck in.
     new bd2c667  reapplied change to add event mid build to allow mods to www folder pre_package  aka 775e969f9cc27a580123897d922121d564d4554d
     new cebd776  [CB-4883]: Graceful handling of lazy loading errors.
     new 0a82592  First pass
     new 11a081c  Add pre_package event to wp8 project
     new f2574b2  Fix busted test.
     new 60139a6  Wait for the pre_package event to finish, or the update_csproj function might give unexpected results. Fixes both the wp7 and wp8 parser.
     new aa09f18  [CB-4877]: Add basic logging, --silent flag.
     new f28301c  Fix cli.js tests broken by --silent change.
     new dff71fe  Bumping elementtree version to 0.1.5 to match plugman and support namespaced xml elements
     new b51be5b  Fixes a bug where cordova prepare bombs on a config missing a content element   - Changes an undefined check to falsey to cover random null value     returned from elementtree
     new 1bc89e0  [CB-4774] Display proper error if cordova prepare run not in project dir.
     new d3b3292  Update "cordova serve" to work with promises refactoring
     new 3c4e141  Code style (indentation)
     new 7dcdae0  Make cordova serve ignore dot files.
     new d35b0c7  Log requests in cordova serve
     new 9c3d4d1  [CB-4621] Updating run and emulate commands to always provide default options
     new 9823bdd  CB-5032: clarify the help text
     new 9b5f464  [CB-4774] Updated prepare flow to make platform config.xml a build output   - Adds a new method to manually merge two config.xml files
     new 005a3d1  begin firefoxos tests
     new 4260a88  CB-4957: added fix for FFOS
     new 6cdf5e4  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new e6e7b63  added temp config path for ffos, fixed wp8 config_xml function
     new 2883ebe  added myself as a contributor, CB-5042 added info on windows8
     new 1a2b987  added not about platform+os restrictions
     new 5b9961f  CB-5067: added exception incase no platform level config.xml or defaults.xml exisit
     new f00b19c  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 3755c84  updated to a version greater than our latest version on npm
     new 9fc761f  cordova help should return a Q. fixes CB-5070
     new a3d3261  CB-5066: merged in windows 8 support into master from cordova-3.1.x
     new 8407bfe  CB-5066: continuing merge of windows 8 stuff
     new fb9787f  config.xml helper function is used, removed error merge of wp folder.
     new fecd81a  CB-5066: dealing with windows8 issues
     new d1c8024  CB-4774: Copy www assets before running plugin prepare
     new 3b1724d  CB-2234 Add 'cordova info' command
     new a6929d1  CB-5066: merged in windows 8 support into master from cordova-3.1.x
     new e13aaf5  CB-5066: continuing merge of windows 8 stuff
     new 9e3fc87  config.xml helper function is used, removed error merge of wp folder.
     new 7b84da6  fixed merge conflict
     new 1d97fad  Merge branch 'master' of github.com:jlongster/cordova-cli
     new 24c2b13  windows8: fixed project parser issue, and updated tests
     new 69384ed  windows8: remove debug console.log
     new 0486458  Update tests for commit d1c8024: update_project() should not call update_www() directly
     new 3112393  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 7efbd92  Merge branch 'master' of github.com:purplecabbage/cordova-cli
     new 3fc980b  CB-5066: fixed issue with visual elements not being referenced correctly
     new 7c74aa5  Using .find to grab visualelements instead
     new 595a473  CB-5106:[win8] fixed tests for windows 8
     new 3a6ac4d  CB-5106:[wp7] fixed broken wp7 tests
     new 6502c54  CB-5106: removed flood of cp error messages when running tests
     new 5130646  CB-4748: Fail quickly if dir passed to cordova create is not empty.
     new 01c7ece  CB-5125: replace child process exec with spawn
     new dedc29a  CB-5125 add tests for chil process spawn
     new 902a4aa  CB-5183 WP7/8 custom_path is not correctly resolved by CLI
     new 68675f5  [CB-5147] emulate needs a space before error message
     new 237d006  [CB-5142] improve grammar of emulate description
     new d75c058  [CB-4976] Don't symlink into ~/.cordova/lib for local libs
     new a778f00  CB:5187 on node  windows broken compile, emulate, run
     new f76dfb8  CB-5187: remove unused var os_platform
     new 84aed63  increased version of plugman to 0.14.0 in package.json
     new 9bd254d  [CB-5197] Updated version and RELEASENOTES.md for release 3.1.0-0.2.0
     new 9bac2eb  [CB-5220] "An error occurred" is missing an "A" ...
     new 1c25ec6  [CB-5220] "An error occurred" is missing an "A" ...
     new 5529958  [CB-4994] Update xcode dependency to handle Xcode 5 capabilities.
     new d7e117a  Merge branch 'CB-5183' of https://github.com/sgrebnov/cordova-cli
     new 48dee19  readability + code quality in wp7+8 parsers
     new 95589c2  merging
     new 4d44b06  serve: provide basic entry point
     new 733e637  serve: Fix doRoot() not being called & remove duplicated table.
     new 181aa1b  CB-5183 WP7/8 lib path is not correctly resolved by CLI (additional changes)
     new 7204e8b  Cleaning up wp7+8 parsers' use of promises. Fix tests.
     new 5e68dff  [CB-5143] Locate the actual Android app .java file much more carefully.
     new c4a60cd  [CB-4866] Execute hooks in ascending order of any leading numbers
     new 3d6a3d3  CB-5283 Improved cordova serve message to be more descriptive
     new f86273c  fix conflict with removed head code
     new 5c9d4ee  tests were failing attempting to match lib/dir and lib\\dir on windows
     new 5f65528  CB-5307: Remove references to Callback and Incubator
     new 6553489  Remove accidental console.logs in the tests.
     new 54a2ffe  Skeleton of e2e tests in place.
     new 3a4c978  CB-5063: Keep cordova.js in platform_www to avoid copying it from lib.
     new 14b6ea3  fix 3 failing tests for windows8 and wp8 and add assertions for wp7 too.
     new 46a74d3  Adding instructions for installing on master.
     new f6b3da9  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 36cf660  CB-5063: Revert to copying cordova.js before user www dir
     new 78d9699  CB-4400: cd to project root in most cordova commands.
     new d2f95e2  First pass of platform integration test.
     new 05ea42d  CB-5320 Document avoiding sudo
     new bcfec84  Much more complete 'platform' command integration tests.
     new 6ca954b  Add test for "create" command.
     new 7b48448  updated version for 3.2.0-0.0.0 rc testing
     new c4fe519  Minor fixes in create.spec.js
     new 1df8131  changed rc version based off semver
     new f6da763  CB-5364 config_parser - handle duplicates with children and text when merging
     new 99854ad  CB-5280 Update serve's help text to remove platform arguments
     new 445a5fd  Change cordova serve's project.json to include etags.
     new 2e106cd  CB-5368 Cordova serve deflate content breaks IE
     new 7b78259  CB-5377 serve: should only indicate listening when it is
     new 19513a1  Fix issue not finding platform script when in subdir - check platforms which have subdir - append subdir to libDir for detected platforms
     new 1338367  CB-5364 config_parser - check for null element text
     new a6d8d65  Append subdirectory for concerned platforms
     new 86802d8  Make lazy_load method aware of subdirectory field
     new 20faff1  Remove platform check in platform add and update
     new abab971  Update parsers to match new libDir returned by lazy_load
     new 372e598  Update tests to match improvements
     new f6d4c75  Fix version and Id in package.appxmanifest
     new 1da2a96  Update Identity.Name in package.appxmanifest
     new 912e012  Append author property to config_parser
     new 02162b4  Update appxmanifest properties' DisplayName and PublisherName
     new 36c3b3b  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli into CB-5400
     new 0364f0b  Improve fix version method
     new 16a3003  Added amazon-fireos platform. making cli test 'platform ls' pass. Added amazon-fireos platform in the list.
     new 62fd958  Added check for awv_interface.jar existance.
     new 37a782c  Add plugin test
     new 4f19c86  Allow version string to have 1, 2, 3, or 4 part numbers
     new f810232  Rewrite properties set, to better match project code style
     new ad01299  Fix comments left over from debugging.
     new 142ecae  CB-5363 Improve config_json error reporting
     new cd7efdd  add the output of the plugman results to the console
     new c2d031b  updated to 3.2.0-0.1.0
     new 84aeb98  Update wp8_parser.js
     new 257799a  Update wp7_parser.js
     new d7fde3f  CB-5467: CLI: cordova platform add blackberry10 blocked
     new 803cc0a  CB-5321 Windows8 custom_path is not correctly resolved by CLI
     new 97656b9  CB-5337 Windows8 build fails due to invalid app version
     new d7581d0  CB-5340 Windows8 build does no write cordova_plugins.js
     new 1edf64a  CB-5350 Windows8 build fails due to invalid 'Capabilities' definition
     new f725bd9  Add BOM to files to ensure app pass store certification
     new 6516fa7  Merge branch 'Maxime/CB-5400' Version and Id is not set correctly in Windows 8 application project file
     new 715dbc2  removes traling spaces when reads author from config.xml
     new 3196318  CB-5485 fixed issue with use of cordova cli api, if cordova.config is called before cordova.create, the create command failed. Now, project directory must not exist, or only contain the .cordova config file.
     new b118631  Merge branch 'master' of github.com:archananaik/cordova-cli
     new 452566f  updated platforms.js to include fireos
     new a54c930  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 5877dd2  Merge branch 'master' of https://github.com/junaidrsd/cordova-cli
     new 2d7f08d  correctly resolve file/directories using fs provided methods
     new 5977d74  Merge pull request #1 from purplecabbage/CB-5492
     new 4e7def9  fix merge conflicts
     new 6b0c7fb  Fixed CLI error while adding amazon-fireos platform.
     new b9badb3  Merge pull request #2 from purplecabbage/CB-5392
     new 4e773ed  add ubuntu platform
     new 700c9d6  Merge branch 'e2e-tests'
     new 4700a64  fixed failing tests recently introduced with Windows8 parser changes
     new 9c11350  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 2c62a27  added win-test to be run on windows, which does not include e2e tests which have multiple failures on windows.
     new b739fa9  skip hooker.spec expects if running on win32. until someone fixes these tests, they are simply skipped over.
     new d6e96f2  fixed merge conflict due to e2e
     new de57aff  bumped version to correct npm published version
     new e66e7e9  Added amazon-fireos platform. making cli test 'platform ls' pass. Added amazon-fireos platform in the list.
     new 3c8b3bf  Added check for awv_interface.jar existance.
     new 32e9fe0  updated platforms.js to include fireos
     new 034c016  Fixed CLI error while adding amazon-fireos platform.
     new a91732d  Merge branch 'fireos' of https://git-wip-us.apache.org/repos/asf/cordova-cli into fireos
     new 9d94369  Merge branch 'master' of github.com:Zaspire/cordova-cli into ubuntu
     new 81ce8ed  platforms now points to apache to grab cordova-ubuntu
     new 42f4d49  [android] call out to platform check_req script
     new 758d752  [android] fixing failing android parser spec tests.
     new f7a35b3  CB-5501 fix blackberry10 platform
     new 186baba  Fix e2e tests on Windows
     new af7b240  Revert "fixed merge conflict due to e2e"
     new 2eedc27  Merge branch 'e2e-tests'
     new d47a67a  Update version to 3.2.0-0.3.0
     new 1558d6c  Update release notes
     new 933230a  CB-4472 Remove <preference> from template config.xml
     new 2a7bcae  [CB-4472] Fix tests broken by previous commit.
     new 2fb1c8e  add ubuntu to platform.spec list
     new 3a53c22  removed 'win-test' fixture, e2e runs fine on windows now.
     new e325e5d  windows8. fixes version number parsing logic
     new 4f8bf24  CB-5298 Remove redundant requirements check for iOS and Android. The bin/create scripts check.
     new 68942e6  CB-5031 Add CLI help text for platform update and plugin search
     new ed82c5a  Make sure errors during prepare are reported
     new 5e4af11  CB-5034 add registry info to README
     new 6e1d79e  updated to 3.2.0-0.4.0
     new 7968ae7  add ubuntu platform
     new 1bb0e02  platforms now points to apache to grab cordova-ubuntu
     new 1c15a24  Merge branch 'ubuntu' of github.com:Zaspire/cordova-cli into ubuntu
     new 12fd898  updated ubuntu to use apache repos
     new 4722c3f  Added amazon-fireos platform. making cli test 'platform ls' pass. Added amazon-fireos platform in the list.
     new 90866b7  Added check for awv_interface.jar existance.
     new 2eaff19  updated platforms.js to include fireos
     new ba47aa7  Fixed CLI error while adding amazon-fireos platform.
     new 74ce9f5  fixed merge issues
     new c38dd9d  updated check reqs to say amazon fireos
     new 6490967  CB-5248 Fix cordova create directory_name com.example.app AppName extra_arg
     new 2c8bd0d  CB-5311 windows: Provide cmd script so top level node commands run smoothly
     new e7cc09d  CB-5325 Improve README
     new 63228c1  CB-5343 Tell people to run npm install when requirements are missing
     new 4256250  update_csproj was called twice, once from update_project and once from update_www
     new 721e290  CB-5345 Add pre_package event for windows8 parser.
     new aaa59c3  CB-5348 Minor tweaks to cordova help
     new 3e143be  CB-5362 blackberry parser: support local cordova-blackberry
     new 7b8c156  Fixes to e2e tests: args[0] bug, corodva -> cordova
     new 745907d  Document the new Ubuntu support
     new 812950e  updated package.json to use the latest plugman
     new 8aaf00c  Merge branch 'readme-ubuntu' of github.com:david-barth-canonical/cordova-cli
     new d705f9a  updated to 3.3.0-rc.1
     new fe2f04b  CB-5499 added config_xml method to wp7 exports, and added tests for wp7+wp8
     new 02d2d64  CB-5614 Include path to file when config.xml fails to parse
     new 3b184f4  CB-5613 use throw Error to include stack information for -d
     new ec88d6a  CB-5613 Never hide stack trace on uncaughtExceptions.
     new b365138  CB-5619 Avoid Error: Error ...
     new 374d856  make sure the prepare step works in ia32 machines
     new 6f5ebb8  CB-4382: Pass cli arguments to project-level hooks
     new c5ac48d  Moved hooker.spec.js to e2e
     new 8b764c3  CB-5330: Fix hooks test on windows, move to e2e.
     new 5c0b915  Document the new Ubuntu support
     new 3c13327  updated package.json to use the latest plugman
     new 34133e0  updated to 3.3.0-rc.1
     new 0779679  CB-5499 added config_xml method to wp7 exports, and added tests for wp7+wp8
     new 6d241ff  CB-5614 Include path to file when config.xml fails to parse
     new c7a02e5  CB-5613 use throw Error to include stack information for -d
     new ee95ff1  CB-5613 Never hide stack trace on uncaughtExceptions.
     new 923462e  CB-5619 Avoid Error: Error ...
     new aa656e4  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new cfa5645  CB-5573 relies on stderr content and error codes to detect a problem with xcode installation.
     new 29c490a  updated plugman version to 0.17.0
     new e836b05  added deprecation notice about wp7
     new 748cae7  ubuntu install instructions update
     new 3950d1c  ubuntu install instructions update
     new f7d0e61  ubuntu install instructions update
     new 8ba9eaa  ubuntu install instructions update (bis repetitam)
     new 5618fb0  Merge branch 'readme-ubuntu' of github.com:david-barth-canonical/cordova-cli
     new f338c0f  updated to 3.3.0
     new a3d7f0e  CB-5347 Handle dangling platform symlink in cordova platform add
     new 593129e  CB-5223 Tweak log messages for "Downloading" vs "Installing".
     new d5f3b73  CB-5640 Bump version for republishing
     new 46f86a3  Add RELEASENOTES for 3.3.0-0.1.0
     new 7b57f12  CB-4748 Fix typo causing create command to not check for existing directory.
     new 4a5dc40  CB-5667 Skip over non-executable hooks in non-windows environments.
     new d7e3e89  CB-5674 Don't install plugins in parallel when adding a platform.
     new 52143a1  updated to 3.3.1
     new 6ca5cf9  CB-5687 Teach util.isCordova about PWD.
     new 1f23476  CB-5688: check for required args
     new 6f16c20  CB-5688: found same problem with "cordova plugin"
     new dad8e2a  CB-5648: clarify comments for the parms
     new 9b7fedf  CB-4153 Add --src & --link to cordova create.
     new 837e8e3  Add a check to config_parser that root tag is <widget>.
     new 0a9020c  Remove dead code
     new 8bde8ed  CB-5397 Make iOS project file's www/ and config.xml point at the non-platforms versions.
     new cf3c3c2  Revert "CB-5397 Make iOS project file's www/ and config.xml point at the non-platforms versions."
     new 018fac2  CB-5397 Add --cli flag for iOS's bin/create
     new bdb2a21  CB-5715 Pass --cli flag to android create script
     new f8ebf1a  Fix broken tests (whoops)
     new de94f31  CB-4976 - dont use cache for local custom lib
     new 40d6b97  Files in merges must remain intact when removing platform
     new b6d58da  Revert "CB-4976 - dont use cache for local custom lib"
     new 2ebd0cc  CB-4976 dont use cache for local directory
     new 4b9269a  CB-4976 fix tests to handle local dir case
     new 190e72c  CB-4976 Don't fire download hooks for local paths in lazy_load
     new 7d3557c  CB-4910 Default config.xml to the root instead of within www/
     new f7b093d  CB-5735 Don't write out id & name if config file already exists
     new 75af910  CB-4871 Remove unused dependencies in CLI
     new 011f979  CB-4871 Remove jshint dependency.
     new ef992bd  Revert "CB-4871 Remove unused dependencies in CLI"
     new 69738ca  CB-4871 Remove unused dependencies in CLI (take 2)
     new 57c0fbd  CB-4871 Delete ripple command.
     new 5702798  CB-4871 Switch to plist-with-patches to save ~10meg of test files in node_dependencies.
     new c6a3872  CB-4871 Use npmconf instead of npm as a dependency in CLI
     new 477c082  CB-4871 lodash->underscore since underscore is smaller in node_modules
     new 6fb1e9e  CB-4871 Add spec, e2e to .npmignore
     new f4b0084  Remove unused require
     new 5628185  CB-4871 Make some dependencies have same versions as those in plugman
     new 3d1824e  CB-4910 Don't save id and name in config.json.
     new 79a99c2  CB-5763 Don't write out empty config.json files.
     new 0f193ec  Update xcode npm dependency version now that pull request is merged.
     new 0eeaa00  CB-5765 Identify root project folder using www and config.xml instead of .cordova
     new 1df16b2  CB-5764 Move hooks/ to top-level instead of under .cordova
     new 2f864ff  Forgot to remove hard-coded debug path in previous commit.
     new f183e9c  CB-5006 Plumb --searchpath into cordova plugin add
     new b0d4227  CB-5777 Fix "platform update" not updating cordova.js
     new 70e835d  Fix move from lodash->underscore where underscore doesn't have "merge"
     new 3fdbaf7  CB-5006 Fix searchpath not being passed to dependent plugins.
     new 3c33107  CB-5802 Updated version and RELEASENOTES.md for release 3.3.1-0.2.0
     new 47bf3c1  Add an option to config.js to not write config.json during create.
     new b1d2555  Allow lazy_load libs to work without an id and version for local paths.
     new 79c799b  Expose util.isCordova as cordova.findProjectRoot()
     new abc993d  CB-5808 Fix lazy_load stripping off windows drive letters
     new bacdf8f  Add a verbose log when running update command
     new d3bb7d9  Bump node-xcode version
     new 293e281  Update node-xcode dependency to 0.6.6
     new 40089a1  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new e961588  CB-5813 Fix missing quotes on update and ls commands
     new 4b98043  CB-5299 Cache pbxproj to avoid re-parsing it for each plugin.
     new d029eaf  util.isRootDir check for platforms/
     new 8aecd49  CB-5782 Add a derived exception class for better error reporting in CLI
     new 584338b  CB-5590 Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
     new 2676ff8  CB-5782 Use CordovaError wherever relevant.
     new c2830c1  CB-5493 lazy_load now downloads to a temp dir and then moves.
     new 95ae489  CB-3612 Don't pass --device to "run" command by default. Update help text
     new 75ceb5b  Fix serve command when config.xml is in the root (not within www/)
     new af80a43  Fix tests (sorry)
     new fab50f2  CB-5907 Make `cordova update` get version from platform's version script
     new 23d0a4d  Fix isWindows check in util.js to support win64
     new 1f43064  CB-5913 Fail more gracefully on Windows when symlinks fail.
     new 4c8fed8  Setting version to 3.3.1-0.3.0; updated plugman reference to 0.19.0
     new fde4ea3  updated release notes
     new 5d5ed3d  added firefoxos to readme
     new 82c4f43  CB-5782 Add a derived exception class for better error reporting in CLI
     new 4fff05f  CB-5590 Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
     new 3b2f459  CB-5782 Use CordovaError wherever relevant.
     new 4ccc746  CB-5493 lazy_load now downloads to a temp dir and then moves.
     new 5a2f72f  CB-3612 Don't pass --device to "run" command by default. Update help text
     new b661f28  Fix serve command when config.xml is in the root (not within www/)
     new 08c5e35  Fix tests (sorry)
     new 1a871a6  CB-5907 Make `cordova update` get version from platform's version script
     new c708712  Fix isWindows check in util.js to support win64
     new 3439214  CB-5913 Fail more gracefully on Windows when symlinks fail.
     new 4fd533a  Setting version to 3.3.1-0.3.0; updated plugman reference to 0.19.0
     new aa25bb1  updated release notes
     new e8c8c5b  added firefoxos to readme
     new c4cfb78  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 0cf4e2e  updated to 3.4.0-rc.1
     new 81ac7f9  updated release notes
     new 1f53aaf  updated version file
     new 6dedf20  CB-4153 Change to --copy-from and --link-to instead of --src and --link.
     new c14bf70  Curate up release notes & add 3.3.1-0.3.1
     new d71d264  CB-5962 Set version to 3.3.1-0.3.1
     new 0ef0da1  CB-5962 Incremented plugin version to -dev branch.
     new 0475689  CB-5962 Change platforms.js to point back to 3.3.1
     new a24560e  2015 -> 2014 in RELEASENOTES
     new 044a356  Revert "CB-5962 Change platforms.js to point back to 3.3.1"
     new 6d05d94  CB-4153 Update help.txt about --source -> --copy-from
     new d55087f  CB-5947 Throw when trying to create project inside custom www.
     new 134aa64  Revert "Add a check to config_parser that root tag is <widget>."
     new 53093ae  CB-5992: reverting commit until 3.4.0
     new dffe397  updated platform.js to point to 3.3.0
     new b888175  Revert "updated platform.js to point to 3.3.0"
     new 8727029  Unrevert "Add a check to config_parser that root tag is <widget>."
     new 7f1b02f  updated version in prep for 3.4.0
     new 9539b4e  Upleveled amazon_fireos_parser. Making it at par with android_parser.js
     new f323e80  Fix typo in hooks-README.md
     new 8a4e6a6  CB-5634 Set Android orientation from config.xml
     new 0b14177  CB-5634 Minor refactoring + tests for Android's orientation preference.
     new 823e1cd  CB-5937 Add "platform check" command: Shows platforms that are out of date
     new d75236e  CB-5937 "platform check" command: print confirmation when there are no stale platforms.
     new 78d098b  Fix spelling of user output when launching app
     new d82238c  CB-5638 Clean-up: remove unreachable info case from function
     new 0b86d30  set to rc.2
     new 8bc03dc  CB-5875 Updated version and RELEASENOTES.md for 3.4.0-0.1.0
     new a3c8bad  CB-6049, CB-5181 Enable stdio for build sub-commands & add a spawn() helper.
     new 9e720db  CB-5181 Use spawn helper in emulate.js and run.js
     new 5aab49f  CB-5181 Use spawn helper in hooker.js. Catch error event in spawn helper.
     new 85c2b9e  CB-5885 Remove no-longer-necessary iOS project file cache from CLI.
     new b675ee3  CB-5181 Use spawn helper in platform.js
     new 60c7c00  Remove a case of improper re-throwing of an error (and removing stacktrace)
     new 1f681d4  CB-6076 Make "Generating config.xml from defaults" a verbose log
     new 45e80ac  Refactored config_parser.js to simply both it and its tests. Details:
     new 860757f  CB-5299 Speed up prepare by using plugman's new reapply_global_munge()
     new b709767  CB-5647 Remove concept of .staging dir & install directly to www/
     new aa7fe85  CB-5647 Delete .staging directory if one is found (no longer used).
     new bf4383c  CB-6115 Updated version and RELEASENOTES.md for release 3.4.0-0.1.1
     new 731ed67  CB-6115 Incremented plugin version to -dev branch.
     new a235d45  CB-6120 `cordova platform` should not fail when version script fails.
     new bcffd5b  Add NOTICE file
     new 36b250d  Add a LICENSE file
     new d9097de  CB-6115 Updated version and RELEASENOTES.md for release 3.4.0-0.1.2
     new 9d45790  CB-6115 Incremented version to -dev
     new 0f6250f  CB-6115 Updated version and RELEASENOTES.md for release 3.4.0-0.1.3
     new 75dfaf4  CB-6115 Incremented version to -dev
     new 5614f6f  Fix node-style-callbacks form of the CLI api not passing through results.
     new 1b93d0a  Add --searchpath to help.txt
     new 5b4c8bf  When searchpath is specified in config and CLI, merge them.
     new 7df468b  CB-6147 Enable CLI and Plugman with npm shrinkwrap
     new ad15396  Fix tests broken by recent change to searchpath.
     new 6fae83e  CB-6209 Uplevel changes from android_parser to amazon_fireos_parser Added orientation related config changes from android_parser.
     new 3f448d9  Fix ConfigParser.getPreference error + tests
     new 2a9ef82  Fix prepare command from hiding failures.
     new 1503230  CB-6211 'cordova info' command fixed for Windows platform
     new 02bb2c7  updated jasmine dependency for timing
     new 55a3188  [CB-6238] minor fix, removed echo statements from bash hook tests
     new 56a7893  CB-6267 Windows8. Apply BackgroundColor from config.xml
     new 9b7324a  pwd
     new 60f5e8d  [CB-6292] tests for build function's dual return method
     new 2a7cac3  [CB-6293] dual return method implemented in run
     new f1b5737  [CB-6293] dual return method implemented in run
     new bb1b312  [CB-6293] additional tests for run command
     new 025279a  [CB-6296] callback/promise interface implemented
     new 79e5719  [CB-6296] implemented tests for return interface of create function
     new 6e560ae  Tweak error message when hooks fail (wasn't showing correct command)
     new bc4422b  CB-6306 Error creating project when path to project includes spaces
     new c0923f6  CB-6323 Fix superspawn's resolve function on windows (was very broken)
     new 787cd6f  CB-6323 Fix harmless typo in superspawn (cmd -> c)
     new 07181e4  CB-6337 Print nice error when cordova-cli hits various expected things
     new bd108d5  CB-6030 - Automatically increment port for serve when default is in use
     new edecaf9  CB-6338 Improve error for missing template
     new 55c278c  Merge branch 'CB-6267' of https://github.com/sgrebnov/cordova-cli
     new 4f4dc29  CB-6337 Print nice error when cordova-cli hits various expected things
     new da34130  CB-6338 Improve error for missing template
     new 10d073b  CB-6357 platform: Refactor into distinct functions
     new 40efd93  CB-6357 platform: provide exports for functions
     new 39eabf8  CB-6357 call_into_create: support no output
     new 4bc9e70  CB-6357 platform check - install each platform to determine working + version number
     new 69856ce  CB-6357 platform check: sort output
     new bdb34e6  CB-6357 platform: fix indentation
     new 22e5826  CB-6357 minor style changes
     new 4da7f4e  This closes #147
     new 22b14f4  Merge branch 'cb_6337' of github.com:blackberry/cordova-cli
     new 58cb274  Merge branch 'cb_6357' of github.com:blackberry/cordova-cli
     new 4d03b49  Revert "[CB-6296] implemented tests for return interface of create function"
     new 8671a2c  Use smarter BOM-skipping logic when parsing XML.
     new 7e8c641  CB-6141 Fix Windows 8 tests
     new 5cdd3ab  Make "cmd" executed more readable.
     new 6a3fbf1  README.md: Getting Started guides link was broke. Fix.
     new c91e52c  CB-6322 Simplify platforms/platform code for platform specifics
     new e65ebe3  CB-6292 Revert commits that add explicit callbacks to APIs
     new de858d6  CB-6292 Add a callback-based API for cordova info (in addition to promise API)
     new 640c98e  CB-6292 Actually add a comment (meant to be a part of prev. commit)
     new 6ddd959  CB-6377 Handle spaces in paths for cmd related scripts
     new 289239d  CB-6382 platform list: sort output
     new 5cf9d90  CB-6344 Fix spy to return a default platform JSON instead of an empty object
     new 630cf6b  CB-6377 Remove windowsVerbatimArguments from superspawn
     new 4603622  Fix having a space before the closing quote in superspawn log message
     new 290a2a1  CB-6377 Fix up superspawn's cmd fallback when there is a space in the args
     new 7c1d681  updated to use iOS 3.4.1
     new b769a30  CB-6245 Updated version and RELEASENOTES.md for release 3.4.1-0.1.0
     new eee9b27  CB-6245 Incremented package version to -dev
     new 7148290  Revert "CB-6245 Incremented package version to -dev"
     new 8b18296  updated plugman reference in shrinkwrap
     new 6fd3cde  CB-6245 Incremented package version to -dev
     new de2500b  CB-6377 superspawn: always wrap non .exe with spaces to cmd with /s /c
     new fde755f  CB-6421: Move tests from e2e to spec
     new f4a9597  CB-6421: Move tests from e2e to spec
     new 38db7a2  CB-6421: Move tests from e2e to spec - cli test
     new 3a4a9eb  CB-6312 Use "landscape" instead of "userLandscape" in AndroidManifest.xml
     new 396b4f9  CB-5093: Add versionCode and CFBundleVersion during prepare
     new e7fd77e  Revert "CB-6267 Windows8. Apply BackgroundColor from config.xml"
     new dafc0f0  Recreate "platforms" dir if it was deleted.
     new 36c0585  Merge branch 'CB-6267' of https://github.com/MSOpenTech/cordova-cli
     new 02ba107  CB-6432 pre_package hook does not populate %CORDOVA_PLATFORMS%
     new c7ac042  CB-5847 strictSSL is no longer ignored
     new 9372f0d  CB-6329 improve 'cordova info' command
     new cdb5def  CB-6329 Clean-up of cordova info changes previously merged.
     new 106014a  CB-6329 Delete unused info-utils.js
     new bc86dc6  CB-2606 Icons support for iOS, Android, BB10, WP8, Win8, FxOS
     new bceca90  CB-2606 Andriod icon - do not attempt copy to undefined path
     new ff6dd48  Update version of jasmine-node. Fixes test warnings util.print with node 0.11
     new 3b6d2bd  Fix CLI tests to work with node v0.11
     new bedba75  android-parser: Add AndroidLaunchMode preference
     new 7012448  Remove trailing spaces in all js files
     new b4febd7  Merge pull request #4 from rodms10/autoPermission
     new b454946  Adding support for privileged
     new 5835a02  Check if privileged attribute is 'true'
     new eb7f679  CB-5833: Copy/link to custom merges and config.xml when
     new df5101d  Windows 8.1 update breaks app manifest parser
     new 9fad917  CB-6491 add CONTRIBUTING.md
     new 450468a  [Windows8] re-added BOM : CB-5421 Add BOM to all html, js, css files to ensure app can pass Windows Store Certification
     new b51e1c1  Split out cordova-lib: move cordova-cli files
     new 5e3515a  Remove all cordova-lib files
     new 89db695  Update package.json to use cordova-lib
     new 1b3b1f0  Fix require paths to use cordova-lib
     new 74f6511  Fix cordova-lib dep version in package.json
     new 17daa34  CB-6648 Adding a flag for experimental features
     new 6acfe7b  CB-6649 Removing experimental flag from positional arguments
     new 3d7db92  Fixing failing CLI tests by removing 'experimental' key
     new 0b9b9a7  CB-6586: updated for 3.5.0
     new 315e39c  increaded cordova-lib version in package.json, need to republish
     new 39b0357  CB-6586: updated version to 3.5.0-0.2.2
     new 5cae80a  Fix cordova help
     new 9832fab  CB-5941 Update link to hooks-README.md file from README.md
     new 0e584ff  updated version for repub
     new cd9b696  updated version file
     new ee34eee  Add --noregstry flag for disabling plugin lookup in the registry
     new 6613b47  CLI implementation for the save and restore plugins
     new 6593044  CLI docs for save and restore plugins
     new 37b1cb6  Merge branch 'plugin-restore-docs' of https://github.com/gorkem/cordova-cli
     new c75f660  Update CLI docs for save and restore plugins
     new bc7cf59  updated release notes
     new 3c8294d  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new f78db87  CB-6767 Allow `cordova` to be replacable
     new 7b75074  CB-6813 Add license to CONTRIBUTING.md
     new 57179d6  Add --usenpm flag to activate npm based lazy_load
     new 903f737  CB-6859 remove wp7 as platform
     new b5b4a14  CB-6024: Use nopt instead of optimist in cli
     new d663d93  Set version to -dev
     new 46cde90  Show full stack for CordovaError in verbose mode
     new 7bc6b94  Update cordova-lib dependency in package.json
     new d9b4ff7  Fix comment - CordovaError message vs. full stack trace.
     new f6e73a6  CB-6943 Path can include the : if it is absolute, only test for http. Added tests
     new f182d99  Removed wp7 from existence
     new 087c391  [CB-6740][amazon-fireos]Clean up error reporting when AmazonWebView SDK not found
     new c7a6435  CB-6954: Use the unified cordova_lib.events
     new fc3c606  CB-6943: Fixe cli tets on non-windows.
     new 637994c  CB-6954: Use the unified cordova_lib.events in cli spec
     new 4de816d  CB-6976 Add support for Windows Universal apps (Windows 8.1 and WP 8.1)
     new 19cf569  CB-6728: Support chip architecture flag --archs
     new beaf0d9  Merge branch 'win81' of https://github.com/MSOpenTech/cordova-cli
     new c0addf2  moved require('fs') to top
     new 218e351  fix linting/hinting
     new 9093ac6  Add missing license header to cordova.js
     new d887ba7  CB-7002 Updated version and RELEASENOTES.md for release 3.5.0-0.2.6
     new fca3d2b  CB-7002 Incremented package version to -dev
     new 5712f9e  Fix CB-7069 copy-from & link-to custom uri -> url
     new 2f9228d  Pin jasmine to older version temporarily
     new d86f720  Add --captureExceptions flag to jasmine
     new f6ea1a9  Call process.removeAllListeners() in cli spec
     new b0bebc4  CB-6127lisa7cordova-plugin-consolecordova-cli documentation translation: cordova-cli
     new 7b45087  CB-7100: Use npm based lazy-load by default
     new 0715a14  checking for browserify flag
     new 472aaac  CB-6756 Adds the platforms subcommand for save and restore
     new b438aec  Added browserify flag to cli options
     new b47f75b  CB-7220 Split cordova help into per feature help files
     new 88540ec  CB-7220 Support cordova_lib.binname
     new d158f40  Merge branch 'CB-7001' of github.com:surajpindoria/cordova-cli
     new 7123ae0  CB-6024 Document -- for platform options
     new 65460c1  CB-7001 added browserify to cordova.txt help doc
     new 8a046b2  CB-7001 moved browserify help docs to proper locations
     new 1465aa9  CB-7249cordova-cli documentation translation: cordova-cli
     new 8305e43  CB-7249cordova-cli documentation translation: cordova-cli
     new 9cec5da  Added browserify option "download_opts"
     new b3b79c6  CB-7260 use newer cordova-lib to get cordova-android 3.5.1, bump version num
     new 814182e  Merge branch 'CB-7001' of github.com:surajpindoria/cordova-cli
     new 918c0f7  Fixed the tests
     new b85bee7  Merge branch 'CB-7001' of github.com:surajpindoria/cordova-cli
     new 68d0d9f  created init function to handle initalization of underscore and nopt
     new 0092621  added verbose mode initialization to set up event handlers
     new fa09acd  inital commit of cli create command logic in its own file
     new 7aef391  tracking cli create spec
     new 1aef477  updated tests and cli to pass all tests
     new eeaca77  functional refactor of create with expected input from caller implemented
     new 64ac2fb  parse config json moved to a function
     new 4f45141  renamed cli create spec more sensibly
     new 25efc54  basic tests and structure added to create spec
     new 54f090f  moved custom www handling code to a separate function
     new a4d941f  removed merge conflict
     new 6567676  CB-7345 improve cli documentation
     new 4437454  CB-7345 add tests to validate documentation
     new c2131da  CB-7347 document cordova platform add /path/to support
     new 1f5173c  proper order of initializers, which indicates a bigger problem
     new 4681a1d  correct object referenced in tests
     new f3cc81c  [] refactored test to make use of jasmine's 'toThrow' expectation
     new f4df7ae  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-cli
     new 1311233  [CB-7358] cli spec mocks console log to avoid polluting test output while testing
     new a3f374b  [CB-7355] removed create tests which test behaviour of downstream dependencies
     new d4898e7  CB-7363 Do not insist on precise version of cordova-lib
     new 2f42501  CB-7364 remove duplicate logging initialization for cordova/plugman
     new bb2337a  [CB-7355] re added single test to test call through to cordova-lib cordova raw create
     new 6662888  adds missing 'fs' reference required for Windows (ln191)
     new 367c6d4   Updated version and RELEASENOTES.md for release 3.6.0-0.2.8
     new 0549d9c  fixed issue with package.json
     new 88af04e  updated VERSION file
     new d15b85a  updated version to 3.6.0-0.2.9, bumped lib dep version
     new 9e469a7  updated version to include dev prefix
     new 9e0e09c  updated Release notes
     new 4c1c8c3  CB-7383 Updated version and RELEASENOTES.md for release 3.6.1-0.2.10
     new b859942  CB-7383 Incremented package version to -dev
     new f54682f  CB-7383 depend on a newer version of cordova-lib
     new 4afb3a8  CB-7383 merge changes from release branch to master
     new 1653697  added missing AL header
     new 88e0c3a  CB-7661 Updated version and RELEASENOTES.md for release 3.7.0
     new 127e9fd  CB-7661 Incremented package version to -dev
     new ce4763f  CB-7700 cordova-cli documentation translation: cordova-cli
     new 2b8256e  Merge branch 'master' of https://github.com/sosahvictor/cordova-cli
     new 0fb8fbb  Updated version to 4.0.0, pinned dependencies
     new 585c7b0  CB-7661 Incremented package version to -dev
     new 9ab51c2  Expose cordova-lib from cordova-cli
     new f33f416  CB-7636 Allow using --nobuild flag without screaning
     new 24449c7  Expose cordova-lib and the cli from cordova-cli
     new d3ba506  Update dependencies in package.json
     new dd60ab8  CB-7988 Updated version and RELEASENOTES.md for release 4.0.1
     new a51b2eb  CB-7988 Incremented package version to -dev
     new e33cfc9  CB-7988 Updated version and RELEASENOTES.md for release 4.1.0
     new 5fc5eb9  CB-7988 Incremented package version to -dev
     new 5859fa3  CB-7988 Updated version and RELEASENOTES.md for release 4.1.1
     new ef56bd4  CB-7988 Incremented package version to -dev
     new 58b59ea  CB-7988 Updated version and RELEASENOTES.md for release 4.1.2
     new bada0e8  CB-7988 Incremented package version to -dev
     new 17ce906  searchpath option is added to restore
     new 3afab31  CB-8129 Adds 'npm run cover' command to generate tests coverage report
     new e4210af  CB-8211 Add --link option to `cordova plugin add` (close #191)
     new eceb2b6  CB-8168 --list support for CLI
     new baef558  Fixed jshint issues with cli.js (close #199)
     new bfcb08f  CB-6756 use cordova_lib.binname instead of cordova
     new 94f32e1  Fixing whitespace
     new c9a08ed  Revert "CB-8168 --list support for CLI"
     new afa8016  CB-8256 Updated version and RELEASENOTES.md for release 4.2.0
     new 418ef53  CB-8256 Incremented package version to -dev
     new 0791bf6  CB-7950 CLI create.js misspells parseConfig
     new 38dd672  CB-7739 document installing specific version of platforms
     new 106d880  CB-7950 CLI make CordovaCliCreate.prototype.run vaguely correct
     new 143176e  CB-5316 Spell Cordova as a brand unless it's a command or script
     new d222079  Add coverage/ to .npmignore
     new 7f004b0  Delete .reviewboardrc
     new 871b070  CB-8227 CB-8237 CB-8238 Add --save option to 'cordova platform add', 'cordova platform remove' and 'cordova platform update'
     new 4922566  CB-8301 Added CI configuration files (close #206)
     new 17c0fb5  CB-8314 Speed up Travis CI (close #207)
     new 92550d7  CB-8168 --list support for CLI (close #205)
     new 7868590  CB-8211, CB-8358 Update `--link` help text
     new 545cac1  CB-8379 Have --version print out cordova-lib version if it's not the same as CLI's version
     new a2efd54  CB-8227_CB-8237_CB-8238: Fixing space issue
     new 802c3e9  Merge branch 'master' into CB-8227_CB-8237_CB-8238
     new b2020cd  Merge branch 'CB-8227_CB-8237_CB-8238' of of https://github.com/MSOpenTech/cordova-cli
     new 5c5a761  CB-8439 Fix 'cordova platform update' documentation to include `<plat-spec>` (close #208)
     new 902ef75  Grunt "retire" task added (close #204)
     new 546c1e4  remove save and restore commands
     new 44e0f1c  docs update for plugin --save
     new ee7b19b  add shrinkwrap
     new f0fed4a  CB-8555 Updated version and RELEASENOTES.md for release 4.3.0
     new 0558788  CB-8555 Incremented package version to -dev
     new 2eaebd8  CB-8634 Adds docs about support for custom branches for `cordova platform add`
     new c3fcf22  Update link to hooks README
     new 5b1f323  Add information on Firefox OS to the README
     new 6c21fa8  CB-8859 Updated version and RELEASENOTES.md for release 5.0.0
     new 2ce84c7  CB-8859 Incremented package version to -dev
     new 27db65b  CB-8898 Introduces `cordova requirements` command
     new 98fece9  CB-9087 Updated version and RELEASENOTES.md for release 5.1.0
     new e53af97  CB-9087 Incremented package version to -dev
     new 0a66b69  CB-8898 Adds missing section about `requirements` to general cordova help
     new d62d2c8  CB-9087 updated RELEASENOTES
     new 4dc8669  CB-9087 updated package.json dev version
     new 322880a  CB-9087 updated cordova-lib dep to 5.1.1
     new 9f34c4e  CB-9121 Add support for build configuration to be specified using the CLI
     new 559a072  CB-8993 Plugin restore ignores search path. This closes #213
     new 9fcc4e6  CB-5578 Adds `clean` command to cordova-cli.
     new fd3b864  docs: use http://cordova.apache.org/ to refer to Hooks Guide
     new 8014633  CB-9128 cordova-cli documentation translation: cordova-cli
     new 5cb438d  CB-9171 Support Plugin Variables with =
     new 271158e  Adding .ratignore file.
     new d8680d4  CB-9114: Deprecation Warning for --usegit flag. This closes #214
     new 2b00367  docs: delete duplicated Windows Phone SDK description
     new 2042fa9  docs: unify expression of Amazon Fire OS
     new 28af50f  CB-9469 Updated version and RELEASENOTES.md for release 5.2.0
     new e23bb5d  fixed help test failures
     new f36a2f7  CB-9469 Incremented package version to -dev
     new 1c7e416  CB-9574 Updated version and RELEASENOTES.md for release 5.3.0
     new ffa5e5e  updated .ratignore
     new 7a4da2b  CB-9574 Incremented package version to -dev
     new dabfac1  CB-9574 had to update lib to 5.3.1
     new d268c1b  updated version to 5.3.2-dev
     new 027f727  CB-9597 Updates cli to pass structured args to platform methods
     new c5acc3d  CB-9523 Show out of date message for older cordova CLI
     new 8c1d9ce  CB-8198 Unified console output logic for core platforms
     new 65069a4  CB-9678 Incremented package version to -dev
     new a81a1e0  CB-9784 Remove CLI logger levels prefixes
     new 605bcc2  CB-9788 Add support of stderr/stdout split to CLI logger
     new 38bdd5e  CB-9792 Make CLI logging system interrupt process on an error event
     new 0860382  CB-9800 Fixing contribute link.
     new 78688eb  Remove 'code' file that got inadvertently committed
     new b53810e  CB-9861 fixed failing tests
     new 81716f6  CB-9903 Updated version and RELEASENOTES.md for release 5.4.0
     new 5834f4a  CB-9903 Incremented package version to -dev
     new a4c8b87  add JIRA issue tracker link. This closes #223
     new 415e7a6  Message about deprecating amazon-fireos for Fire OS 5.0+ devices. 2015 onwards FireOS devices should use android platform only.
     new f764758  CB-9836 Add .gitattributes to prevent CRLF line endings in repos
     new 87c4d54  CB-10049 updated version and RELEASENOTES.md for release 5.4.1
     new 34f61cd  Removing the '--usegit' flag from `cordova platform`. Recommended method is to use `cordova platform add git_url#branch`
     new 05eb4a3  CB-9964 Added --template support to Cordova Create
     new 7aafe2e  Closing stale pull request: close #227
     new d794569  Closing stale pull request: close #228
     new 030c52f  updated version to 6.0.0-dev
     new e5b7c12  CB-8455 Added --nohooks option. This closes #230.
     new ba85a64  Remove browserify from experimental flags list
     new 89af7c1  CB-10424 Updated version and RELEASENOTES.md for release 6.0.0
     new 557330a  CB-10424 Incremented package version to -dev
     new 4d5b59e  updated RELEASENOTES
     new 75dbae5  Update help docs - add examples and make them consistent
     new 9aecfb8  CB-10348 Addressed code review feedback. This closes #232
     new 364bf87  CB-10348 CLI doc output tweaks
     new 190ab61  CB-10482 Remove references to windows8 from cordova-lib/cli
     new 6b090dc  CB-10348 CLI reference readme
     new 222d397  Removing extraneous line, but really bumping commit history.
     new 0a3371a  CB-10348 Update formatting of CLI reference readme
     new dbd112e  Fixing title.
     new c321fae  Adding and fixing some whitespace in CLI docs.
     new d129f9d  Minor reference doc tweaks
     new 9256d63  CB-10748 Use cordova-common.CordovaLogger in CLI
     new e2f3cf6  Specify valid SPDX license in package.json
     new 270e5a0  Add Travis CI badge
     new 27a6d48  CB-10673 add plugin add --force option. This closes #236
     new 52bc7c5  Remove invalid space from license in package.json
     new 04b3871  Fix readme.md - directory structure
     new 19a735b  CB-10860 avoid node complaining of too many event listener added when running tests
     new b639c69  Simplify cordova CLI readme
     new 7b52ffc  CB-10902 Updated version and RELEASENOTES.md for release 6.1.0
     new c73f795  CB-10902 Incremented package version to -dev
     new cbc7514  CB-10679: Documenting how the CLI chooses plugin versions
     new aa4e3b3  CB-10980 Set VERSION to 6.2.0-dev (via coho)
     new c59190b  CB-10980 Updated RELEASENOTES.md for release 6.1.1
     new 24865b9  CB-10062 Error: EACCES: permission denied - update-notifier-cordova.json
     new 6e2d201  CB-11042: Add cordova run option to skip prepare
     new 6d9375a  Clarify the docs w.r.t. directory structure
     new 26a2f9a  Remove unused ansi npm dependency
     new e8e4900  CB-10986: Adding note about scoped npm packages for plugins
     new 96c522f  CB-9858 added --fetch option
     new 5e2149f  CB-9858 added --fetch to cli docs
     new 18e7377  CB-9858 Fix tests failing due to new --fetch option
     new 773d2a8  CB-9858 added --fetch to readme
     new f0bb918  CB-11250 Fix CLI tests verifying the version
     new eafb8b9  Telemetry: The Foundational work
     new 330dea1  Telemetry: 'cordova telemetry on' && 'cordova telemetry off'
     new 55df898  Telemetry: Adding Unit Tests
     new 50016c9  Telemetry: CLI Documentation
     new 39e5f17  Telemetry: Refactor telemetry calls into a single spot, Change prompt, More documentation, etc...
     new 94190b8  Telemetry: Update README.md documentation
     new 6afc64b  Telemetry: document --no-telemetry as common option in readme
     new bf6d533  CB-11260 Updated version and RELEASENOTES.md for release 6.2.0
     new 91038de  CB-11260 linkified release notes
     new 89ce10c  CB-11260 Incremented package version to -dev
     new 0b635ef  CB-11263: 'cordova telemetry help' should display help text
     new 83d3383  CB-9858 fixed failing appveyor and travis builds
     new 254844d  CB-11262 Add a warning about prerelease lib/cli usage
     new 10b08ae  CB-11284 Telemetry: Track platforms/plugins subcommands(add/rm/etc...)
     new 6e87c71  CB-11284: Unit Test
     new 189f41a  fixed spelling error
     new 486bdab  CB-11349 passing --fetch to create
     new 64e1152  CB-11412 removed link-to, aliased copy-from to template
     new 83f93b9  CB-11569 Incremented package version to -dev
     new 83c4c6b  CB-11023 Add doc for conflicting plugins
     new 5e6e3bf  updated cordova-common dep to 1.4.0 on master
     new 258eb28  CB-11685 Increment package version to -dev
     new 7d5109f  Merge branch 'cb-11023' of https://github.com/ktop/cordova-cli
     new 4935f1a  Document cli - cordova plugin save
     new ddd828f  CB-11607 breakout cordova-create from cordova-lib; CB-11623 added back linking
     new 3aabffb  CB-11913- Update travis.yml and appveyor.yml for nodes 0.12, 4, 6
     new 54a61f7  Add appVeyor badge
     new a550059  fixed cordova-lib dep in package.json
     new 4759c46  Add github pull request template
     new 0814fe0  CB-11976 - Add deprecated node version warning for 0.x
     new ce6dcad  Updated .travis.yml to clean npm cache
     new 9c306a4  CB-11976 - Updated package.json engine key
     new 576c842  CB-11913 - Re-fix appveyor.yml to use specific node versions
     new 0512eaa  CB-11100 removed grunt and grunt-retire dev-deps, updated istanbul dev-dep
     new ace1598  CB-11569 Updated version and RELEASENOTES for release 6.3.0
     new 4aeee49  CB-11685 Updated version and RELEASENOTES for release 6.3.1
     new eec2e1a  CB-12039 Updated version and RELEASENOTES.md for release 6.4.0
     new 9828db2  CB-12039 updated .ratignore
     new c5977c9  CB-12039 Incremented package version to -dev
     new 0dad8c6  CI prod
     new 2652919  CB-12018 : updated tests to function with jasmine instead of jasmine-node
     new caa8306  CB-12018 : updated tests and package.json to function with jasmine
     new d4d3389  CB-12018 : removed line 135 , test 011 still functions and runs without it
     new 1d8d6bb  CB-12358 Updated version and RELEASENOTES.md for release 6.5.0
     new ece2c9b  CB-12358: updated .ratignore
     new f9b517a  CB-12358 Incremented package version to -dev
     new abe6b8f  Touch CI
     new fbf88bd  CB-11977 : removed support for node 0.x
     new f1e9e04  typo
     new fb14f6e  Remove un-used module and tests
     new e63119f  Removed underscore dependency. Added my last name, I am not Oprah ...yet.
     new 92eb585  CB-11346: Removed check for 'known' platforms, code cleanup, clarity, refactored
     new ce8a3fe  CB-12008 : made autosave the default for platform and plugin add/remove and included jasmine testing
     new 035d86c  CB-12008 : updated .txt docs to reflect new autosave changes and removed variables missed due to rebase
     new 72440d1  CB-12662 - update cordova-common dependency to 2.0.2
     new dba7c9a  CB-11982 : added config command that sets, gets, and deletes
     new 8956c75  CB-11982 : added jasmine tests to test config get, set and delete
     new c6286f2  CB-11982 : updated config command if save, fetch, or browserify is undefined
     new 7c035ce  CB-11982 : added edit and ls to delete command
     new d34e596  CB-11982 : updated info about new config command
     new 9053ed0  CB-11982 : revised config command wording so it's clearer
     new 627c987  CB-11982: rewrote cordova config tests
     new b41754d  CB-12591 - added new config command
     new 0307a64  CB-12591 : revised wording of config command for better clarification
     new 132555e  CB-12665 : removed engineStrict as it is no longer supported
     new eef875c  Fix broken Markdown headings
     new 0b8005c  CB-12570 : fetch is true by default and added new tests to test if fetch is the default and test the --nofetch flag
     new 7740bcb  CB-12570 : updated .txt files and readme  and included more tests to test remove and add for fetch and nofetch
     new 5cd8b35  CB-12570 : updated based on feedback and rebased from master.
     new 7200835  CB-12570: updated test numbers
     new 6f7d314  CB-12683: fixed error handling
     new 6a9a60b  CB-12693 : Included examples for browserify, fetch, and autosave and include options with a more detailed description.
     new fbc108a  CB-12693 : fixed spacing issue
     new d27cd88  CB-12747 Updated version and RELEASENOTES.md for release 7.0.0
     new 3963506  CB-12747: updated npm test for cordova-cli
     new a9113bc  CB-12747 Incremented package version to -dev
     new a278c3a  updated formatting issue with release notes
     new 6985d92  Empty commit to prod the CI after cordova-7 release of tools to npm
     new 1aacb69  CB-12769 Updated version and RELEASENOTES.md for release 7.0.1
     new a3d0db1  CB-12769 Incremented package version to -dev
     new 3045614  fixed release notes formatting issue
     new 1dbca5a  CB-12862 all: Added searchpath as a config option
     new e1d5dac  CB-12762 : point package.json repo items to github mirrors instead of apache repos site
     new 0a42092  CB-12901: removed .raw from cordova-lib calls
     new 417504e  added timeoutInSecs property to make user prompts testable without waiting for 30 seconds
     new 10aec77  adjusted tests to call cordova instead of cordova.raw, added tests to compare cordova.raw and cordova, changed some console.log to logger.log; help module returns help text and does not print it, this is to make testing easier and not have it spit all over jasmine output. various minor refactors, removed some un-needed promises
     new 1b2487f  special handling for CI
     new 8f0cc6f  Cleanup. This closes #283. This closes #282.
     new bac0b8f  fix merge conflict
     new 304255b  Merge branch 'CB-12762' of https://github.com/audreyso/cordova-cli
     new f7c6fd7  Merge branch 'searchpath' of https://github.com/sophialiuxizi/cordova-cli
     new dce12f9  fix failing test, docs line length exceeded.
     new 3668a90  CB-12895 : updated pkgJson with lint and removed jshint
     new 3aab003  CB-12895 : updated to use eslint format
     new 3127d50  CB-12895 : after rebase
     new 596da5d  Close #255
     new 92cce97  CB-13274 : removed old .jshintignore file and removed unneeded references to jshint
     new 72ff10f  CB-13353 : added save-exact to cli and unit test
     new b876e6b  CB-13303 : added noprod/production as an option, no prod turns off production
     new cc5cb8a  CB-13380 Updated version and RELEASENOTES.md for release 7.1.0
     new fc69235  CB-13380 Incremented package version to -dev
     new e2e42fd  CB-13501 : updated to include node 8
     new 18d7222  Use native Promises instead of Q
     new 0a5b07a  CB-12853 re-check version before notifying. Actually a update-notifier issue.
     new f0a8105  um ... linting. fml
     new 49f32e6  updated dependencies
     new 8262ae2  Merge pull request #289 from dpogue/promise
     new 41f1ed3  CB-13055: removed nofetch option
     new 8ee67d2  Merge branch 'master' of https://github.com/stevengill/cordova-cli into stevePR
     new a8d3170  removing/ updating fetch tests
     new 2a7df09  fixing eslint
     new 59c7d0a  CB-13055: removed nofetch option
     new ed67122  Merge pull request #1 from audreyso/stevePR
     new ffa51bc  Merge pull request #290 from stevengill/master
     new 0aacb29  CB-13674 Updated version and RELEASENOTES.md for release 8.0.0
     new 6508d45  CB-13674 Incremented package version to -dev
     new aeb1ddb  Fix sentences in README (#284)
     new f567c26  CB-14068: Drop support for Node 4 and add Node 10 to CI
     new bbb14fb  Proper error code and message when failing (#295)
     new 44012af  Remove leftover makeshift benchmarking code
     new 239b837  Use multi-line comment for license headers
     new ed7436d  Remove obsolete .jscs.json (#297)
     new 77b7324  Merge pull request #296 from raphinesse/cleanup-entry
     new dca0e5b  CB-13772: print version numbers correctly in cordova requirements (#291)
     new 73a2541  Cleanup create
     new b69e549  Remove support for deprecated --copy-from
     new 7593582  TODOs
     new 197feaf  Update README to remove JIRA reference
     new 9a2be3d  Merge pull request #299 from apache/Menardi-patch-1
     new 25f65ef  Remove outdated docs translations (#307)
     new 9eb9b30  Fix tests after removing deprecated `raw` methods from lib (#308)
     new 6b77379  Remove mentions of 'cordova plugin search' from docs (#306)
     new 4cfc01d  Simplify npm scripts
     new 15c96ed  Lint everything
     new 91d43d7  Update ESLint and fix linting errors
     new bbf0e31  Update dependencies
     new 2aca200  Update `insight` to resolve `npm audit` warning
     new 1d56c64  Fix test timeout
     new 55a4547  Let Jasmine handle promises
     new a72032b  Use some ES6 features in tests
     new dfd2fe7  Merge pull request #315 from raphinesse/test-cleanup
     new 2d92035  Don't do 'nightly testing' & simplify CI configs
     new d9db003  Simplify telemetry test
     new d7b79f6  Factor out common telemetry stubbing
     new 3b1aa4b  Prevent telemetry prompt on local test runs
     new 645c1bf  Avoid printing a telemetry prompt during testing
     new 7abc2b8  Merge pull request #298 from raphinesse/cleanup-create
     new c9f29c6  Remove callback parameter of main CLI function (#316)
     new 5f36967  Merge pull request #317 from raphinesse/improve-cli-telemetry-spec
     new 7fc2707  GH-320 Remove support for browserify
     new 20af4ec  Remove support for fetch option (#322)
     new f8ed27c  Stub telemetry calls during all tests (#327)
     new f10a371  CB-13740 gracefully handle platforms that don't pass back requirements to check
     new 890d336  Merge pull request #335 from purplecabbage/CB-13740
     new b92a86e  Check that bin/cordova works on Travis CI (#343) (#344)
     new 8a112b0  Fix spec label for build tests (#364)
     new f44f170  Fix typo: "esecially" to especially (#395)
     new a541a40  Update node depreaction notice message

The 1285 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org