~cordova-ubuntu/cordova-cli/trunk

« back to all changes in this revision

Viewing changes to node_modules/cordova/RELEASENOTES.md

  • Committer: Robert Bruce Park
  • Date: 2014-02-26 21:27:56 UTC
  • mfrom: (44.1.5 3.4-release)
  • Revision ID: robert.park@canonical.com-20140226212756-6jmoiqugw0f1ebxb
Update to 3.4.0 stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
-->
21
21
# Cordova-cli Release Notes
22
22
 
 
23
## 3.4.0-0.1.0 (Feb 14, 2014)
 
24
* CB-5638 Clean-up: remove unreachable info case from function
 
25
* CB-5937 Add "platform check" command: Shows platforms that are out of date
 
26
* CB-5634 Minor refactoring + tests for Android's orientation preference.
 
27
* CB-5634 Set Android orientation from config.xml
 
28
* Upleveled amazon_fireos_parser. Making it at par with android_parser.js
 
29
* CB-5947 Throw when trying to create project inside custom www.
 
30
* CB-4153 Update help.txt about --source -> --copy-from
 
31
 
23
32
## 3.3.1-0.3.1 (Jan 31, 2014)
24
33
* CB-4153 Rename --source and --link flags to --copy-from and --link-to
25
34
 
222
231
 
223
232
- Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
224
233
- (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
225