Skip to content

Commit f3a7e58

Browse files
committed
Update README and CHANGELOG files.
1 parent 52e2411 commit f3a7e58

3 files changed

Lines changed: 13 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**0.6.1**
2+
- Updated RxAndroidBle library to version 1.3.3 which fixes internal issues which may
3+
block execution of operation queue.
4+
- Updated dev dependencies to fix latest Flowtype issues.
5+
- Fixed bug when `restoreStateFunction` function could be called multiple times on iOS.
6+
17
**0.6.0**
28
- Added basic API to support background mode. When BleManager is constructed you can pass
39
`restoreStateIdentifier` and `restoreStateFunction` to `BleManagerOptions` object to

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
1717

1818
## Recent Changes
1919

20-
**0.6.0**
21-
- Added basic API to support background mode. When BleManager is constructed you can pass
22-
`restoreStateIdentifier` and `restoreStateFunction` to `BleManagerOptions` object to
23-
enable support for background mode. More info about usage can be found in documentation.
24-
- All subscriptions and promises are properly "Destroyed" when `destroy()` function is called.
25-
- Fixed bug on Android where notification messages could be duplicated or skipped.
26-
- Updated RxAndroidBle to version 1.3
27-
- Updated README file.
28-
- Updated library logo
20+
**0.6.1**
21+
- Updated RxAndroidBle library to version 1.3.3 which fixes internal issues which may
22+
block execution of operation queue.
23+
- Updated dev dependencies to fix latest Flowtype issues.
24+
- Fixed bug when `restoreStateFunction` function could be called multiple times on iOS.
2925

3026
[All previous changes](CHANGELOG.md)
3127

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ble-plx",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "React Native Bluetooth Low Energy library",
55
"main": "index.js",
66
"directories": {
@@ -32,15 +32,7 @@
3232
"react": "16.0.0-alpha.12",
3333
"react-native": "0.46.4"
3434
},
35-
"keywords": [
36-
"React",
37-
"Native",
38-
"Bluetooth",
39-
"Low",
40-
"Energy",
41-
"BLE",
42-
"Polidea"
43-
],
35+
"keywords": ["React", "Native", "Bluetooth", "Low", "Energy", "BLE", "Polidea"],
4436
"jest": {
4537
"preset": "react-native"
4638
},

0 commit comments

Comments
 (0)