Skip to content

Commit 66520c2

Browse files
authored
Fix types definition issues (#417)
fix(types): fix `Actions` type definition Fix definition of type which represent message actions received from history and list of users which added action of specific type and value to the message. Closes #407 refactor(types): remove indexed signature for publish Remove redundant indexed signature from publish message parameters type definition. Closes #413 refactor(types): add serializable objects to `Payload` type Extend `Payload` type definition with objects which can be serialized by `JSON.stringify` using `toJSON()` methods. Closes #412 refactor(types): aggregate generated types definitions Aggregate multiple types definitions into single type definition type with proper type names and namespaces. Closes #405 #409 #410 refactor(types): add missing Subscribe Event Engine types Add Subscribe Event Engine and Event Listener types to the bundled types definition file. Closes #377
1 parent c47f202 commit 66520c2

File tree

439 files changed

+18594
-14506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

439 files changed

+18594
-14506
lines changed

.pubnub.yml

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
---
22
changelog:
3+
- date: 2024-10-31
4+
version: v8.2.10
5+
changes:
6+
- type: bug
7+
text: "Fix `Actions` type definition."
8+
- type: improvement
9+
text: "Remove indexed signature for publish."
10+
- type: improvement
11+
text: "Add serializable objects to `Payload` type."
12+
- type: improvement
13+
text: "Aggregate generated types definitions."
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."
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."
324
- date: 2024-10-25
425
version: v8.2.9
526
changes:
@@ -1041,7 +1062,7 @@ supported-platforms:
10411062
- 'Ubuntu 14.04 and up'
10421063
- 'Windows 7 and up'
10431064
version: 'Pubnub Javascript for Node'
1044-
version: '8.2.9'
1065+
version: '8.2.10'
10451066
sdks:
10461067
- full-name: PubNub Javascript SDK
10471068
short-name: Javascript
@@ -1057,7 +1078,7 @@ sdks:
10571078
- distribution-type: source
10581079
distribution-repository: GitHub release
10591080
package-name: pubnub.js
1060-
location: https://github.com/pubnub/javascript/archive/refs/tags/v8.2.9.zip
1081+
location: https://github.com/pubnub/javascript/archive/refs/tags/v8.2.10.zip
10611082
requires:
10621083
- name: 'agentkeepalive'
10631084
min-version: '3.5.2'
@@ -1728,7 +1749,7 @@ sdks:
17281749
- distribution-type: library
17291750
distribution-repository: GitHub release
17301751
package-name: pubnub.js
1731-
location: https://github.com/pubnub/javascript/releases/download/v8.2.9/pubnub.8.2.9.js
1752+
location: https://github.com/pubnub/javascript/releases/download/v8.2.10/pubnub.8.2.10.js
17321753
requires:
17331754
- name: 'agentkeepalive'
17341755
min-version: '3.5.2'

0 commit comments

Comments
 (0)