Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d48554

Browse filesBrowse files
author
Max Presman
committed
3.12.0
1 parent b238902 commit 5d48554
Copy full SHA for 5d48554

File tree

Expand file treeCollapse file tree

23 files changed

+39
-36
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

23 files changed

+39
-36
lines changed
Open diff view settings
Collapse file

‎CHANGELOG‎

Copy file name to clipboardExpand all lines: CHANGELOG
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
2-18-16 * 3.10.2
2-
- Adding back DOM manipulating elements.
1+
2-23-16 * 3.12.0
2+
- updating XHR methods to skip on statechange.
3+
4+
2-23-16 * 3.11.0
5+
- eslint of the core.
36

47
02-17-16 * 3.10.0 [IE6 no longer supported]
58
- Webpacking of all SDK's
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ PubNub for JavaScript Docs have been moved to: http://www.pubnub.com/docs/javasc
1313
## CDN Links
1414

1515
#### HTTP
16-
* http://cdn.pubnub.com/pubnub-3.11.0.min.js
17-
* http://cdn.pubnub.com/pubnub-3.11.0.js
16+
* http://cdn.pubnub.com/pubnub-3.12.0.min.js
17+
* http://cdn.pubnub.com/pubnub-3.12.0.js
1818

1919
#### HTTPS
20-
* https://cdn.pubnub.com/pubnub-3.11.0.min.js
21-
* https://cdn.pubnub.com/pubnub-3.11.0.js
20+
* https://cdn.pubnub.com/pubnub-3.12.0.min.js
21+
* https://cdn.pubnub.com/pubnub-3.12.0.js
Collapse file

‎VERSION‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.0
1+
3.12.0
Collapse file

‎bower.json‎

Copy file name to clipboardExpand all lines: bower.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"main": "web/dist/pubnub.min.js",
55
"license": "https://github.com/pubnub/javascript/blob/master/LICENSE",
66
"ignore" : [ "**/*", "!web/dist/pubnub.js", "!web/dist/pubnub.min.js", "!web/pubnub.js", "!web/pubnub.min.js"],
Collapse file

‎modern/dist/pubnub.js‎

Copy file name to clipboardExpand all lines: modern/dist/pubnub.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 3.11.0 / modern */
1+
/*! 3.12.0 / modern */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -406,7 +406,7 @@ return /******/ (function(modules) { // webpackBootstrap
406406
module.exports = {
407407
"name": "pubnub",
408408
"preferGlobal": false,
409-
"version": "3.11.0",
409+
"version": "3.12.0",
410410
"author": "PubNub <support@pubnub.com>",
411411
"description": "Publish & Subscribe Real-time Messaging with PubNub",
412412
"contributors": [
Collapse file

‎modern/dist/pubnub.min.js‎

Copy file name to clipboardExpand all lines: modern/dist/pubnub.min.js
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎modern/pubnub.js‎

Copy file name to clipboardExpand all lines: modern/pubnub.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 3.11.0 / modern */
1+
/*! 3.12.0 / modern */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();
@@ -406,7 +406,7 @@ return /******/ (function(modules) { // webpackBootstrap
406406
module.exports = {
407407
"name": "pubnub",
408408
"preferGlobal": false,
409-
"version": "3.11.0",
409+
"version": "3.12.0",
410410
"author": "PubNub <support@pubnub.com>",
411411
"description": "Publish & Subscribe Real-time Messaging with PubNub",
412412
"contributors": [
Collapse file

‎modern/pubnub.min.js‎

Copy file name to clipboardExpand all lines: modern/pubnub.min.js
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pubnub",
33
"preferGlobal": false,
4-
"version": "3.11.0",
4+
"version": "3.12.0",
55
"author": "PubNub <support@pubnub.com>",
66
"description": "Publish & Subscribe Real-time Messaging with PubNub",
77
"contributors": [
Collapse file

‎parse/dist/pubnub.js‎

Copy file name to clipboardExpand all lines: parse/dist/pubnub.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! 3.11.0 / parse */
1+
/*! 3.12.0 / parse */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory(require("crypto"), require("buffer"));
@@ -288,7 +288,7 @@ return /******/ (function(modules) { // webpackBootstrap
288288
module.exports = {
289289
"name": "pubnub",
290290
"preferGlobal": false,
291-
"version": "3.11.0",
291+
"version": "3.12.0",
292292
"author": "PubNub <support@pubnub.com>",
293293
"description": "Publish & Subscribe Real-time Messaging with PubNub",
294294
"contributors": [

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.