Skip to content

Commit 23f60ae

Browse files
authored
Update DEPRECATED.md
1 parent f34a84b commit 23f60ae

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

DEPRECATED.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Deprecated classes, methods, properties
22

33

4+
## v3.1.9
5+
6+
### Classes
7+
8+
| Old class | New Class |
9+
| --------- | --------- |
10+
| ConnectionManager | N/A |
11+
12+
413
## v3.0.159
514

615
### Methods
716

817
| Old class | Old property | New class | New property |
9-
| --------- | ----------- | --------- | ---------- |
18+
| --------- | ------------ | --------- | ------------ |
1019
| MessageRetrievalParams | includeParentMessageText: boolean | MessageRetrievalParams | includeParentMessageInfo: boolean |
1120
| PreviousMessageListQuery | includeParentMessageText: boolean | PreviousMessageListQuery | includeParentMessageInfo: boolean |
1221
| PreviousMessageListQuery | includeReplies: boolean | PreviousMessageListQuery | replyType: ReplyType |
@@ -22,7 +31,7 @@
2231
### Methods
2332

2433
| Old class | Old method | New class | New method |
25-
| --------- | ----------- | --------- | ---------- |
34+
| --------- | ---------- | --------- | ---------- |
2635
| GroupChannel | markAsRead(): void | GroupChannel | markAsRead(callback: VoidCallback): Promise<void> |
2736

2837

@@ -31,7 +40,7 @@
3140
### Methods
3241

3342
| Old class | Old method | New class | New method |
34-
| --------- | ----------- | --------- | ---------- |
43+
| --------- | ---------- | --------- | ---------- |
3544
| GroupChannel | markAsDelivered(): void | SendBird | markAsDelivered(channelUrl: String): void |
3645

3746

@@ -40,7 +49,7 @@
4049
### Properties
4150

4251
| Old class | Old property | New class | New property |
43-
| --------- | ---------- | --------- | ---------- |
52+
| --------- | ------------ | --------- | ------------ |
4453
| UserMessage | sendingStatus: string | BaseMessage | sendingStatus: string |
4554
| FileMessage | sendingStatus: string | BaseMessage | sendingStatus: string |
4655
| AdminMessage | N/A | BaseMessage | sendingStatus: string |
@@ -63,7 +72,7 @@
6372
### Properties
6473

6574
| Old class | Old property | New class | New property |
66-
| --------- | ---------- | --------- | ---------- |
75+
| --------- | ------------ | --------- | ------------ |
6776
| PreviousMessageListQuery | includeReaction: boolean | PreviousMessageListQuery | includeReactions: boolean |
6877
| MessageChangeLogsParams | includeReaction: boolean | MessageChangeLogsParams | includeReactions: boolean |
6978
| MessageListParams | includeReaction: boolean | MessageListParams | includeReactions: boolean |
@@ -148,7 +157,7 @@
148157
### Properties
149158

150159
| Old class | Old property | New class | New property |
151-
| --------- | ---------- | --------- | ---------- |
160+
| --------- | ------------ | --------- | ------------ |
152161
| BaseMessageParams | metaArrayKeys: string[] | BaseMessageParams | metaArrays: MessageMetaArray[] |
153162

154163

@@ -157,7 +166,7 @@
157166
### Properties
158167

159168
| Old class | Old property | New class | New property |
160-
| --------- | ---------- | --------- | ---------- |
169+
| --------- | ------------ | --------- | ------------ |
161170
| UserMessage | requestState: string | UserMessage | sendingStatus: string |
162171
| FileMessage | requestState: string | FileMessage | sendingStatus: string |
163172

@@ -174,7 +183,7 @@
174183
### Methods
175184

176185
| Old class | Old method | New class | New method/property |
177-
| --------- | ---------- | --------- | ---------- |
186+
| --------- | ---------- | --------- | ------------------- |
178187
| SendBird | getCurrentUserId(): string | SendBird | currentUser: User |
179188

180189

@@ -200,7 +209,7 @@
200209
### Properties
201210

202211
| Old class | Old property | New class | New property |
203-
| --------- | ---------- | --------- | ---------- |
212+
| --------- | ------------ | --------- | ------------ |
204213
| GroupChannel | isPushEnabled: boolean | GroupChannel | myPushTriggerOption: string |
205214

206215

@@ -225,7 +234,7 @@
225234
### Properties
226235

227236
| Old class | Old property | New class | New property |
228-
| --------- | ---------- | --------- | ---------- |
237+
| --------- | ------------ | --------- | ------------ |
229238
| UserMessageParams | targetLanguages: string[] | UserMessageParams | translationTargetLanguages: string[] |
230239

231240

@@ -257,7 +266,7 @@
257266
### Properties
258267

259268
| Old class | Old property | New class | New property |
260-
| --------- | ---------- | --------- | ---------- |
269+
| --------- | ------------ | --------- | ------------ |
261270
| GroupChannelListQuery | customTypeFilter: string | GroupChannelListQuery | customTypesFilter: string[] |
262271

263272

0 commit comments

Comments
 (0)