Releases: PureSwift/Bluetooth
Releases · PureSwift/Bluetooth
v1.5.6
- #2 Updated Travis CI
- 0ad9d3c Added tvOS target
v1.5.5
- aabd0c7 Fixed
ATTReadMultipleResponse
v1.5.4
- 56f4374 Added
BluetoothUUID.name
- 979b390 Updated
GATT.CharacteristicDescriptor
- 7664dc1 Added
CustomStringConvertible
conformance to BitMaskOptionSet
v1.5.3
- 181734e Renamed
Sequence<BitMaskOption>.flags
to rawValue
v1.5.1
- bfce3f5 Swift 3.0.2 fixes
- 03480c7 Renamed
BluetoothUUID.toUUID()
to BluetoothUUID.uuid
v1.5.0
- dcc3e49 Updated
BitMaskOption
- c727475 Updated
Enum
cases for Swift 3 style guides
v1.4.2
- c7251ce Fixed
ATTFindByTypeResponse
bytes parsing
v1.4.1
- f111176 Added Little Endian convenience methods for
BluetoothUUID
- d3b38a6 Added
UInt128.init(uuid: Foundation.UUID)