diff --git a/.pubnub.yml b/.pubnub.yml index a80b94707..057604ff3 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8203a63ab..fd6e4f017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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