Skip to content

Commit

Permalink
Merge pull request #108 from PhilipsHue/prepare-version-250
Browse files Browse the repository at this point in the history
prepare version 2.5.0
  • Loading branch information
remonh87 authored Sep 18, 2020
2 parents eca54d2 + bdb201b commit 90169d6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,64 @@
## 2.5.0

* Add service discovery operation
* Fix #104 problems adding library to add-to-app on iOS
* Fix #105 handle devices changing name during scanning on Android

## 2.4.0+1

* Fix #97 crash on notifications when device gets disconnected on Android

## 2.4.0

* Fix device list layout in the example app
* Prefer `CBAdvertisementDataLocalName` over `peripheral.name` on iOS
* Add consistent debug logging for both iOS and Android

## 2.3.0

* Increase test coverage and improved architecture
* Fix for #73 scanForDevices stream should emit error

## 2.2.0

* Upgrade dependencies
* Bump min Dart sdk version to 2.7

## 2.1.0

* Improve documentation of public API
* Fix for write without response on iOS
* Add support for newer Flutter versions. Remove support for FLutter lower than v1.10

## 2.0.0+1

* Remove unused dependencies from pubspec.yaml
* Fix static analysis warning in example app
* Fix test in prescan_connector_test

## 2.0.0

This version is introducing the following breaking changes:

* Add parameter requireLocationServicesEnabled to Ble scan that can toggle requirement of location services to be running
* Make filter on advertising services optional and add possibility to filter on more services
* Add manufacturer specific data to scanresults
* Remove global set error handler java

Other improvements:

* Improvements for example app
* Add support for Flutter hot reload on iOS

## 1.1.0

* Add RSSI value to discovered device results
* Improve parsing of UUIDs
* Migrate to latest Android plugin binding
* Small improvements

## 1.0.2

* Fix crash on clear Gattcache

## 1.0.1
Expand All @@ -56,4 +73,4 @@ Other improvements:

## 1.0.0

* Initial Open Source release.
* Initial Open Source release.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.4.0+1"
version: "2.5.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reactive_ble_example
description: Demonstrates how to use the flutter_reactive_ble plugin.
version: 2.4.0
version: 2.5.0
publish_to: 'none'

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reactive_ble
description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices
version: 2.4.0+1
version: 2.5.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down

0 comments on commit 90169d6

Please sign in to comment.