File tree 3 files changed +22
-6
lines changed
3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.6.2 (2018-08-23)
2
+
3
+ ### Features
4
+
5
+ - Add fetchConversationsWithPage api that support paging (#226 )
6
+
7
+ ### Bug Fixes
8
+
9
+ - Fix save conversation exception
10
+ - Fix SKYConversation deserialization error
11
+ - Synchronize the send button state with input text view
12
+
13
+ ### Other Notes
14
+
15
+ - Update SVProgressHUD
16
+
1
17
## 1.5.1 (2018-07-11)
2
18
3
19
### Other Notes
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ PODS:
30
30
- SKYKit/Core (1.6.0):
31
31
- MagicKit-Skygear (~> 0.0.6)
32
32
- SocketRocket (~> 0.4)
33
- - SKYKitChat (1.5.1 ):
34
- - SKYKitChat/Core (= 1.5.1 )
35
- - SKYKitChat/Core (1.5.1 ):
33
+ - SKYKitChat (1.6.2 ):
34
+ - SKYKitChat/Core (= 1.6.2 )
35
+ - SKYKitChat/Core (1.6.2 ):
36
36
- Realm (~> 3.0.1)
37
37
- SKYKit/Core (~> 1.4)
38
- - SKYKitChat/UI (1.5.1 ):
38
+ - SKYKitChat/UI (1.6.2 ):
39
39
- ALCameraViewController (~> 3.0)
40
40
- CTAssetsPickerController (~> 3.3.1)
41
41
- JSQMessagesViewController-Skygear (= 7.3.5.4)
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
94
94
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
95
95
SKPhotoBrowser: 5969c3813727f11fe37bea74a40425cafcb32f61
96
96
SKYKit: b276cf12cbc79c47fd47ac83b5b836c46a5b25e9
97
- SKYKitChat: 939c9e065a82a67e2fcfefb7cc32bcf08ea14b79
97
+ SKYKitChat: c31ae32d32b281719925a9a2a856b429e6e234e8
98
98
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
99
99
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
100
100
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SKYKitChat'
3
- s . version = '1.5.1 '
3
+ s . version = '1.6.2 '
4
4
s . summary = 'Chat extension for SKYKit'
5
5
6
6
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments