Skip to content

Releases: PureSwift/Bluetooth

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)

v1.4.0

04 Dec 08:33
Compare
Choose a tag to compare
  • 434730a Refactored unit tests
  • 5dd4fca Fixed ATTFindByTypeResponse
  • 37ae6c0 Refactored BluetoothUUID with 32 bit UUID and added UInt128

v1.3.3

03 Dec 07:05
Compare
Choose a tag to compare
  • aa9f952 Added Address singletons (.any, .none)
  • 658ca82 Fixed BluetoothUUID endianness

v1.3.2

02 Dec 09:07
Compare
Choose a tag to compare
  • #1 Integrated Travis CI
  • e16bd17 Added request-response mapping for ATTOpcode

v1.3.1

30 Nov 07:20
Compare
Choose a tag to compare
  • a15c521 Implemented Bluetooth Address string parsing
  • 4121afb Added HCIVersioned
  • 234f386 Added LowEnergy.CreateConnectionParameter
  • 7db7263 Added LowEnergyEvent.ConnectionCompleteParameter
  • 0c271fe Added HCICommandReturnParameter
  • 3ad259b Added LowEnergyCommand.ReadWhiteListSizeReturnParameter
  • 4a08004 Added LE Connection Unit Test