Skip to content

Commit

Permalink
Merge pull request #339 from Polidea/Version-5.2.1
Browse files Browse the repository at this point in the history
Version 5.2.1
  • Loading branch information
minixT authored May 17, 2019
2 parents e7d1dab + d73b31b commit 1541905
Show file tree
Hide file tree
Showing 62 changed files with 514 additions and 517 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.2.1
- Updated RxSwift to version 5.0 (#335)

# 5.2.0
- Added support for Xcode 10.2 and Swift 5 (#321)
- Fixed "API MISUSE" after canceling notification state when bluetooth is powered off (#319)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ With just 9 lines it started scanning, connecting to the peripheral, discovering

# Recent Changes

**5.2.0**
**5.2.1**

* Added support for Xcode 10.2 and Swift 5 (#321)
* Fixed "API MISUSE" after canceling notification state when bluetooth is powered off (#319)
* Fixed problems when `discoverServices` doesn't emit any result (#309)
* Updated RxSwift to version 5.0 (#335)

[All previous changes](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion RxBluetoothKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBluetoothKit"
s.version = "5.2.0"
s.version = "5.2.1"
s.summary = "Bluetooth library for RxSwift"

s.description = <<-DESC
Expand Down
18 changes: 9 additions & 9 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L27-L309">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L27-L309">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -250,7 +250,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Characteristic.swift#L6-L180">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Characteristic.swift#L6-L180">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Descriptor.swift#L8-L104">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Descriptor.swift#L8-L104">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -322,7 +322,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Logging.swift#L6-L95">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Logging.swift#L6-L95">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -358,7 +358,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Peripheral.swift#L10-L875">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Peripheral.swift#L10-L875">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -408,7 +408,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/PeripheralManager.swift#L22-L376">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/PeripheralManager.swift#L22-L376">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -444,7 +444,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/ScannedPeripheral.swift#L6-L22">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/ScannedPeripheral.swift#L6-L22">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -479,7 +479,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Service.swift#L6-L81">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Service.swift#L6-L81">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -489,7 +489,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://polidea.com" target="_blank" rel="external">Polidea</a>. All rights reserved. (Last updated: 2019-04-13)</p>
<p>&copy; 2019 <a class="link" href="https://polidea.com" target="_blank" rel="external">Polidea</a>. All rights reserved. (Last updated: 2019-05-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
30 changes: 15 additions & 15 deletions docs/Classes/CentralManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L30">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L30">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -250,7 +250,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -329,7 +329,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L73-L83">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L73-L83">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -361,7 +361,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L88-L90">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L88-L90">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -401,7 +401,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L94-L96">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L94-L96">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -430,7 +430,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L98-L100">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L98-L100">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -540,7 +540,7 @@ <h4>Return Value</h4>
<p>Infinite stream of scanned peripherals.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L137-L177">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L137-L177">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -635,7 +635,7 @@ <h4>Return Value</h4>
<p><code>Observable</code> which emits next event after connection is established.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L202-L205">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L202-L205">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -701,7 +701,7 @@ <h4>Return Value</h4>
<code><a href="../Classes/Service.html">Service</a></code>s with UUIDs specified in the <code>serviceUUIDs</code> parameter.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L215-L218">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L215-L218">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -754,7 +754,7 @@ <h4>Return Value</h4>
<p>Retrieved <code><a href="../Classes/Peripheral.html">Peripheral</a></code>s.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L224-L227">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L224-L227">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -831,7 +831,7 @@ <h4>Return Value</h4>
<p>Observable which emits next events when <code>peripheral</code> was connected.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L245-L253">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L245-L253">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -899,7 +899,7 @@ <h4>Return Value</h4>
if it wasn&rsquo;t the <code>cancelPeripheralConnection</code> call.</p>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L270-L286">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L270-L286">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -943,7 +943,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager+RestoredState.swift#L16-L23">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager+RestoredState.swift#L16-L23">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -1031,7 +1031,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager+RestoredState.swift#L35-L42">Show on GitHub</a>
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager+RestoredState.swift#L35-L42">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -1041,7 +1041,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://polidea.com" target="_blank" rel="external">Polidea</a>. All rights reserved. (Last updated: 2019-04-13)</p>
<p>&copy; 2019 <a class="link" href="https://polidea.com" target="_blank" rel="external">Polidea</a>. All rights reserved. (Last updated: 2019-05-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 1541905

Please sign in to comment.