Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.10.8]

  • Resolved some bugs/logic with accept and connection functionality not being reproducable after disconnect

[0.10.7]

  • Added RSSI values to discoverDevices NativeDevice responses.
  • Cleaned up some of the connection disconnect logging and handling.
  • Added logging to a number of the receivers to help out with issues.

[0.10.6] - 2020-03-14

  • Updated Discover Devices functionality to validate it working, and provide an example of use.

[0.10.5] - 2020-01-27

  • Fixed spelling and other markdown errors in both project and BluetoothClassiceExample

[0.10.4] - 2020-01-20

  • Updated BluetoothClassicExample to React Native 0.60.0
  • Resolved issue with BLUETOOTH_DISCONNECT not sending correctly to React Native

[0.10.3] - 2020-01-14

  • Added RNBluetoothClassic.setEncoding(BTCharsets) to allow configuration of parsing prior to connection.
  • Brought a number of sendEvent(BTEvents.ERROR, data) into alignment between Android and IOS. Errors should always contain the following: error (Dictionary | String), message (String) and device (Dictionary | WritableMap).

[0.10.2] - 2020-01-10

  • Resolved read issues on Android and IOS to allow for both polling and READ events 22
  • Refactored a number of IOS functions to include reject (which is required and wasn't done previously)
  • Refactored available on IOS to return the same count value as Android
  • Updated BluetoothClassicExample with both polling and READ events for testing

[0.10.1] - 2020-01-05

Added

  • Initial functionality for library