Skip to content

Commit

Permalink
docs(changelogs): fix change log issues
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Oct 31, 2024
1 parent 260c949 commit 7ae1402
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ changelog:
- type: improvement
text: "Aggregate generated types definitions."
- type: improvement
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."
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."
- type: improvement
text: "Remove redundant indexed signature from publish message parameters type definition."
- type: improvement
text: "Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods."
- type: improvement
text: "Aggregate multiple types definitions into single type definition type with proper type names and namespaces."
- type: improvement
text: "Add the Subscribe Event Engine and Event Listener types to the bundled types definition file."
- date: 2024-10-25
version: v8.2.9
changes:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ October 31 2024
- Remove indexed signature for publish.
- Add serializable objects to `Payload` type.
- Aggregate generated types definitions.
- 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.
- 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).
- 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).
- 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).
- Aggregate multiple types definitions into single type definition type with proper type names and namespaces. Fixed
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).
- Add the Subscribe Event Engine and Event Listener types to the bundled types definition file. Fixed the following
issues reported by [@roman-rr](https://github.com/roman-rr): [#377](https://github.com/pubnub/javascript/issues/377).

## v8.2.9
October 25 2024
Expand Down

0 comments on commit 7ae1402

Please sign in to comment.