Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/master 29ec8b61d -> 555f6d67e
CB-10035 Updated RELEASENOTES to be newest to oldest Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/555f6d67 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/555f6d67 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/555f6d67 Branch: refs/heads/master Commit: 555f6d67e8a3a0391b569fb460193e29cb01d4c6 Parents: 29ec8b6 Author: Steve Gill <[email protected]> Authored: Wed Nov 18 13:54:08 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Nov 18 13:54:08 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 139 +++++++++++++++++++++++++-------------------------- 1 file changed, 69 insertions(+), 70 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/555f6d67/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index af5ed92..5e06c0b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,52 +20,36 @@ --> # Release Notes +### 1.0.1 (Jun 17, 2015) +* CB-9128 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation +* fix npm md issue +* Remove console log message from test -### 0.3.0 (Sept 5, 2013) -* [CB-3687] Added blackberry10 support - -### 0.3.1 (Sept 25, 2013) -* CB-4889 renaming id -* CB-4889 renaming core in CompassProxy -* [CB-4900] Windows 8 Compass plugin have extra define breaks plugin loading -* [windows8] commandProxy was moved -* Rename CHANGELOG.md -> RELEASENOTES.md -* [CB-4752] Incremented plugin version on dev branch. - -### 0.3.2 (Oct 28, 2013) -* orientation plugin -* CB-5128: added repo + issue tag to plugin.xml for device orientation plugin -* [CB-4915] Incremented plugin version on dev branch. - -### 0.3.3 (Dec 4, 2013) -* add ubuntu platform -* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'. - -### 0.3.4 (Jan 02, 2014) -* CB-5658 Add doc/index.md for Compass plugin - -### 0.3.5 (Feb 05, 2014) -* [ubuntu] request sensors permission -* [ubuntu] add missing files -* Add support for Tizen. -* FFOS info added - -### 0.3.6 (Apr 17, 2014) -* CB-6381: [WP8] unexpected error object -* CB-6422: [windows8] use cordova/exec/proxy -* CB-6460: Update license headers -* CB-6465: Add license headers to Tizen code -* Add NOTICE file +### 1.0.0 (Apr 15, 2015) +* CB-8746 gave plugin major version bump +* CB-8683 updated windows and tizen specific references of old id to new id +* CB-8683 changed plugin-id to pacakge-name +* CB-8653 properly updated translated docs to use new id +* CB-8653 updated translated docs to use new id +* Use TRAVIS_BUILD_DIR, install paramedic by npm +* CB-8653 Updated Readme +* CB-8659: ios: 4.0.x Compatibility: Remove use of initWebView method +* CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers +* force async callbacks +* Updated plugin to be 'windows' instead of 'windows8' +* CB-8614 Fixed getCurrentHeading and watchHeading on windows platform +* CB-8563 Integrate TravisCI +* CB-8438 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation +* CB-8538 Added package.json file +* CB-8458 Fixes false failure of test, when compass hardware is not available -### 0.3.7 (Jun 05, 2014) -* CB-6799 Add license -* windows8. makes getHeading callback spec compliant -* CB-6491 add CONTRIBUTING.md +### 0.3.11 (Feb 04, 2015) +* CB-8351 ios: Use argumentForIndex rather than NSArray extension -### 0.3.8 (Aug 06, 2014) -* **FFOS** update compass.js -* CB-7187 ios: Add explicit dependency on CoreLocation.framework -* CB-7187 Delete unused #import of CDVShared.h +### 0.3.10 (Dec 02, 2014) +* CB-7977 Mention `deviceready` in plugin docs +* CB-7700 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation +* CB-7571 Bump version of nested plugin to match parent plugin ### 0.3.9 (Sep 17, 2014) * CB-7471 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation @@ -81,33 +65,48 @@ * CB-6960 Added manual tests * CB-6960 Port compass tests to plugin-test-framework -### 0.3.10 (Dec 02, 2014) -* CB-7977 Mention `deviceready` in plugin docs -* CB-7700 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation -* CB-7571 Bump version of nested plugin to match parent plugin +### 0.3.8 (Aug 06, 2014) +* **FFOS** update compass.js +* CB-7187 ios: Add explicit dependency on CoreLocation.framework +* CB-7187 Delete unused #import of CDVShared.h -### 0.3.11 (Feb 04, 2015) -* CB-8351 ios: Use argumentForIndex rather than NSArray extension +### 0.3.7 (Jun 05, 2014) +* CB-6799 Add license +* windows8. makes getHeading callback spec compliant +* CB-6491 add CONTRIBUTING.md -### 1.0.0 (Apr 15, 2015) -* CB-8746 gave plugin major version bump -* CB-8683 updated windows and tizen specific references of old id to new id -* CB-8683 changed plugin-id to pacakge-name -* CB-8653 properly updated translated docs to use new id -* CB-8653 updated translated docs to use new id -* Use TRAVIS_BUILD_DIR, install paramedic by npm -* CB-8653 Updated Readme -* CB-8659: ios: 4.0.x Compatibility: Remove use of initWebView method -* CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers -* force async callbacks -* Updated plugin to be 'windows' instead of 'windows8' -* CB-8614 Fixed getCurrentHeading and watchHeading on windows platform -* CB-8563 Integrate TravisCI -* CB-8438 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation -* CB-8538 Added package.json file -* CB-8458 Fixes false failure of test, when compass hardware is not available +### 0.3.6 (Apr 17, 2014) +* CB-6381: [WP8] unexpected error object +* CB-6422: [windows8] use cordova/exec/proxy +* CB-6460: Update license headers +* CB-6465: Add license headers to Tizen code +* Add NOTICE file -### 1.0.1 (Jun 17, 2015) -* CB-9128 cordova-plugin-device-orientation documentation translation: cordova-plugin-device-orientation -* fix npm md issue -* Remove console log message from test +### 0.3.5 (Feb 05, 2014) +* [ubuntu] request sensors permission +* [ubuntu] add missing files +* Add support for Tizen. +* FFOS info added + +### 0.3.4 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Compass plugin + +### 0.3.3 (Dec 4, 2013) +* add ubuntu platform +* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'. + +### 0.3.2 (Oct 28, 2013) +* orientation plugin +* CB-5128: added repo + issue tag to plugin.xml for device orientation plugin +* [CB-4915] Incremented plugin version on dev branch. + +### 0.3.1 (Sept 25, 2013) +* CB-4889 renaming id +* CB-4889 renaming core in CompassProxy +* [CB-4900] Windows 8 Compass plugin have extra define breaks plugin loading +* [windows8] commandProxy was moved +* Rename CHANGELOG.md -> RELEASENOTES.md +* [CB-4752] Incremented plugin version on dev branch. + +### 0.3.0 (Sept 5, 2013) +* [CB-3687] Added blackberry10 support --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
