v2.0.0
This version is introducing the following breaking changes:
- Add
requireLocationServicesEnabled
parameter to the BLE scan function to toggle the check for location services being enabled - Allow scanning for all BLE peripherals, filter using a list of service IDs (can be empty)
- Add manufacturer specific data to scan results (
DiscoveredDevice
) - Remove global RxJava error handler
Other improvements:
- Improve the example app
- Support hot reloading on iOS