diff --git a/.pubnub.yml b/.pubnub.yml index 69d6b8f5f..fc29916b3 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -11,6 +11,13 @@ changelog: changes: - type: feature text: add support for heartbeat sending without subscription via .presence() + - type: feature + text: add method setProxy for Nodejs + - type: feature + text: set ssl to true for nodejs by default + - version: v4.19.0 + date: 2017-12-05 + changes: - type: feature text: add support for Native Script - type: improvement diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0620eae..7fe6d64b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [v4.20.0](https://github.com/pubnub/javascript/tree/v4.20.0) + January-04-2018 + + + [Full Changelog](https://github.com/pubnub/javascript/compare/v4.19.0...v4.20.0) + + + +- ⭐add support for heartbeat sending without subscription via .presence() + + +- ⭐add method setProxy for Nodejs + + +- ⭐set ssl to true for nodejs by default + + ## [v4.19.0](https://github.com/pubnub/javascript/tree/v4.19.0) December-05-2017 @@ -7,8 +24,7 @@ -- 🌟add support for Native Script - +- ⭐add support for Native Script - ⭐add missing flow types @@ -28,7 +44,8 @@ - ⭐keepAlive is now initialized globally instead of per-call, allowing better connection reuse -- 🌟added sdkName configuration parameter which allow completely override pnsdk in request query + +- ⭐added sdkName configuration parameter which allow completely override pnsdk in request query