Repository: cordova-plugin-device-motion Updated Branches: refs/heads/master 680d9f52d -> c68f1417c
CB-10035 Updated RELEASENOTES to be newest to oldest Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/c68f1417 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/c68f1417 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/c68f1417 Branch: refs/heads/master Commit: c68f1417c3bd14bb339a1370ca0fd1dc2eb36541 Parents: 680d9f5 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 | 160 +++++++++++++++++++++++++-------------------------- 1 file changed, 79 insertions(+), 81 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/c68f1417/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 224f0e0..0ad92b7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,61 +20,38 @@ --> # Release Notes -### 0.2.2 (Sept 25, 2013) -* CB-4889 bumping&resetting version -* [windows8] commandProxy was moved -* CB-4889 -* CB-4889 renaming core inside windows8 -* CB-4889 renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion -* Rename CHANGELOG.md -> RELEASENOTES.md -* [CB-4752] Incremented plugin version on dev branch. - -### 0.2.3 (Oct 28, 2013) -* tweak scoping -* fixed the scope -* properly stop watching... -* adding timestamp to the response -* fix acceleromter for firefox os -* update firefoxos integration -* fixed callbacks -* accelerometer registers, but is not responding -* fxos added, not working -* CB-5128: added repo + issue tag to plugin.xml for device motion -* CB-5012 ensure result is returned -* [CB-4825] Add CoreMotion.framework to plugin.xml -* [CB-4825] avoid retain cycle in update block -* [CB-4825] use CoreMotion framework for accelerometer -* [CB-4915] Incremented plugin version on dev branch. - -### 0.2.4 (Dec 4, 2013) -* add ubuntu platform -* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if the user agent string contains 'cordova-amazon-fireos' - -### 0.2.5 (Jan 02, 2014) -* CB-5658 Add doc/index.md for Device Motion plugin - -### 0.2.6 (Feb 05, 2014) -* Add Tizen support - -### 0.2.7 (Apr 17, 2014) -* CB-6422: [windows8] use cordova/exec/proxy -* CB-6460: Update license headers -* CB-6465: Add license headers to Tizen code -* Add NOTICE file - -### 0.2.8 (Jun 05, 2014) -* CB-6127 Spanish and French Translations added. Github close #10. Github close #12. Github close #11 -* ubuntu: don't destroy callback after use -* CB-6798 Add license -* CB-6491 add CONTRIBUTING.md -* FFOS added to supported platforms +### 1.1.1 (Jun 17, 2015) +* CB-9128 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion +* fix npm md issue +* CB-8842 Return cached values on Android if there is no updates from sensor -### 0.2.9 (Aug 06, 2014) -* [FFOS] update accelerometer.js -* CB-6127 Updated translations for docs -* FFOS added to supported platforms +### 1.1.0 (May 06, 2015) +* CB-8926: The tests module tries to access an undefined global `Accelerometer` on fail callbacks. This results in another JS error, `ReferenceError: 'Accelerometer' is undefined.` This change passes through the error message instead of attempting to index into it. +* CB-8876 Introduced a small timeout between tests +* CB-8876 Rewrote **wp8** impementation to be more stable +### 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-8312 Multiply accelerometer values by -g on Windows +* CB-8653 Updated Readme +* CB-8562 Integrate TravisCI +* CB-8438 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion +* CB-8538 Added package.json file +* CB-8096 Pended recently added spec.12 if accelerometer doesn't exist on the device +* CB-8096 Pended auto tests if accelerometer doesn't exist on the device +* CB-8083 Adds test to make sure success callback is called each time +### 0.2.11 (Dec 02, 2014) +* CB-8083 Fix `accelerometer` callback on **Windows** +* Renamed **Windows8** -> **Windows** +* CB-7977 Mention `deviceready` in plugin docs +* CB-7700 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion +* CB-7571 Bump version of nested plugin to match parent plugin ### 0.2.10 (Sep 17, 2014) * CB-7471 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion @@ -93,35 +70,56 @@ * update * Feature Branch: First attempt at new-style-tests -### 0.2.11 (Dec 02, 2014) -* CB-8083 Fix `accelerometer` callback on **Windows** -* Renamed **Windows8** -> **Windows** -* CB-7977 Mention `deviceready` in plugin docs -* CB-7700 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion -* CB-7571 Bump version of nested plugin to match parent plugin +### 0.2.9 (Aug 06, 2014) +* [FFOS] update accelerometer.js +* CB-6127 Updated translations for docs +* FFOS added to supported platforms -### 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-8312 Multiply accelerometer values by -g on Windows -* CB-8653 Updated Readme -* CB-8562 Integrate TravisCI -* CB-8438 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion -* CB-8538 Added package.json file -* CB-8096 Pended recently added spec.12 if accelerometer doesn't exist on the device -* CB-8096 Pended auto tests if accelerometer doesn't exist on the device -* CB-8083 Adds test to make sure success callback is called each time +### 0.2.8 (Jun 05, 2014) +* CB-6127 Spanish and French Translations added. Github close #10. Github close #12. Github close #11 +* ubuntu: don't destroy callback after use +* CB-6798 Add license +* CB-6491 add CONTRIBUTING.md +* FFOS added to supported platforms -### 1.1.0 (May 06, 2015) -* CB-8926: The tests module tries to access an undefined global `Accelerometer` on fail callbacks. This results in another JS error, `ReferenceError: 'Accelerometer' is undefined.` This change passes through the error message instead of attempting to index into it. -* CB-8876 Introduced a small timeout between tests -* CB-8876 Rewrote **wp8** impementation to be more stable +### 0.2.7 (Apr 17, 2014) +* CB-6422: [windows8] use cordova/exec/proxy +* CB-6460: Update license headers +* CB-6465: Add license headers to Tizen code +* Add NOTICE file -### 1.1.1 (Jun 17, 2015) -* CB-9128 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion -* fix npm md issue -* CB-8842 Return cached values on Android if there is no updates from sensor +### 0.2.6 (Feb 05, 2014) +* Add Tizen support + +### 0.2.5 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Device Motion plugin + +### 0.2.4 (Dec 4, 2013) +* add ubuntu platform +* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as the platform if the user agent string contains 'cordova-amazon-fireos' + +### 0.2.3 (Oct 28, 2013) +* tweak scoping +* fixed the scope +* properly stop watching... +* adding timestamp to the response +* fix acceleromter for firefox os +* update firefoxos integration +* fixed callbacks +* accelerometer registers, but is not responding +* fxos added, not working +* CB-5128: added repo + issue tag to plugin.xml for device motion +* CB-5012 ensure result is returned +* [CB-4825] Add CoreMotion.framework to plugin.xml +* [CB-4825] avoid retain cycle in update block +* [CB-4825] use CoreMotion framework for accelerometer +* [CB-4915] Incremented plugin version on dev branch. + +### 0.2.2 (Sept 25, 2013) +* CB-4889 bumping&resetting version +* [windows8] commandProxy was moved +* CB-4889 +* CB-4889 renaming core inside windows8 +* CB-4889 renaming org.apache.cordova.core.device-motion to org.apache.cordova.device-motion +* Rename CHANGELOG.md -> RELEASENOTES.md +* [CB-4752] Incremented plugin version on dev branch. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
