forked from don/BluetoothSerial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
55 lines (43 loc) · 1.67 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
= 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