Skip to content

v2.0.0

Compare
Choose a tag to compare
@remonh87 remonh87 released this 09 Mar 18:04
· 334 commits to master since this release
d723ec1

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