Skip to content

Commit 1541905

Browse files
authored
Merge pull request #339 from Polidea/Version-5.2.1
Version 5.2.1
2 parents e7d1dab + d73b31b commit 1541905

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+514
-517
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.2.1
2+
- Updated RxSwift to version 5.0 (#335)
3+
14
# 5.2.0
25
- Added support for Xcode 10.2 and Swift 5 (#321)
36
- Fixed "API MISUSE" after canceling notification state when bluetooth is powered off (#319)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ With just 9 lines it started scanning, connecting to the peripheral, discovering
4444

4545
# Recent Changes
4646

47-
**5.2.0**
47+
**5.2.1**
4848

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

5351
[All previous changes](CHANGELOG.md)
5452

RxBluetoothKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBluetoothKit"
3-
s.version = "5.2.0"
3+
s.version = "5.2.1"
44
s.summary = "Bluetooth library for RxSwift"
55

66
s.description = <<-DESC

docs/Classes.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h4>Declaration</h4>
215215
</div>
216216
</div>
217217
<div class="slightly-smaller">
218-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L27-L309">Show on GitHub</a>
218+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L27-L309">Show on GitHub</a>
219219
</div>
220220
</section>
221221
</div>
@@ -250,7 +250,7 @@ <h4>Declaration</h4>
250250
</div>
251251
</div>
252252
<div class="slightly-smaller">
253-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Characteristic.swift#L6-L180">Show on GitHub</a>
253+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Characteristic.swift#L6-L180">Show on GitHub</a>
254254
</div>
255255
</section>
256256
</div>
@@ -287,7 +287,7 @@ <h4>Declaration</h4>
287287
</div>
288288
</div>
289289
<div class="slightly-smaller">
290-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Descriptor.swift#L8-L104">Show on GitHub</a>
290+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Descriptor.swift#L8-L104">Show on GitHub</a>
291291
</div>
292292
</section>
293293
</div>
@@ -322,7 +322,7 @@ <h4>Declaration</h4>
322322
</div>
323323
</div>
324324
<div class="slightly-smaller">
325-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Logging.swift#L6-L95">Show on GitHub</a>
325+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Logging.swift#L6-L95">Show on GitHub</a>
326326
</div>
327327
</section>
328328
</div>
@@ -358,7 +358,7 @@ <h4>Declaration</h4>
358358
</div>
359359
</div>
360360
<div class="slightly-smaller">
361-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Peripheral.swift#L10-L875">Show on GitHub</a>
361+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Peripheral.swift#L10-L875">Show on GitHub</a>
362362
</div>
363363
</section>
364364
</div>
@@ -408,7 +408,7 @@ <h4>Declaration</h4>
408408
</div>
409409
</div>
410410
<div class="slightly-smaller">
411-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/PeripheralManager.swift#L22-L376">Show on GitHub</a>
411+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/PeripheralManager.swift#L22-L376">Show on GitHub</a>
412412
</div>
413413
</section>
414414
</div>
@@ -444,7 +444,7 @@ <h4>Declaration</h4>
444444
</div>
445445
</div>
446446
<div class="slightly-smaller">
447-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/ScannedPeripheral.swift#L6-L22">Show on GitHub</a>
447+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/ScannedPeripheral.swift#L6-L22">Show on GitHub</a>
448448
</div>
449449
</section>
450450
</div>
@@ -479,7 +479,7 @@ <h4>Declaration</h4>
479479
</div>
480480
</div>
481481
<div class="slightly-smaller">
482-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Service.swift#L6-L81">Show on GitHub</a>
482+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/Service.swift#L6-L81">Show on GitHub</a>
483483
</div>
484484
</section>
485485
</div>
@@ -489,7 +489,7 @@ <h4>Declaration</h4>
489489
</section>
490490
</section>
491491
<section id="footer">
492-
<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>
492+
<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>
493493
<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>
494494
</section>
495495
</article>

docs/Classes/CentralManager.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h4>Declaration</h4>
220220
</div>
221221
</div>
222222
<div class="slightly-smaller">
223-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L30">Show on GitHub</a>
223+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L30">Show on GitHub</a>
224224
</div>
225225
</section>
226226
</div>
@@ -250,7 +250,7 @@ <h4>Declaration</h4>
250250
</div>
251251
</div>
252252
<div class="slightly-smaller">
253-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L">Show on GitHub</a>
253+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L">Show on GitHub</a>
254254
</div>
255255
</section>
256256
</div>
@@ -329,7 +329,7 @@ <h4>Parameters</h4>
329329
</table>
330330
</div>
331331
<div class="slightly-smaller">
332-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L73-L83">Show on GitHub</a>
332+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L73-L83">Show on GitHub</a>
333333
</div>
334334
</section>
335335
</div>
@@ -361,7 +361,7 @@ <h4>Declaration</h4>
361361
</div>
362362
</div>
363363
<div class="slightly-smaller">
364-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L88-L90">Show on GitHub</a>
364+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L88-L90">Show on GitHub</a>
365365
</div>
366366
</section>
367367
</div>
@@ -401,7 +401,7 @@ <h4>Declaration</h4>
401401
</div>
402402
</div>
403403
<div class="slightly-smaller">
404-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L94-L96">Show on GitHub</a>
404+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L94-L96">Show on GitHub</a>
405405
</div>
406406
</section>
407407
</div>
@@ -430,7 +430,7 @@ <h4>Declaration</h4>
430430
</div>
431431
</div>
432432
<div class="slightly-smaller">
433-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L98-L100">Show on GitHub</a>
433+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L98-L100">Show on GitHub</a>
434434
</div>
435435
</section>
436436
</div>
@@ -540,7 +540,7 @@ <h4>Return Value</h4>
540540
<p>Infinite stream of scanned peripherals.</p>
541541
</div>
542542
<div class="slightly-smaller">
543-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L137-L177">Show on GitHub</a>
543+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L137-L177">Show on GitHub</a>
544544
</div>
545545
</section>
546546
</div>
@@ -635,7 +635,7 @@ <h4>Return Value</h4>
635635
<p><code>Observable</code> which emits next event after connection is established.</p>
636636
</div>
637637
<div class="slightly-smaller">
638-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L202-L205">Show on GitHub</a>
638+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L202-L205">Show on GitHub</a>
639639
</div>
640640
</section>
641641
</div>
@@ -701,7 +701,7 @@ <h4>Return Value</h4>
701701
<code><a href="../Classes/Service.html">Service</a></code>s with UUIDs specified in the <code>serviceUUIDs</code> parameter.</p>
702702
</div>
703703
<div class="slightly-smaller">
704-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L215-L218">Show on GitHub</a>
704+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L215-L218">Show on GitHub</a>
705705
</div>
706706
</section>
707707
</div>
@@ -754,7 +754,7 @@ <h4>Return Value</h4>
754754
<p>Retrieved <code><a href="../Classes/Peripheral.html">Peripheral</a></code>s.</p>
755755
</div>
756756
<div class="slightly-smaller">
757-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L224-L227">Show on GitHub</a>
757+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L224-L227">Show on GitHub</a>
758758
</div>
759759
</section>
760760
</div>
@@ -831,7 +831,7 @@ <h4>Return Value</h4>
831831
<p>Observable which emits next events when <code>peripheral</code> was connected.</p>
832832
</div>
833833
<div class="slightly-smaller">
834-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L245-L253">Show on GitHub</a>
834+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L245-L253">Show on GitHub</a>
835835
</div>
836836
</section>
837837
</div>
@@ -899,7 +899,7 @@ <h4>Return Value</h4>
899899
if it wasn&rsquo;t the <code>cancelPeripheralConnection</code> call.</p>
900900
</div>
901901
<div class="slightly-smaller">
902-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager.swift#L270-L286">Show on GitHub</a>
902+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager.swift#L270-L286">Show on GitHub</a>
903903
</div>
904904
</section>
905905
</div>
@@ -943,7 +943,7 @@ <h4>Declaration</h4>
943943
</div>
944944
</div>
945945
<div class="slightly-smaller">
946-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager+RestoredState.swift#L16-L23">Show on GitHub</a>
946+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager+RestoredState.swift#L16-L23">Show on GitHub</a>
947947
</div>
948948
</section>
949949
</div>
@@ -1031,7 +1031,7 @@ <h4>Parameters</h4>
10311031
</table>
10321032
</div>
10331033
<div class="slightly-smaller">
1034-
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/CentralManager+RestoredState.swift#L35-L42">Show on GitHub</a>
1034+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.1/Source/CentralManager+RestoredState.swift#L35-L42">Show on GitHub</a>
10351035
</div>
10361036
</section>
10371037
</div>
@@ -1041,7 +1041,7 @@ <h4>Parameters</h4>
10411041
</section>
10421042
</section>
10431043
<section id="footer">
1044-
<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>
1044+
<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>
10451045
<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>
10461046
</section>
10471047
</article>

0 commit comments

Comments
 (0)