Skip to content

Commit 047cdc8

Browse files
ManuelFernandomadisonsmith
authored andcommitted
Develop (pubnub#124)
* add missing flow types (pubnub#116) * upgrade superagent to v3.8.1 (pubnub#115) * Thomasconner add nativescript support (pubnub#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 (pubnub#120) * set ssl to true for nodejs by default * Heartbeat configs (pubnub#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
1 parent 5b7e893 commit 047cdc8

File tree

16 files changed

+6696
-6200
lines changed

16 files changed

+6696
-6200
lines changed

.pubnub.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: javascript
2-
version: 4.20.0
2+
version: 4.20.1
33
schema: 1
44
scm: github.com/pubnub/javascript
55
files:
66
- dist/web/pubnub.js
77
- dist/web/pubnub.min.js
88
changelog:
9+
- version: v4.20.1
10+
date: 2018-01-29
11+
changes:
12+
- type: improvement
13+
text: allow set ssl to false for nodejs
914
- version: v4.20.0
1015
date: 2018-01-04
1116
changes:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v4.20.1](https://github.com/pubnub/javascript/tree/v4.20.1)
2+
January-29-2018
3+
4+
5+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.20.0...v4.20.1)
6+
7+
8+
9+
- ⭐allow set ssl to false for nodejs
10+
11+
12+
113
## [v4.20.0](https://github.com/pubnub/javascript/tree/v4.20.0)
214
January-04-2018
315

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
2020

2121
## CDN Links
2222

23-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.20.0.min.js
24-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.20.0.js
23+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.20.1.min.js
24+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.20.1.js

dist/titanium/pubnub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 4.20.0 / Consumer */
1+
/*! 4.20.1 / Consumer */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -586,7 +586,7 @@ return /******/ (function(modules) { // webpackBootstrap
586586
}, {
587587
key: 'getVersion',
588588
value: function getVersion() {
589-
return '4.20.0';
589+
return '4.20.1';
590590
}
591591
}, {
592592
key: '_decideUUID',

dist/titanium/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)