1.0.6
What's Changed
- Add Swift Package Manager support by @alex-taffe in #41
- Add handler for peripheral connection cancelled: added public
peripheralConnectionCancelledHandler(_:)
settable property toBluetoothConnection
class. It is called when disconnecting a peripheral usingdisconnect(_:)
is completed.
By @filip-zielinski in #42 - refactored some
.filter(_:).first
tofirst(where:)
for optimisation, by @filip-zielinski in #42
New Contributors
- @alex-taffe made their first contribution in #41
- @filip-zielinski made their first contribution in #42
Full Changelog: 1.0.5...1.0.6