Skip to content

Releases: PureSwift/Bluetooth

v1.5.7

10 Mar 23:03
Compare
Choose a tag to compare

v1.5.6

10 Mar 03:27
Compare
Choose a tag to compare
  • #2 Updated Travis CI
  • 0ad9d3c Added tvOS target

v1.5.5

24 Feb 14:03
Compare
Choose a tag to compare
  • aabd0c7 Fixed ATTReadMultipleResponse

v1.5.4

24 Feb 13:50
Compare
Choose a tag to compare
  • 56f4374 Added BluetoothUUID.name
  • 979b390 Updated GATT.CharacteristicDescriptor
  • 7664dc1 Added CustomStringConvertible conformance to BitMaskOptionSet

v1.5.3

11 Dec 05:52
Compare
Choose a tag to compare
  • 181734e Renamed Sequence<BitMaskOption>.flags to rawValue

v1.5.2

11 Dec 05:05
Compare
Choose a tag to compare

v1.5.1

08 Dec 17:27
Compare
Choose a tag to compare
  • bfce3f5 Swift 3.0.2 fixes
  • 03480c7 Renamed BluetoothUUID.toUUID() to BluetoothUUID.uuid

v1.5.0

06 Dec 03:41
Compare
Choose a tag to compare
  • dcc3e49 Updated BitMaskOption
  • c727475 Updated Enum cases for Swift 3 style guides

v1.4.2

04 Dec 18:04
Compare
Choose a tag to compare
  • c7251ce Fixed ATTFindByTypeResponse bytes parsing

v1.4.1

04 Dec 16:09
Compare
Choose a tag to compare
  • f111176 Added Little Endian convenience methods for BluetoothUUID
  • d3b38a6 Added UInt128.init(uuid: Foundation.UUID)