Skip to content

Commit 7ae1402

Browse files
committed
docs(changelogs): fix change log issues
1 parent 260c949 commit 7ae1402

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.pubnub.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ changelog:
1212
- type: improvement
1313
text: "Aggregate generated types definitions."
1414
- 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."
1624
- date: 2024-10-25
1725
version: v8.2.9
1826
changes:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ October 31 2024
88
- Remove indexed signature for publish.
99
- Add serializable objects to `Payload` type.
1010
- 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).
1218

1319
## v8.2.9
1420
October 25 2024

0 commit comments

Comments
 (0)