Skip to content

Commit 77cdd2a

Browse files
authored
Merge pull request #331 from Polidea/v5.2.0
Version 5.2.0
2 parents 453f0f3 + 01de2bb commit 77cdd2a

File tree

74 files changed

+2652
-2563
lines changed

Some content is hidden

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

74 files changed

+2652
-2563
lines changed

.jazzy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ github_url: https://github.com/Polidea/RxBluetoothKit
22
module: RxBluetoothKit
33
author_url: https://polidea.com
44
author: Polidea
5-
swift_version: 4.1.2
5+
swift_version: 5.0.0
66
clean: true
77
output: ./docs
88
root-url: https://polidea.github.io/RxBluetoothKit/

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.2.0
2+
- Added support for Xcode 10.2 and Swift 5 (#321)
3+
- Fixed "API MISUSE" after canceling notification state when bluetooth is powered off (#319)
4+
- Fixed problems when `discoverServices` doesn't emit any result (#309)
5+
16
# 5.1.4
27
- Updated RxSwift library to version 4.3
38
- fix API MISUSE when calling stop scan on dispose (#283)

HOW_TO_RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
- generate new doc by running script `./scripts/generate-docs.sh x.x.x`
77
- create archive by running `carthage build --no-skip-current && carthage archive RxBluetoothKit`
88
- create new Pull Request with that changes and merge it
9-
- create new release on github abd add archive previously created
9+
- create new release on github and add archive previously created
1010
- add library to cocoapods trunk by running: `pod trunk push RxBluetoothKit.podspec`

README.md

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

4545
# Recent Changes
4646

47-
**5.1.2**
47+
**5.2.0**
4848

49-
* Updated RxSwift to 4.2 with support for XCode 9.4 (#268)
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)
5052

5153
[All previous changes](CHANGELOG.md)
5254

RxBluetoothKit.podspec

+1-1
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.1.4"
3+
s.version = "5.2.0"
44
s.summary = "Bluetooth library for RxSwift"
55

66
s.description = <<-DESC

docs/Classes.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@
8686
<a href="Functions.html">Functions</a>
8787
<ul class="nav-group-tasks">
8888
<li class="nav-group-task">
89-
<a href="Functions.html#/s:14RxBluetoothKit2eeoiSbAA0B5ErrorO_ADtF">==(_:_:)</a>
89+
<a href="Functions.html#/s:14RxBluetoothKit2eeoiySbAA0B5ErrorO_ADtF">==(_:_:)</a>
9090
</li>
9191
<li class="nav-group-task">
92-
<a href="Functions.html#/s:14RxBluetoothKit2eeoiSbAA10DescriptorC_ADtF">==(_:_:)</a>
92+
<a href="Functions.html#/s:14RxBluetoothKit2eeoiySbAA10DescriptorC_ADtF">==(_:_:)</a>
9393
</li>
9494
<li class="nav-group-task">
95-
<a href="Functions.html#/s:14RxBluetoothKit2eeoiSbAA10PeripheralC_ADtF">==(_:_:)</a>
95+
<a href="Functions.html#/s:14RxBluetoothKit2eeoiySbAA10PeripheralC_ADtF">==(_:_:)</a>
9696
</li>
9797
<li class="nav-group-task">
98-
<a href="Functions.html#/s:14RxBluetoothKit2eeoiSbAA14CharacteristicC_ADtF">==(_:_:)</a>
98+
<a href="Functions.html#/s:14RxBluetoothKit2eeoiySbAA14CharacteristicC_ADtF">==(_:_:)</a>
9999
</li>
100100
<li class="nav-group-task">
101-
<a href="Functions.html#/s:14RxBluetoothKit2eeoiSbAA7ServiceC_ADtF">==(_:_:)</a>
101+
<a href="Functions.html#/s:14RxBluetoothKit2eeoiySbAA7ServiceC_ADtF">==(_:_:)</a>
102102
</li>
103103
</ul>
104104
</li>
@@ -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.1.4/Source/CentralManager.swift#L27-L309">Show on GitHub</a>
218+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/Characteristic.swift#L6-L180">Show on GitHub</a>
253+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/Descriptor.swift#L8-L104">Show on GitHub</a>
290+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/Logging.swift#L6-L95">Show on GitHub</a>
325+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/Peripheral.swift#L10-L858">Show on GitHub</a>
361+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/PeripheralManager.swift#L22-L376">Show on GitHub</a>
411+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/ScannedPeripheral.swift#L6-L22">Show on GitHub</a>
447+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/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.1.4/Source/Service.swift#L6-L81">Show on GitHub</a>
482+
<a href="https://github.com/Polidea/RxBluetoothKit/tree/5.2.0/Source/Service.swift#L6-L81">Show on GitHub</a>
483483
</div>
484484
</section>
485485
</div>
@@ -489,8 +489,8 @@ <h4>Declaration</h4>
489489
</section>
490490
</section>
491491
<section id="footer">
492-
<p>&copy; 2018 <a class="link" href="https://polidea.com" target="_blank" rel="external">Polidea</a>. All rights reserved. (Last updated: 2018-09-21)</p>
493-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
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>
493+
<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>
496496
</div>

0 commit comments

Comments
 (0)