File tree 5 files changed +32
-6
lines changed
5 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
changelog :
3
+ -
4
+ changes :
5
+ -
6
+ text : " Add Message Actions API support which allow to: add, remove and fetch previously added actions"
7
+ type : feature
8
+ -
9
+ text : " Add new arguments to fetch messages function which allow to fetch previously added actions and message metadata"
10
+ type : feature
11
+ -
12
+ text : " Add new handler which can be used to track message actions addition / removal events"
13
+ type : feature
14
+ date : 2019-10-08
15
+ version : v4.27.0
3
16
-
4
17
changes :
5
18
-
@@ -760,4 +773,4 @@ supported-platforms:
760
773
- " Ubuntu 14.04 and above"
761
774
- " Windows 7, 8, 10"
762
775
version : " Pubnub Javascript for Node"
763
- version : " 4.26.1 "
776
+ version : " 4.27.0 "
Original file line number Diff line number Diff line change 1
- ## [ v4.26.1] ( https://github.com/pubnub/javascript/tree/v4.26.1 )
1
+ ## [ v4.27.0] ( https://github.com/pubnub/javascript/tree/v4.27.0 )
2
+ September-27-2019
3
+
4
+
5
+ [ Full Changelog] ( https://github.com/pubnub/javascript/compare/v4.26.1...v4.27.0 )
6
+
7
+
8
+
9
+ - ⭐ Add Message Actions API support which allow to: add, remove and fetch previously added action
10
+ - ⭐ Add new arguments to fetch messages function which allow to fetch previously added actions and message metadata
11
+ - ⭐ Add new handler which can be used to track message actions addition / removal events
12
+
13
+
14
+ ## [ v4.26.1] ( https://github.com/pubnub/javascript/tree/v4.26.1 )
2
15
September-27-2019
3
16
4
17
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
22
22
23
23
24
24
25
- * https://cdn.pubnub.com/sdk/javascript/pubnub.4.26.1 .min.js
26
- * https://cdn.pubnub.com/sdk/javascript/pubnub.4.26.1 .js
25
+ * https://cdn.pubnub.com/sdk/javascript/pubnub.4.27.0 .min.js
26
+ * https://cdn.pubnub.com/sdk/javascript/pubnub.4.27.0 .js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pubnub" ,
3
- "version" : " 4.26.1 " ,
3
+ "version" : " 4.27.0 " ,
4
4
"author" :
" PubNub <[email protected] >" ,
5
5
"description" : " Publish & Subscribe Real-time Messaging with PubNub" ,
6
6
"bin" : {},
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ export default class {
296
296
}
297
297
298
298
getVersion ( ) : string {
299
- return '4.26.1 ' ;
299
+ return '4.27.0 ' ;
300
300
}
301
301
302
302
_decideUUID ( providedUUID : string ) : string {
You can’t perform that action at this time.
0 commit comments