RxBluetoothKit v5.0.2 Release Notes

    • ๐Ÿ”„ Changed error name from BluetoothError.peripheralIsConnectingOrAlreadyConnected to BluetoothError.peripheralIsAlreadyObservingConnection - old error has been deprecated (#245)
    • ๐Ÿ“š To each method, that returns observable, added documentation with a list of errors that this observable can return (#225)
    • Rewritten example app that is now using RxBluetoothKit 5.x (#240, #220)
    • โž• Added available annotation for canSendWriteWithoutResponse property (#253)