Skip to content

Releases: Wolox/WLXBluetoothDevice

v0.6.2: Maintenance

09 Apr 13:54
Compare
Choose a tag to compare

Minor bug fixes and development environment dependencies update

v0.6.1: Umbrella header

30 Nov 20:33
Compare
Choose a tag to compare

Adding missing headers to umbrella header.

v0.6.0: DDLogLevel

30 Nov 18:05
Compare
Choose a tag to compare

WLXBluetoothDeviceLogger#setLogLevel receives a DDLogLevel type instead of int.

v0.5.0: XCode 7.1 support

01 Nov 00:29
Compare
Choose a tag to compare

This release is meant for use with XCode 7.1

Updates CocoaLumberjack to latest stable version

v0.4.0: Upates CocoaLumberjack

22 Oct 22:36
Compare
Choose a tag to compare
  • Updates CocoaLumberjack to version 2.1.0-beta.1
  • Fixes some project warnings.

Bye bye ReactiveCocoa. Welcome XCode 7.0

23 Sep 22:06
Compare
Choose a tag to compare

This release is meant for use with XCode 7.0. If you need support for XCode 6.4 use version 0.2.0 but keep in mind that XCode 6.4 will not be supported from now on.

Changelog

  • Updates project to make it compile in XCode 7.0
  • Extracts WLXBluetoothDeviceReactiveExtensions to a separate project.

Welcome ReactiveCocoa!

14 Sep 04:42
Compare
Choose a tag to compare

This release is meant for use with XCode 6.4. If you need XCode 7.0 check out the xcode7 branch.

We have fixed several bugs and improve reliability.

Also added support to ReactiveCocoa v3.0.0. Now there is a separate framework target called WLXBluetoothDeviceReactiveExtensions that adds a RACSignal based API. Having a separate target give us the flexibility to opt-in ReactiveCocoa extensions.

We added support for Carthage and temporaly decided to drop CocoaPods.

There are some breaking changes in the WLXBluetoothDeviceRepository (which is now fully async).

Known issues

  • The documentation is a little bit out-dated and will be worked on in the following weeks.
  • The project example is currenlty broken.
  • CocoaPods support is broken.

0.1.1

10 Mar 20:56
Compare
Choose a tag to compare

This is the first stable release!!!

0.1.0-rc Release Candidate

01 Mar 20:46
Compare
Choose a tag to compare
Pre-release

This release will become the stable release unless some mayor issues are found.

Thanks to @castral for sending issues and pull requests.

Fixes

  • (#18) Let WLXDeviceDiscoveryData be used in Sets.
  • (#19) Bug in regex matcher when device name is nil.
  • (#20) Bug in reconnect .

Improvements / Chores

  • Updates Specta to version 0.3.2

0.1.0-beta1

22 Dec 19:04
Compare
Choose a tag to compare
0.1.0-beta1 Pre-release
Pre-release

This is the first beta release of version 0.1.0. Unless there is real need the API will remain stable and probably this version will become the final stable 0.1.0.

Bug fixes

  • Fixes issue #16

Breaking changes

  • Renames method writeValue:forCharacteristicUUID: to writeValue:toCharacteristic:
  • Renames method readValueForCharacteristicUUID:usingBlock: to readValueFromCharacteristic:usingBlock:

Features

  • Add method connectAndDiscoverServicesWithTimeout:usingBlock: