Skip to content

Commit e313c94

Browse files
committed
Updated changelog and podspec
1 parent 7da4c72 commit e313c94

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,50 @@
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+
18
#1.0.1
2-
- Fixed issues related to scan sharing
9+
10+
11+
- Fixed issues related to scan sharing
12+
13+
314
#1.0.0
15+
16+
417
- Added OSX support. Official 1.0 release
18+
19+
520
#0.4.1
21+
22+
623
- Fixed possible race condition in `setNotifyAndMonitor` function
24+
25+
726
#0.4.0
27+
28+
829
- Documentation updated
930
- Use cases added to example app
1031
- Added convenience methods to peripheral
1132
- Added protocols that are giving user access to convenience API.
33+
34+
1235
#0.3.7
36+
37+
1338
- Improved APIs of `Characteristic` and `Service`
39+
40+
1441
#0.3.5-0.3.6
42+
1543
- Added convenience methods to `Peripheral`. Check more about it in README.
44+
1645
#0.3.4
46+
1747
- Deleted jazzy.yaml in order to make cocoadocs work
48+
1849
#0.3.3
1950
- Initial release

RxBluetoothKit.podspec

Lines changed: 2 additions & 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 = "1.0.1"
3+
s.version = "1.1.0"
44
s.summary = "Bluetooth library for RxSwift"
55

66
s.description = <<-DESC
@@ -22,4 +22,5 @@ Pod::Spec.new do |s|
2222
s.source_files = 'Source/*.swift'
2323
s.frameworks = 'CoreBluetooth'
2424
s.dependency 'RxSwift', '~> 2.0'
25+
s.dependency 'RxCocoa', '~> 2.0'
2526
end

0 commit comments

Comments
 (0)