Releases: Wolox/WLXBluetoothDevice
v0.6.2: Maintenance
v0.6.1: Umbrella header
Adding missing headers to umbrella header.
v0.6.0: DDLogLevel
WLXBluetoothDeviceLogger#setLogLevel receives a DDLogLevel
type instead of int
.
v0.5.0: XCode 7.1 support
This release is meant for use with XCode 7.1
Updates CocoaLumberjack to latest stable version
v0.4.0: Upates CocoaLumberjack
- Updates CocoaLumberjack to version
2.1.0-beta.1
- Fixes some project warnings.
Bye bye ReactiveCocoa. Welcome XCode 7.0
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!
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
0.1.0-rc Release Candidate
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
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:
towriteValue:toCharacteristic:
- Renames method
readValueForCharacteristicUUID:usingBlock:
toreadValueFromCharacteristic:usingBlock:
Features
- Add method
connectAndDiscoverServicesWithTimeout:usingBlock: