Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

71 lines (45 loc) · 2.34 KB

3.3.0

Features

  • New feature: enableBluetooth/disableBluetooth (Android only) (Thanks to @akreienbring)
  • New feature: isBluetoothEnabled
  • AltBeacon library backend for Android version (Thanks to @RonMen)

3.2.2

Features

  • New feature added: requestStateForRegion (iOS only)

3.2.0

Breaking Changes

  • Klass dependency has been removed. Therefore cordova.plugins.LocationManager.Delegate entity no longer supports implements and any callbacks mys override the default callbacks directly. See ReadMe.md for examples of how to use Delegate since this change

3.1.1

Fixed bugs

  • Fixed a bug when installing the plugin sometimes resulted in broken Javascript source files that contained syntax errors and stopped apps from working after the plugin has been added to the project.

3.1.0

Features

  • Two new methods were added to manage new permissions introduced by iOS 8

  • BeaconRegions now support the parameter notifyEntryStateOnDisplay in their constructor.

Breaking Changes

  • On iOS 8, the beacon interaction won't work without explicitly asking for permission from the user.

3.0.0

Breaking Changes

  • The plugin received a new ID. Previously it was org.apache.cordova.ibeacon and now it runs as com.unarin.cordova.beacon. To perform an upgrade from earlier versions with the old ID, you'll have to remove and add the plugin again with the cordova cli commands: cordova plugin rm org.apache.cordova.ibeacon and then cordova plugin add com.unarin.cordova.beacon to get the latest version. You can have a look at the PhoneGap Build submission here.

2.1.0 (10.08.2014)

  • API for Advertising added to 2.0 design (support for iOS only).
  • Distance approximation called 'accuracy' added to Ranging callback
  • Beacon Tx value added (Android only)

2.0.0 (06.07.2014)

  • Redesigned to use Promise .then() .fail(), .done() for method callbacks
  • Singleton Delegate object implementation for event handling
  • Android support added
  • Monitoring and Ranging support for iOS and Android

1.0.0 (05.04.2014)

  • iOS API for Advertising, Ranging and Monitoring on iOS.

0.2.0 (20.03.2014)

  • Wrote proper documentation and retested all the functionality. No API change introduced.

0.1.0 (14.02.2014)

  • Beta version created.