Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Mar 8, 2017
2 parents f6649ab + d4507dd commit a57886c
Show file tree
Hide file tree
Showing 31 changed files with 2,599 additions and 2,375 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: javascript
version: 4.4.4
version: 4.5.0
schema: 1
scm: github.com/pubnub/javascript
changelog:
- version: v4.5.0
date:
changes:
- type: feature
text: add optional support for keepAlive by passing the keepAlive config into the init logic
- version: v4.4.4
date:
changes:
Expand Down
35 changes: 10 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## [v4.5.0](https://github.com/pubnub/javascript/tree/v4.5.0)


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

- 🌟add optional support for keepAlive by passing the keepAlive config into the init logic




## [v4.4.4](https://github.com/pubnub/javascript/tree/v4.4.4)


Expand All @@ -8,7 +18,6 @@
- ⭐add guard to check for channel or channel group on state setting



- ⭐add guard to check for publish, secret keys when performing a grant


Expand Down Expand Up @@ -52,21 +61,10 @@
- ⭐upgrade dependencies; fix up linting.



- ⭐handle network outage cases for correct reporting.



## [v4.3.3](https://github.com/pubnub/javascript/tree/v4.3.3)


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


- ⭐bump version after v3 release.



## [v4.3.3](https://github.com/pubnub/javascript/tree/v4.3.3)


Expand Down Expand Up @@ -106,15 +104,12 @@
- ⭐bulk history exposed via pubnub.fetchMessages



- ⭐publish supports custom ttl interval



- ⭐v2 for audit and grant; no consumer facing changes.



- ⭐fixes for param validation on usage of promises


Expand Down Expand Up @@ -158,7 +153,6 @@
- ⭐Add promise support on setState operation (@jskrzypek)



- ⭐Add hooks to stop polling time when the number of subscriptions drops to 0 (@jasonpoe)


Expand All @@ -182,11 +176,9 @@
- ⭐Add optional support for promises on all endpoints.



- ⭐History always returns timetokens in the payloads.



- ⭐Optionally, if queue size is set, send status on queue size threshold


Expand All @@ -210,7 +202,6 @@
- ⭐Reset timetoken when all unsubscribes happen



- ⭐Sign requests when a a secret key is passed


Expand Down Expand Up @@ -264,7 +255,6 @@
- ⭐Channel / subscription items are populated in



- ⭐Constants for operation and category are exposed on global object


Expand All @@ -288,7 +278,6 @@
- ⭐Dependency upgrades



- ⭐Try..catch wrapped around localStorage for iframe compliance


Expand All @@ -302,7 +291,6 @@
- ⭐Adjustment of reconnection policies for web distributions.



- ⭐PNSDK support for partner identification


Expand All @@ -325,16 +313,13 @@

- ⭐Adjust handling of presence payloads for state settings.


- 🌟Exposing generateUUID method to create uuids.




- ⭐Triggering disconnect, reconnect events on Web distributions.



- ⭐React Native adjustments to package.json information.


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
- If you **need help** or have a **general question**, contact <support@pubnub.com>

## CDN Links
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.4.4.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.4.4.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.5.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.5.0.js
Loading

0 comments on commit a57886c

Please sign in to comment.