Comparing version
{ | ||
"name": "talkjs", | ||
"version": "0.33.0", | ||
"description": "Build a fantastic chat feature in hours instead of months.", | ||
"version": "0.34.0", | ||
"description": "Build the perfect messaging experience in 10 minutes.", | ||
"bugs": { | ||
@@ -6,0 +6,0 @@ "url": "https://talkjs.com/?chat" |
@@ -98,2 +98,7 @@ # TalkJS JavaScript SDK | ||
### 0.34.0 | ||
- Added [Session.uploadFile](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Session/#Session__uploadFile) and file-subtype-specific variants. This returns a `FileToken` that you can use in `SendMessageParams` or `EditMessageParams`. | ||
- Added [SendMessageParams](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#SendMessageParams) that can be passed to `ConversationRef.send` to send a message by specifying its content directly. This allows you to send text messages with manually-specified formatting, in addition to file attachments and locations. | ||
- Added [EditMessageParams](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#EditMessageParams) to do the same for `MessageRef.edit` | ||
### 0.33.0 | ||
@@ -100,0 +105,0 @@ |
Sorry, the diff of this file is too big to display
234662
10.44%5367
12.26%370
1.37%