Touchgui/plugins/org.apache.cordova.vibration/RELEASENOTES.md

changeset 0
e8ccd40d0ef6
equal deleted inserted replaced
-1:000000000000 0:833fdb2e5f14
1 <!--
2 #
3 # Licensed to the Apache Software Foundation (ASF) under one
4 # or more contributor license agreements. See the NOTICE file
5 # distributed with this work for additional information
6 # regarding copyright ownership. The ASF licenses this file
7 # to you under the Apache License, Version 2.0 (the
8 # "License"); you may not use this file except in compliance
9 # with the License. You may obtain a copy of the License at
10 #
11 # http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing,
14 # software distributed under the License is distributed on an
15 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 # KIND, either express or implied. See the License for the
17 # specific language governing permissions and limitations
18 # under the License.
19 #
20 -->
21 # Release Notes
22
23 ### 0.3.0 (Sept 5, 2013)
24 * Initial FirefoxOS support
25 * [CB-4661] VIBRATE permission for Android
26
27 ### 0.3.2 (Sept 25, 2013)
28 * CB-4889 bumping&resetting version
29 * CB-4889 renaming org.apache.cordova.core.vibration to org.apache.cordova.vibration
30 * Rename CHANGELOG.md -> RELEASENOTES.md
31 * updated to work with ffos commandProxy
32 * fixed plugin.xml for vibration
33 * [CB-4593] [Blackberry10] Added vibration support for bb10
34 * updated plugin to work with ffos
35 * [CB-4752] Incremented plugin version on dev branch.
36
37 ### 0.3.3 (Oct 9, 2013)
38 * add missing android namespace
39 * [CB-4915] Incremented plugin version on dev branch.
40
41 ### 0.3.4 (Oct 28, 2013)
42 * add repo + issue tag to plugin.xml for vibration plugin
43 * corrected plugin.xml to write properly to config.xml for ffos
44 * [CB-5010] Incremented plugin version on dev branch.
45
46 ### 0.3.5 (Dec 4, 2013)
47 * add ubuntu platform
48 * Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
49 * CB-4747 Fixed Blackberry background vibrate
50
51 ### 0.3.6 (Jan 02, 2014)
52 * CB-5658 Add doc/index.md for Vibration plugin
53
54 ### 0.3.7 (Feb 05, 2014)
55 * Add support for Tizen.
56 * CB-3206 - Supported platforms updated
57
58 ### 0.3.8 (Apr 17, 2014)
59 * CB-6465: Add license headers to Tizen code
60 * CB-6460: Update license headers
61 * Add NOTICE file
62
63 ### 0.3.9 (Jun 05, 2014)
64 * updated notice file
65 * Github close #11
66 * Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation.
67 * Implemented vibrateWithPattern (for android) and adapted documentation.
68 * CB-6811 Add license to CONTRIBUTING.md
69 * CB-6491 add CONTRIBUTING.md
70
71 ### 0.3.10 (Aug 06, 2014)
72 * ubuntu: Implemented vibrateWithPattern/cancelVibration
73 * **FFOS** update VibrationProxy.js
74 * CB-6127 Updated translations for docs
75
76 ### 0.3.11 (Sep 17, 2014)
77 * CB-7249 cordova-plugin-vibration documentation translation
78 * CB-6724 documented Windows support for vibrate with pattern and cancel vibrate in manual test doc and moved tests to tests dir
79 * add longer pattern sequence for testing, change expected result for old vibrate with pattern test
80 * added more test cases, changed vibrate with pattern durations, changed where vibrateOn is set to true
81 * clear settimeout when user cancels vibration
82 * add setTimeout function to update vibrateOn var if user doesn't cancel vibrate, add note about iOS
83 * on/off button for cancel tests, add results box and msgs
84 * added tests for old vibrateWithPattern and cancelVibration calls
85 * added 'Android only' to buttons for specific tests, changed where console.log is executed for user to see earlier
86 * added tests to ensure compliance with w3c spec
87 * CB-6963 ported vibration automated & manual tests
88 * CB-6966 renamed folder to tests + added nested plugin.xml
89 * CB-6966 Ported Vibration automated & manual tests
90 * removed duplicate messaging
91 * CB-5459 slight change to the vibration documentation for pattern due to merge issue
92 * changes to how 0 is getting added to array in order to align with w3c spec
93 * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
94 * changes made to align with w3c spec
95 * Updated doc with Windows support for vibrate with pattern
96 * Added note to doc about w3c alignment and min time for Windows
97 * update doc with another way to cancel vibration
98 * update doc to show vibrate([num]) is a standard vibrate
99 * vibrate([num]) is treated as a vibrate not vibrate with pattern
100 * added new example to documentation
101 * updated doc for w3c alignment
102 * changes to how 0 is getting added to array in order to align with w3c spec
103 * changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility
104 * changes made to align with w3c spec
105
106 ### 0.3.12 (Dec 02, 2014)
107 * CB-8018 Add `vibrate(pattern)` fallback on vibrate for **Windows Phone 8**
108 * CB-7977 Mention `deviceready` in plugin docs
109 * CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
110 * CB-7571 Bump version of nested plugin to match parent plugin

mercurial