michael@0: michael@0: # Release Notes michael@0: michael@0: ### 0.3.0 (Sept 5, 2013) michael@0: * Initial FirefoxOS support michael@0: * [CB-4661] VIBRATE permission for Android michael@0: michael@0: ### 0.3.2 (Sept 25, 2013) michael@0: * CB-4889 bumping&resetting version michael@0: * CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration michael@0: * Rename CHANGELOG.md -> RELEASENOTES.md michael@0: * updated to work with ffos commandProxy michael@0: * fixed plugin.xml for vibration michael@0: * [CB-4593] [Blackberry10] Added vibration support for bb10 michael@0: * updated plugin to work with ffos michael@0: * [CB-4752] Incremented plugin version on dev branch. michael@0: michael@0: ### 0.3.3 (Oct 9, 2013) michael@0: * add missing android namespace michael@0: * [CB-4915] Incremented plugin version on dev branch. michael@0: michael@0: ### 0.3.4 (Oct 28, 2013) michael@0: * add repo + issue tag to plugin.xml for vibration plugin michael@0: * corrected plugin.xml to write properly to config.xml for ffos michael@0: * [CB-5010] Incremented plugin version on dev branch. michael@0: michael@0: ### 0.3.5 (Dec 4, 2013) michael@0: * add ubuntu platform michael@0: * Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' michael@0: * CB-4747 Fixed Blackberry background vibrate michael@0: michael@0: ### 0.3.6 (Jan 02, 2014) michael@0: * CB-5658 Add doc/index.md for Vibration plugin michael@0: michael@0: ### 0.3.7 (Feb 05, 2014) michael@0: * Add support for Tizen. michael@0: * CB-3206 - Supported platforms updated michael@0: michael@0: ### 0.3.8 (Apr 17, 2014) michael@0: * CB-6465: Add license headers to Tizen code michael@0: * CB-6460: Update license headers michael@0: * Add NOTICE file michael@0: michael@0: ### 0.3.9 (Jun 05, 2014) michael@0: * updated notice file michael@0: * Github close #11 michael@0: * Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation. michael@0: * Implemented vibrateWithPattern (for android) and adapted documentation. michael@0: * CB-6811 Add license to CONTRIBUTING.md michael@0: * CB-6491 add CONTRIBUTING.md michael@0: michael@0: ### 0.3.10 (Aug 06, 2014) michael@0: * ubuntu: Implemented vibrateWithPattern/cancelVibration michael@0: * **FFOS** update VibrationProxy.js michael@0: * CB-6127 Updated translations for docs michael@0: michael@0: ### 0.3.11 (Sep 17, 2014) michael@0: * CB-7249 cordova-plugin-vibration documentation translation michael@0: * CB-6724 documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir michael@0: * add longer pattern sequence for testing, change expected result for old vibrate with pattern test michael@0: * added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true michael@0: * clear settimeout when user cancels vibration michael@0: * add setTimeout function to update vibrateOn var if user doesn't cancel vibrate, add note about iOS michael@0: * on/off button for cancel tests, add results box and msgs michael@0: * added tests for old vibrateWithPattern and cancelVibration calls michael@0: * added 'Android only' to buttons for specific tests, changed where console.log is executed for user to see earlier michael@0: * added tests to ensure compliance with w3c spec michael@0: * CB-6963 ported vibration automated & manual tests michael@0: * CB-6966 renamed folder to tests + added nested plugin.xml michael@0: * CB-6966 Ported Vibration automated & manual tests michael@0: * removed duplicate messaging michael@0: * CB-5459 slight change to the vibration documentation for pattern due to merge issue michael@0: * changes to how 0 is getting added to array in order to align with w3c spec michael@0: * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility michael@0: * changes made to align with w3c spec michael@0: * Updated doc with Windows support for vibrate with pattern michael@0: * Added note to doc about w3c alignment and min time for Windows michael@0: * update doc with another way to cancel vibration michael@0: * update doc to show vibrate([num]) is a standard vibrate michael@0: * vibrate([num]) is treated as a vibrate not vibrate with pattern michael@0: * added new example to documentation michael@0: * updated doc for w3c alignment michael@0: * changes to how 0 is getting added to array in order to align with w3c spec michael@0: * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility michael@0: * changes made to align with w3c spec michael@0: michael@0: ### 0.3.12 (Dec 02, 2014) michael@0: * CB-8018 Add `vibrate(pattern)` fallback on vibrate for **Windows Phone 8** michael@0: * CB-7977 Mention `deviceready` in plugin docs michael@0: * CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration michael@0: * CB-7571 Bump version of nested plugin to match parent plugin