updated Releasenotes.md
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/35fe7cb9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/35fe7cb9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/35fe7cb9 Branch: refs/heads/cb-7219 Commit: 35fe7cb95d7c78cdc678a2e243e09ae4553da1f4 Parents: b88a2f6 Author: Steven Gill <[email protected]> Authored: Tue Sep 2 17:34:45 2014 -0700 Committer: Anis Kadri <[email protected]> Committed: Fri Sep 5 11:12:20 2014 -0700 ---------------------------------------------------------------------- cordova-lib/RELEASENOTES.md | 144 ++++++++++++++++----------------------- 1 file changed, 60 insertions(+), 84 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/35fe7cb9/cordova-lib/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md index 0c539c5..bd5b287 100644 --- a/cordova-lib/RELEASENOTES.md +++ b/cordova-lib/RELEASENOTES.md @@ -20,66 +20,6 @@ --> # Cordova-lib Release Notes - -### 0.21.4 (Jun 23, 2014) -* CB-3571, CB-2606: support for splashscreens -* CB-6976 Add support for Windows Universal apps (Windows 8.1 and WP 8.1) -* Use Plugininfo module to determine plugin id and version -* Fix plugin check error, when plugin dependency with specific version is given -* CB-6709 Do not create merges/ folder when adding a platform -* CB-6140 Don't allow deletion of platform dependencies -* CB-6698: Fix 'android update lib-project' to work with paths containing spaces -* CB-6973: Run JSHint on all code in src/ via npm test -* CB-6542: Delay creating project until there's some chance that it will succeed -* folder_contents() now ignores .svn folders -* CB-6970 Share win project files manipulation code between cordova and plugman -* CB-6954: Share events.js between cordova and plugman -* CB-6698 Automatically copy sub-libraries to project's directory -* Revert "CB-6698 Resolve android <framework> relative to plugin_dir when custom=true" -* CB-6942 Describe running hooks only in verbose mode. -* CB-6512: Allow "cordova platform add /path/to/platform/files" -* Update hooks-README.md - shebang line in hooks on Windows. -* CB-6895 Add more config properties into manifest -* Allow "cordova platform add platform@version" -* Add util func for chaining promises -* removing doWrap from prepare -* adding configurable attribute -* cleaning up plugman.js for uninstall -* adding param to uninstall -* adding support for prepare flag -* adding prepare-browserify -* adding options to prepare -* adding and freezing cordova-js -* [CB-6879] config parser breakout into a cordova level module -* CB-6698 Resolve android <framework> relative to plugin_dir when custom=true -* Fix tests on node 0.11.x -* Fix android <framework> unit tests to not expect end of line. -* CB-6024: Accept cli vars as part of opts param -* Refer properties-parser package from NPM. -* CB-6859 Removed all wp7 references, tests still passing -* Extract AndroidProject class into a separate .js file -* CB-6698: Support library references for Android via the framework tag -* CB-6854 Strip BOM when adding cordova.define() to js-modules -* Add npm cache based downloading to lazy_load -* Use PluginInfo in plugman/install.js -* Extend PluginInfo to parse more of plugin.xml -* CB-6772 Provide a default for AndroidLaunchMode -* CB-6711: Use parseProjectFile when working with XCode projects. -* Start using PluginInfo object in plugman/install.js -* CB-6709 Remove merges/ folder for default apps -* support for shrinkwrap flag -* Initial implementation for restore and save plugin -* CB-6668: Use <description> for "plugin ls" when <name> is missing. -* Add --noregstry flag for disabling plugin lookup in the registry -* Remove --force from default npm settings for plugin registry -* Use "npm info" for fetching plugin metadata -* Use "npm cache add" for downloading plugins -* CB-6691: Change some instances of Error() to CordovaError() - - -### 0.21.1 -Initial release v0.21.1 (picks up from the same version number as plugman was). - ### 0.21.8 (Aug 29, 2014) * CB-5535: Remove "--arc" from ios platform creation args * CB-7416 Fixes file path reference when adding new source file @@ -156,27 +96,63 @@ Initial release v0.21.1 (picks up from the same version number as plugman was). * CB-7087 Retire blackberry10/ directory * CB-6776: Fix uri/url renaming bug * Remove npm-shrinkwrap.json -* Look at the old uri in config.json in addition to the new url (i vs. l). -* Add --captureExceptions flag to jasmine -* CB-6992 Fix ios platform add/prepare when app name contains unicode chars -* CB-7070 Don't create hooks/ if it already exists -* CB-6357 (fix latent bug) -* CB-6776 (correct windows8 fallback path) -* CB-6776 (avoid stomping on global platforms properties) -* CB-7065 lazy_load: do not append tgz for non urls -* CB-7063 (fix case of Q) -* CB-6776 (use .extend instead of custom mixin function) -* CB-6776 Make project/.cordova/config.json integrate with platforms.js -* CB-7056 make tests conditional using it/xit instead of iit/it -* CB-7045 (fix up quotes to make jshint happy) -* CB-7063 save.spec and restore.spec use a proper spy -* CB-7056 serve: fix Android test, make tests conditional -* CB-7037 platform check doesn't warn when it can't install a platform -* removed extra whitespace -* removed "pkgName " -* CB-7056 serve: return promise of server -* CB-7045 plugman.install: engine.currentVersion should be a semver or null -* CB-7045 plugman.install.spec: shell.which depends on plugman.raw.fetch actually being called -* CB-7042 serve.spec: really expect not a Cordova-based project exception -* CB-7042 serve.spec: enable basic serve test -* CB-6879 fix cordova serve + + +### 0.21.4 (Jun 23, 2014) +* CB-3571, CB-2606: support for splashscreens +* CB-6976 Add support for Windows Universal apps (Windows 8.1 and WP 8.1) +* Use Plugininfo module to determine plugin id and version +* Fix plugin check error, when plugin dependency with specific version is given +* CB-6709 Do not create merges/ folder when adding a platform +* CB-6140 Don't allow deletion of platform dependencies +* CB-6698: Fix 'android update lib-project' to work with paths containing spaces +* CB-6973: Run JSHint on all code in src/ via npm test +* CB-6542: Delay creating project until there's some chance that it will succeed +* folder_contents() now ignores .svn folders +* CB-6970 Share win project files manipulation code between cordova and plugman +* CB-6954: Share events.js between cordova and plugman +* CB-6698 Automatically copy sub-libraries to project's directory +* Revert "CB-6698 Resolve android <framework> relative to plugin_dir when custom=true" +* CB-6942 Describe running hooks only in verbose mode. +* CB-6512: Allow "cordova platform add /path/to/platform/files" +* Update hooks-README.md - shebang line in hooks on Windows. +* CB-6895 Add more config properties into manifest +* Allow "cordova platform add platform@version" +* Add util func for chaining promises +* removing doWrap from prepare +* adding configurable attribute +* cleaning up plugman.js for uninstall +* adding param to uninstall +* adding support for prepare flag +* adding prepare-browserify +* adding options to prepare +* adding and freezing cordova-js +* [CB-6879] config parser breakout into a cordova level module +* CB-6698 Resolve android <framework> relative to plugin_dir when custom=true +* Fix tests on node 0.11.x +* Fix android <framework> unit tests to not expect end of line. +* CB-6024: Accept cli vars as part of opts param +* Refer properties-parser package from NPM. +* CB-6859 Removed all wp7 references, tests still passing +* Extract AndroidProject class into a separate .js file +* CB-6698: Support library references for Android via the framework tag +* CB-6854 Strip BOM when adding cordova.define() to js-modules +* Add npm cache based downloading to lazy_load +* Use PluginInfo in plugman/install.js +* Extend PluginInfo to parse more of plugin.xml +* CB-6772 Provide a default for AndroidLaunchMode +* CB-6711: Use parseProjectFile when working with XCode projects. +* Start using PluginInfo object in plugman/install.js +* CB-6709 Remove merges/ folder for default apps +* support for shrinkwrap flag +* Initial implementation for restore and save plugin +* CB-6668: Use <description> for "plugin ls" when <name> is missing. +* Add --noregstry flag for disabling plugin lookup in the registry +* Remove --force from default npm settings for plugin registry +* Use "npm info" for fetching plugin metadata +* Use "npm cache add" for downloading plugins +* CB-6691: Change some instances of Error() to CordovaError() + + +### 0.21.1 +Initial release v0.21.1 (picks up from the same version number as plugman was).
