forked from don/BluetoothSerial
-
Notifications
You must be signed in to change notification settings - Fork 16
/
CHANGES.txt
88 lines (67 loc) · 2.69 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
= 0.9.8 =
Fix iOS issue with raw subscribe return II
= 0.9.7 =
Fix iOS issue with raw subscribe return
= 0.9.6 =
Add interfaceId parameter to the raw subscribe/unsubscribe methods
= 0.9.5 =
Multi interfaces on single device - Breaking Change.
= 0.9.4 =
Set iOS accessory to nil prior to connection discovery
= 0.9.3 =
Connect Methods have new interfaceId parameter. When calling the interfaceId must be provide. This is the SPP_UUID string for Android and the Protocol String for iOS.
Removed the Server Socket from the Android implementation as the mobile device initiates the connection, not the bluetooth device.
Removed Windows Phone support
Removed Examples (not applicable to new method parameters)
= 0.9.2 =
Added additional logging to iOS connect method
= 0.9.1 =
Update output of list and discoverUnpaired for iOS to match Android
= 0.9.0 =
Beta Release
Added Set UUID Method for Android for Connecting to Customer UUID
Removed Bluetooth LE support for iOS
Added Apple Accessory Framework Support to Classic Bluetooth on iOS
= 0.4.5 =
Resolve iOS conflicts with cordova-plugin-ble-central #177
Add support for broadcasted name when discoverable (Android) #137 Thanks marvinmarnold
Add a 'browser' target for emulated bluetooth #115 Thanks PhracturedBlue
= 0.4.4 =
Move plugin to NPM #160
Support iOS 9 #154 #161 Thanks amplexdenmark
Work with Adafruit nRF8001 and newer Bluefruit hardware #157 Thanks legege
Drop support for Cordova 2.9
= 0.4.3 =
New API - Add device callback when scanning for unpaired Bluetooth devices. @shokre #119 #123
Send NO_RESULT to subscribe callback when unsubscribing #121
Fix bug in Chat example
Fix write for Adafruit hardware (CBCharacteristicWriteWithoutResponse)
= 0.4.2 =
Fix typo in WP8 code
= 0.4.1 =
New APIs
* showBluetoothSettings (Android & WP)
* enable (Android only)
* discoverUnpaired (Android only)
Implement isConnected and isEnabled for WP
= 0.4.0 =
Add Windows Phone 8 #63
= 0.3.5 =
Remote NO_RESULT from iOS implementation CB-8063
Switch Adafruit code to WriteWithoutResponse on iOS
= 0.3.4 =
Support for BlueGiga #96 - @ChrisMorter
= 0.3.3 =
Write accepts binary data #83 #39 - Adrián Pardini @pardo-bsso
Add rawSubscribe for callback with binary data #83 #57 - Adrián Pardini @pardo-bsso
Add fallback connection for finicky Android devices #89 - Matt Philips @SkySrfr
Fix UUIDs for Laird BL600 #90 - mrtomhoward
= 0.3.1 =
Add support for Laird BL600 #71
Add unsubscribe for iOS #66
= 0.3.0 =
Add support for Adafruit Bluefruit LE http://adafru.it/1697
Use RedBear Lab BLE 2.0.1 - supports for v1 and v2 of the shield in addition to BLEmini
Show RSSI for discovered BLE devices, when available
Add readRSSI api (BLE only)
Fixes issues #4, #5, #23, #24, #25, #26, #38, #54