Skip to content

Commit

Permalink
Update README and CHANGELOG files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierpliwy committed Jul 19, 2017
1 parent 52e2411 commit f3a7e58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**0.6.1**
- Updated RxAndroidBle library to version 1.3.3 which fixes internal issues which may
block execution of operation queue.
- Updated dev dependencies to fix latest Flowtype issues.
- Fixed bug when `restoreStateFunction` function could be called multiple times on iOS.

**0.6.0**
- Added basic API to support background mode. When BleManager is constructed you can pass
`restoreStateIdentifier` and `restoreStateFunction` to `BleManagerOptions` object to
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d

## Recent Changes

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

[All previous changes](CHANGELOG.md)

Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ble-plx",
"version": "0.6.0",
"version": "0.6.1",
"description": "React Native Bluetooth Low Energy library",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -32,15 +32,7 @@
"react": "16.0.0-alpha.12",
"react-native": "0.46.4"
},
"keywords": [
"React",
"Native",
"Bluetooth",
"Low",
"Energy",
"BLE",
"Polidea"
],
"keywords": ["React", "Native", "Bluetooth", "Low", "Energy", "BLE", "Polidea"],
"jest": {
"preset": "react-native"
},
Expand Down

0 comments on commit f3a7e58

Please sign in to comment.