Skip to content

Commit

Permalink
Merge pull request #164 from pubnub/develop
Browse files Browse the repository at this point in the history
Release v4.25.0 - add objects support
  • Loading branch information
raipubnub authored Aug 16, 2019
2 parents 23d36b4 + 5bf13df commit d1d152b
Show file tree
Hide file tree
Showing 116 changed files with 13,775 additions and 48 deletions.
31 changes: 30 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
changelog:
-
changes:
-
text: "Add Objects support for Users, Spaces and Memberships"
type: improvement
date: 2019-08-16
version: v4.25.0
-
changes:
-
Expand Down Expand Up @@ -651,8 +658,30 @@ features:
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-PUBLISHER-UUID
- SUBSCRIBE-SIGNAL-LISTENER
- SUBSCRIBE-USER-LISTENER
- SUBSCRIBE-SPACE-LISTENER
- SUBSCRIBE-MEMBERSHIP-LISTENER
signal:
- SIGNAL-SEND
objects:
- OBJECS-GET-USER
- OBJECS-GET-USERS
- OBJECS-CREATE-USER
- OBJECS-UPDATE-USER
- OBJECS-DELETE-USER
- OBJECS-GET-SPACE
- OBJECS-GET-SPACES
- OBJECS-CREATE-SPACE
- OBJECS-UPDATE-SPACE
- OBJECS-DELETE-SPACE
- OBJECTS-GET-MEMBERSHIPS
- OBJECTS-JOIN-SPACES
- OBJECTS-UPDATE-MEMBERSHIPS
- OBJECTS-LEAVE-SPACES
- OBJECTS-GET-MEMBERS
- OBJECTS-ADD-MEMBERS
- OBJECTS-UPDATE-MEMBERS
- OBJECTS-REMOVE-MEMBERS
time:
- TIME-TIME
files:
Expand Down Expand Up @@ -687,4 +716,4 @@ supported-platforms:
- "Ubuntu 14.04 and above"
- "Windows 7, 8, 10"
version: "Pubnub Javascript for Node"
version: "4.24.6"
version: "4.25.0"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- '8.9.0'
- '8.10.0'
- '10.13.0'
- '12'
env:
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## [v4.24.6](https://github.com/pubnub/javascript/tree/v4.24.6)
## [v4.25.0](https://github.com/pubnub/javascript/tree/v4.25.0)
August-16-2019


[Full Changelog](https://github.com/pubnub/javascript/compare/v4.24.6...v4.25.0)



- ⭐ Fix regression: 'Add Objects support for Users, Spaces and Memberships"



## [v4.24.6](https://github.com/pubnub/javascript/tree/v4.24.6)
August-09-2019


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)



* https://cdn.pubnub.com/sdk/javascript/pubnub.4.24.6.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.24.6.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.25.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.25.0.js
4 changes: 2 additions & 2 deletions dist/titanium/pubnub.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/titanium/pubnub.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/web/pubnub.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web/pubnub.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core/components/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/config.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions lib/core/components/endpoint.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/endpoint.js.map

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions lib/core/components/listener_manager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/listener_manager.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 32 additions & 6 deletions lib/core/components/subscription_manager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/subscription_manager.js.map

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions lib/core/constants/operations.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1d152b

Please sign in to comment.