Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -7,8 +24,7 @@



- 🌟add support for Native Script

- ⭐add support for Native Script


- ⭐add missing flow types
Expand All @@ -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



Expand Down