Skip to content

Conversation

@ManuelFernando
Copy link
Contributor

No description provided.

Thomas Conner and others added 19 commits September 29, 2017 17:33
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.
…ner/javascript into thomasconner-add_nativescript_support

#   Resolve Conflicts:
#	dist/titanium/pubnub.js
#	dist/titanium/pubnub.min.js
#	dist/web/pubnub.js
#	dist/web/pubnub.min.js
#	lib/core/components/config.js
#	lib/core/components/config.js.map
#	lib/core/components/endpoint.js
#	lib/core/components/endpoint.js.map
#	lib/core/pubnub-common.js
#	lib/core/pubnub-common.js.map
#	lib/networking/modules/web-node.js.map
#	src/core/components/config.js
#	src/core/components/endpoint.js
@pubnub pubnub deleted a comment Nov 29, 2017
@pubnub pubnub deleted a comment Nov 29, 2017
@MaxPresman MaxPresman requested review from parfeon and removed request for parfeon November 30, 2017 17:33
@MaxPresman MaxPresman merged commit b9f2209 into develop Dec 4, 2017
MaxPresman pushed a commit that referenced this pull request Dec 5, 2017
* 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
MaxPresman pushed a commit that referenced this pull request Jan 5, 2018
* 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
MaxPresman pushed a commit that referenced this pull request Jan 11, 2018
* 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

* update .pubnub.yml and changelog.md

* fix yaml identity
madisonsmith pushed a commit that referenced this pull request Jan 29, 2018
* 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

* update .pubnub.yml and changelog.md

* fix yaml identity

* allow set ssl for nodejs

* v4.20.1
madisonsmith pushed a commit that referenced this pull request Mar 1, 2018
* 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

* update .pubnub.yml and changelog.md

* fix yaml identity

* allow set ssl for nodejs

* v4.20.1

* fix signature to delete message

* v4.20.2

* sign v4.20.2 to distribution files
@davidnub davidnub deleted the thomasconner-add_nativescript_support branch July 31, 2019 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants