Releases: RxSwiftCommunity/RxMultipeer
Releases · RxSwiftCommunity/RxMultipeer
1.1.2
Features
- dbd64fc Exposes
isAdvertisingandisBrowsingon theMockSession
Fixes
- 7a229d3 Improves stability by implementing
didReceiveCertificate:fromPeer:certificateHandleras per http://stackoverflow.com/a/19696074/1740868 - 9ffdb1e Fix app submission issues by removing nested frameworks.
1.1.0
Features
- f0a25ef Add ability to recycle
MCPeerID's, using this feature should solve some fragility issues.
Breaking Changes
- 7252bbf The
ClientTypeprotocol has been removed as it was redundant. This should never really have been used in the first place, so it is only technically 'breaking'.
Other
- 4927c87 A lot of documentation has been added to the code, so autocompletion should be more helpful now.