File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ #1 .1.0
2
+
3
+ - New API in ` BluetoothManager ` : ` rx_state ` to monitor ` CBCentralManager ` state changes
4
+ - New API in ` Peripheral ` : ` rx_state ` to monitor ` CBPeripheral ` state change and ` rx_isConntected ` to monitor connection state changes
5
+ - ` monitorState() ` and ` monitorStateChange() ` marked as deprecated
6
+ - Added dependency for RxCocoa
7
+
1
8
#1 .0.1
2
- - Fixed issues related to scan sharing
9
+
10
+
11
+ - Fixed issues related to scan sharing
12
+
13
+
3
14
#1 .0.0
15
+
16
+
4
17
- Added OSX support. Official 1.0 release
18
+
19
+
5
20
#0 .4.1
21
+
22
+
6
23
- Fixed possible race condition in ` setNotifyAndMonitor ` function
24
+
25
+
7
26
#0 .4.0
27
+
28
+
8
29
- Documentation updated
9
30
- Use cases added to example app
10
31
- Added convenience methods to peripheral
11
32
- Added protocols that are giving user access to convenience API.
33
+
34
+
12
35
#0 .3.7
36
+
37
+
13
38
- Improved APIs of ` Characteristic ` and ` Service `
39
+
40
+
14
41
#0 .3.5-0.3.6
42
+
15
43
- Added convenience methods to ` Peripheral ` . Check more about it in README.
44
+
16
45
#0 .3.4
46
+
17
47
- Deleted jazzy.yaml in order to make cocoadocs work
48
+
18
49
#0 .3.3
19
50
- Initial release
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxBluetoothKit"
3
- s . version = "1.0.1 "
3
+ s . version = "1.1.0 "
4
4
s . summary = "Bluetooth library for RxSwift"
5
5
6
6
s . description = <<-DESC
@@ -22,4 +22,5 @@ Pod::Spec.new do |s|
22
22
s . source_files = 'Source/*.swift'
23
23
s . frameworks = 'CoreBluetooth'
24
24
s . dependency 'RxSwift' , '~> 2.0'
25
+ s . dependency 'RxCocoa' , '~> 2.0'
25
26
end
You can’t perform that action at this time.
0 commit comments