You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
-
<aname="0.27.0"></a>
1
+
<aname="v0.27.0"></a>
2
2
3
-
## 0.27.0
3
+
## v0.27.0
4
4
5
5
### Chores
6
6
7
-
- new commands `npm run version:major`, `npm run version:minor`, and `npm run version:patch` to bump version in the `package.json`
7
+
- added new commands `npm run version:major`, `npm run version:minor`, and `npm run version:patch` to bump version in the `package.json`
8
+
9
+
### Code Refactoring
10
+
11
+
- the method sendMessage can add an extension object to a sending message as third parameter. `sendMessage: (body: string, dialog?: Dialogs.Dialog, extension?: { [key: string]: any }) => void;`
8
12
9
13
### Features
10
14
11
-
- new method `generateTempMessageId` to create custom/temporary identifier for message
15
+
- new method `generateTempMessageId` to create a custom/temporary identifier for a message
12
16
- add `addTempMessage` and `updateTempMessage` methods to create and update a temporary custom message in chat messages
0 commit comments