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.
- Reverted all the sdk 24 version functionality (streams, BiConsumer, etc) to their original. This will allow correct installation and functionality on minSdk 16 which was requested.
- Resolved issue with
accept()
not returning the device once completed - therefore not letting the client/app know things were good
- Removed a number of unused classes, interfaces and enums.
- Completely missed this version, I really need to automate this.
- Issue/71 Resolved issue Invalid Connector Type
Initial release
- Refactored project to Typescript
- Refactored Android and IOS modules to align names and Promise resolution
- Added the ability to connect to multiple devices
- Wrapped
DeviceConnection
communication on React Native