From f3a7e582011fa1c47941c25159385f4db062dd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Lenart?= Date: Wed, 19 Jul 2017 11:35:43 +0200 Subject: [PATCH] Update README and CHANGELOG files. --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++--------- package.json | 12 ++---------- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0de5f61..1941313c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 25b44fe3..5cef876e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 02728eca..7cf4797c 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" },