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: .pubnub.yml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,15 @@ changelog:
12
12
- type: improvement
13
13
text: "Aggregate generated types definitions."
14
14
- type: improvement
15
-
text: "Fix definition of type which represents message actions received from history and list of users which added action of specific type and value to the message. Closes #407 Remove redundant indexed signature from publish message parameters type definition. Closes #413 Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods. Closes #412 Aggregate multiple types definitions into single type definition type with proper type names and namespaces. Closes #405 #409 #410 Add the Subscribe Event Engine and Event Listener types to the bundled types definition file. Closes #377."
15
+
text: "Fix definition of type which represents message actions received from history and list of users which added action of specific type and value to the message."
16
+
- type: improvement
17
+
text: "Remove redundant indexed signature from publish message parameters type definition."
18
+
- type: improvement
19
+
text: "Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods."
20
+
- type: improvement
21
+
text: "Aggregate multiple types definitions into single type definition type with proper type names and namespaces."
22
+
- type: improvement
23
+
text: "Add the Subscribe Event Engine and Event Listener types to the bundled types definition file."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,13 @@ October 31 2024
8
8
- Remove indexed signature for publish.
9
9
- Add serializable objects to `Payload` type.
10
10
- Aggregate generated types definitions.
11
-
- Fix definition of type which represents message actions received from history and list of users which added action of specific type and value to the message. Closes #407 Remove redundant indexed signature from publish message parameters type definition. Closes #413 Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods. Closes #412 Aggregate multiple types definitions into single type definition type with proper type names and namespaces. Closes #405#409#410 Add the Subscribe Event Engine and Event Listener types to the bundled types definition file. Closes #377.
11
+
- Fix definition of type which represents message actions received from history and list of users which added action of specific type and value to the message. Fixed the following issues reported by [@yo1dog](https://github.com/yo1dog): [#407](https://github.com/pubnub/javascript/issues/407).
12
+
- Remove redundant indexed signature from publish message parameters type definition. Fixed the following issues reported by [@yo1dog](https://github.com/yo1dog): [#413](https://github.com/pubnub/javascript/issues/413).
13
+
- Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods. Fixed the following issues reported by [@yo1dog](https://github.com/yo1dog): [#412](https://github.com/pubnub/javascript/issues/412).
14
+
- Aggregate multiple types definitions into single type definition type with proper type names and namespaces. Fixed
15
+
the following issues reported by [@Tallyb](https://github.com/Tallyb) and [@yo1dog](https://github.com/yo1dog): [#405](https://github.com/pubnub/javascript/issues/405) and [#409](https://github.com/pubnub/javascript/issues/409) and [#410](https://github.com/pubnub/javascript/issues/410).
16
+
- Add the Subscribe Event Engine and Event Listener types to the bundled types definition file. Fixed the following
17
+
issues reported by [@roman-rr](https://github.com/roman-rr): [#377](https://github.com/pubnub/javascript/issues/377).
0 commit comments