File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
- #1 .1.1
1
+
2
+ # 1.2.0
3
+ - Added support for Core Bluetooth state restoration
4
+
5
+ # 1.1.1
2
6
- Fixed a bug regarding ` rx_state ` behavior
3
7
4
- #1 .1.0
8
+ # 1.1.0
5
9
6
10
- New API in ` BluetoothManager ` : ` rx_state ` to monitor ` CBCentralManager ` state changes
7
11
- New API in ` Peripheral ` : ` rx_state ` to monitor ` CBPeripheral ` state change and ` rx_isConntected ` to monitor connection state changes
8
12
- ` monitorState() ` and ` monitorStateChange() ` marked as deprecated
9
13
- Added dependency for RxCocoa
10
14
11
- #1 .0.1
15
+ # 1.0.1
12
16
13
17
14
18
- Fixed issues related to scan sharing
15
19
16
20
17
- #1 .0.0
21
+ # 1.0.0
18
22
19
23
20
24
- Added OSX support. Official 1.0 release
21
25
22
26
23
- #0 .4.1
27
+ # 0.4.1
24
28
25
29
26
30
- Fixed possible race condition in ` setNotifyAndMonitor ` function
27
31
28
32
29
- #0 .4.0
30
-
33
+ # 0.4.0
31
34
32
35
- Documentation updated
33
36
- Use cases added to example app
34
37
- Added convenience methods to peripheral
35
38
- Added protocols that are giving user access to convenience API.
36
39
37
40
38
- #0 .3.7
41
+ # 0.3.7
39
42
40
43
41
44
- Improved APIs of ` Characteristic ` and ` Service `
42
45
43
46
44
- #0 .3.5-0.3.6
47
+ # 0.3.5-0.3.6
45
48
46
49
- Added convenience methods to ` Peripheral ` . Check more about it in README.
47
50
48
- #0 .3.4
51
+ # 0.3.4
49
52
50
53
- Deleted jazzy.yaml in order to make cocoadocs work
51
-
52
- #0 .3.3
54
+
55
+ # 0.3.3
53
56
- 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.1.1 "
3
+ s . version = "1.2.0 "
4
4
s . summary = "Bluetooth library for RxSwift"
5
5
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments