forked from don/cordova-plugin-ble-central
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
133 lines (109 loc) · 5.01 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
= 1.1.x =
Use same characteristic uuid with different service in iOS #349 Thanks Riccardo Degan (riccardodegan-geekcups)
ble.read() example #346 Thanks Kelton Temby (ktemby)
Remove pending stopNotificationCallback for iOS #355 Thanks Georges-Etienne Legendre (legege)
add missing `resolve` and `reject` callbacks to Promise wrapper #360 Thanks Audrius Jakumavicius
(aj-dev)
Fix documentation typo #371 Thanks keanyc
Fix documentation typo #424 Thanks ChanHyuk-Im
Fix duplicate symbol when using with with cordova-plugin-ble-peripheral #373 Thanks Luca Torella (lucatorella)
Add admonition about using with beacons #413 Hugh Barnes (hughbris)
Handle errors in didUpdateValueForCharacteristic #385 Thanks soyelporras
Fix spelling error in Android code # Thanks doug-a-brunner
cordova-plugin-compat deprecated #466 #483 thanks ddugue
= 1.1.4 =
Prevents scan from removing connecting Peripherals on Android #315 & #341 Thanks mebrunet
Documentation fixes #330 Thanks motla
Documenation clarification about Location Services #318 Thanks petrometro
Ensure peripheral is connected for startNotification and stopNotification on Android #343
Error message for Android 4.3 devices that don't support BLE #263 Thanks PeacePan
Must call scan before connect. Update documentation #340
= 1.1.3 =
NSBluetoothPeripheralUsageDescription #324 Thanks Tim Kim
= 1.1.2 =
Call connect failure callback for peripheral if user disables Bluetooth #264
Fix iOS problem with multiple keys in service data #288 Thanks Lebbeous Fogle-Weekley
Add errorMessage to JSON object that is returned (to connect failure callback) when a peripheral disconnects
Call gatt.disconnect() before gatt.close() to get problematic devices to disconnect #221, #254, #214
Include version of JavaScript API with promises #247 Thanks Kelly Campbell
stopNotification on Android writes DISABLE_NOTIFICATION_VALUE to the descriptor #225 Thanks zjw1918
= 1.1.1 =
Update advertising data in peripheral while scanning (Android) #253
= 1.1.0 =
Add documentation about receiving notifications in the background on iOS #169
Add option to report duplicates during scan #172 Thanks Chris Armstrong
Read RSSI value from an active BLE connection #171 Thanks Chris Armstrong
Register for callbacks on Bluetooth state change #136 Thanks Ryan Harvey
Fix example for write characteristic #195 Thanks Wynout van der Veer
Fix documentation for write & writeWithoutResponse #193 Thanks Blake Parkinson
Update CC2650 example #200 Thanks jplourenco
Connect peripheral with missing ble-flag (Android SDK 23) #226 Thanks PeacePan
= 1.0.6 =
Fix compile error with Cordova 5.x #219
= 1.0.5 =
Request Permissions for Android 6.0 (API level 23) #182
Update documentation for isEnabled #170
= 1.0.4 =
Fix compile error with ios@4.0.1 #161
= 1.0.3 =
Don't block UI thread on Android when starting scan #121 Thanks Kelly Campbell
Return characteristic even if properties don't match #132 #113 Thanks kanayo
StopNotification for Android fixes #51
Fix conflicts with the BluetoothSerial plugin #114
= 1.0.2 =
Update plugin id for examples
Fix npm keywords
= 1.0.1 =
Handle services that reuse UUIDs across characteristics #82 #94 Thanks ggordan
Disconnect cancels pending connections on iOS #93 Thanks rrharvey
Add dummy browser platform implementation for better PhoneGap developer app support #87 #90 Thanks surajpindoria
Replace notify in examples with startNotification #63
Stop notification from stacking on Android #71 Thanks charlesalton
Connect failure callback returns the peripheral #16
Better log message for unsupported iOS hardware #60
Update bluefruitle example to work with new versions of the hardware
= 1.0.0 =
Change plugin id cordova-plugin-ble-central
Move to NPM #86
iOS 9 #62 Thanks Khashayar Pourdeilami
= 0.1.9 =
Add start of WP8 for PGDA
= 0.1.8 =
Remove SDK version from config.xml (user is responsible for adding)
Add tests for plugin
Fix BluetoothLE example for Adafruit nRF8001 #57
= 0.1.7 =
Add showBluetoothSettings and enable for Android #43
Update documentation about UUIDs #38
= 0.1.6 =
startNotification handles both notifications and indications
= 0.1.5 =
add startScan and stopScan #40
update to RFduino example
= 0.1.4 =
Change Android behavior for leScan without service list
= 0.1.3 =
Remove NO_RESULT on iOS fixes #32
= 0.1.2 =
Ensure connect success callback is only called 1x on iOS #30
Rename notify to startNotification
Add stopNotification (iOS only)
= 0.1.1 =
Return reason code when write fails on iOS #29
= 0.1.0 =
Return advertising data in scan results #6, #7, #18
Connect success returns service, characteristic and descriptor info #6
iOS connectCallbackId is stored in Peripheral #17
Move plugin directory to top level for phonegap build compatibility #20
Rename writeCommand to writeWithoutResponse #21
Services callback latch is per peripheral #19
Connect callback is per peripheral #17
Fix iOS crash when scanning 2x #5
Add ble.isEnabled method #11
Add RedBearLab example
Add BatteryService example
= 0.0.2 =
iOS - fix bug read callback was being called 2x
iOS - fix bug write callback wasn't being called
= 0.0.1 =
initial release