Skip to content

Commit

Permalink
Develop (#122)
Browse files Browse the repository at this point in the history
* add missing flow types (#116)

* upgrade superagent to v3.8.1 (#115)

* Thomasconner add nativescript support (#117)

* Add NativeScript support

* Add tests for NativeScript

* Replace React-Native with NativeScript in NativeScript tests

* Fix support for nativescript

* Add tasks for to gulpfile for nativescript

* Create dist for nativescript

* Update .gitignore for nativescript

* Remove NativeScript dist bundle

* Use NativeScript http module

* Remove some Gulp tasks related to NativeScript

* Update compiled modules

* Update dist bundles

* Replace all uses of uuid with lil-uuid

* Fix error detection for NartiveScript network module

* Check if abort is a function before calling it

Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it.

* Update all the builds

* add entry point to app with Native Script

* resolve eslint issues

* add operation delete to native script

* remove multi-spaces

* replace empty body for the function delete in Native Script

* v4.19.0

* add method setProxy for Nodejs (#120)

* set ssl to true for nodejs by default

* Heartbeat configs (#119)

* isHeartbeatOnAllSubscriptions

* remove isHeartbeatOnAllSubscriptions from the config

* start only the heartbeat loop with heartbeatChannels and heartbeatChannelGroup

* post merge fixes

* 4.20.0

* cleanup
  • Loading branch information
ManuelFernando authored and MaxPresman committed Jan 5, 2018
1 parent aa3d254 commit de72a6a
Show file tree
Hide file tree
Showing 24 changed files with 6,624 additions and 6,257 deletions.
8 changes: 5 additions & 3 deletions .pubnub.yml
@@ -1,14 +1,16 @@
name: javascript
version: 4.19.0
version: 4.20.0
schema: 1
scm: github.com/pubnub/javascript
files:
- dist/web/pubnub.js
- dist/web/pubnub.min.js
changelog:
- version: v4.19.0
date: 2017-12-05
- version: v4.20.0
date: 2018-01-04
changes:
- type: feature
text: add support for heartbeat sending without subscription via .presence()
- type: feature
text: add support for Native Script
- type: improvement
Expand Down
12 changes: 7 additions & 5 deletions CHANGELOG.md
Expand Up @@ -6,13 +6,15 @@
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.18.0...v4.19.0)


- ⭐ add support for Native Script

- 🌟add support for Native Script

- 🌟 add missing flow types


- 🌟 upgrade superagent to ^3.8.1
- ⭐add missing flow types


- ⭐upgrade superagent to ^3.8.1



Expand All @@ -23,10 +25,10 @@
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.17.0...v4.18.0)


- ⭐ keepAlive is now initialized globally instead of per-call, allowing better connection reuse

- ⭐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
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -19,5 +19,6 @@ 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.19.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.19.0.js

* https://cdn.pubnub.com/sdk/javascript/pubnub.4.20.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.20.0.js

0 comments on commit de72a6a

Please sign in to comment.