Skip to content

Commit

Permalink
v4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelFernando committed Dec 5, 2017
1 parent d501af9 commit 6e58db1
Show file tree
Hide file tree
Showing 20 changed files with 199 additions and 22 deletions.
11 changes: 10 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
name: javascript
version: 4.18.0
version: 4.19.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
changes:
- type: feature
text: add support for Native Script
- type: improvement
text: add missing flow types
- type: improvement
text: upgrade superagent to ^3.8.1
- version: v4.18.0
date: 2017-11-20
changes:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

## [v4.19.0](https://github.com/pubnub/javascript/tree/v4.19.0)
December-05-2017


[Full Changelog](https://github.com/pubnub/javascript/compare/v4.18.0...v4.19.0)


- ⭐ add support for Native Script


- 🌟 add missing flow types


- 🌟 upgrade superagent to ^3.8.1



## [v4.18.0](https://github.com/pubnub/javascript/tree/v4.18.0)
November-20-2017

Expand All @@ -7,6 +24,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


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
- If you **need help** or have a **general question**, contact <[email protected]>

## CDN Links
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.18.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.18.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.19.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.19.0.js
10 changes: 7 additions & 3 deletions dist/titanium/pubnub.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! 4.18.0 / Consumer */
/*! 4.19.0 / Consumer */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down Expand Up @@ -573,7 +573,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, {
key: 'getVersion',
value: function getVersion() {
return '4.18.0';
return '4.19.0';
}
}, {
key: '_decideUUID',
Expand Down Expand Up @@ -1829,7 +1829,9 @@ return /******/ (function(modules) { // webpackBootstrap
key: '_stopSubscribeLoop',
value: function _stopSubscribeLoop() {
if (this._subscribeCall) {
this._subscribeCall.abort();
if (typeof this._subscribeCall.abort === 'function') {
this._subscribeCall.abort();
}
this._subscribeCall = null;
}
}
Expand Down Expand Up @@ -2144,6 +2146,8 @@ return /******/ (function(modules) { // webpackBootstrap

var _config2 = _interopRequireDefault(_config);

var _flow_interfaces = __webpack_require__(5);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
Expand Down
6 changes: 3 additions & 3 deletions dist/titanium/pubnub.min.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions dist/web/pubnub.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! 4.18.0 / Consumer */
/*! 4.19.0 / Consumer */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down Expand Up @@ -595,7 +595,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, {
key: 'getVersion',
value: function getVersion() {
return '4.18.0';
return '4.19.0';
}
}, {
key: '_decideUUID',
Expand Down Expand Up @@ -1851,7 +1851,9 @@ return /******/ (function(modules) { // webpackBootstrap
key: '_stopSubscribeLoop',
value: function _stopSubscribeLoop() {
if (this._subscribeCall) {
this._subscribeCall.abort();
if (typeof this._subscribeCall.abort === 'function') {
this._subscribeCall.abort();
}
this._subscribeCall = null;
}
}
Expand Down Expand Up @@ -2166,6 +2168,8 @@ return /******/ (function(modules) { // webpackBootstrap

var _config2 = _interopRequireDefault(_config);

var _flow_interfaces = __webpack_require__(5);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
Expand Down
4 changes: 2 additions & 2 deletions dist/web/pubnub.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core/components/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/config.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/core/components/deduping_manager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/deduping_manager.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion lib/core/components/subscription_manager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/subscription_manager.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6e58db1

Please sign in to comment.