Skip to content

Commit 6f43922

Browse files
Releasing v4.29.1
1 parent 0b7dede commit 6f43922

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2738
-4377
lines changed

.pubnub.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Release 4.291."
7+
type: bug
8+
date: 2020-08-04
9+
version: v4.29.1
310
-
411
changes:
512
-
@@ -870,7 +877,7 @@ supported-platforms:
870877
- "Mozilla Firefox 51 and up"
871878
- "Google Chrome 56 and up"
872879
- "Opera 41 and up"
873-
- "IE 9 and up"
880+
- "IE 9 and up (include a Promise polyfill for pubnub >= 4.29.0)"
874881
- "Microsoft Edge 38 and up"
875882
version: "Pubnub Javascript for Web"
876883
-
@@ -881,4 +888,4 @@ supported-platforms:
881888
- "Ubuntu 14.04 and up"
882889
- "Windows 7 and up"
883890
version: "Pubnub Javascript for Node"
884-
version: "4.29.0"
891+
version: "4.29.1"

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v4.29.1](https://github.com/pubnub/javascript/releases/tag/v4.29.1)
2+
August-04-2020
3+
4+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.29.0...v4.29.1)
5+
6+
- 🐛 Release 4.291.
7+
18
## [v4.29.0](https://github.com/pubnub/javascript/releases/tag/v4.29.0)
29
August-04-2020
310

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
2222

2323

2424

25-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.0.min.js
26-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.0.js
25+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.1.min.js
26+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.29.1.js

dist/titanium/pubnub.js

+149-114
Large diffs are not rendered by default.

dist/titanium/pubnub.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pubnub.js

+149-114
Large diffs are not rendered by default.

dist/web/pubnub.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

karma/web.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default (config) => {
1515

1616
// list of files / patterns to load in the browser
1717
files: [
18+
'../node_modules/es6-promise/dist/es6-promise.auto.js',
1819
'../dist/web/pubnub.js',
1920
'../test/dist/web-titanium.test.js'
2021
],

lib/core/components/config.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/endpoint.js

+10-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/endpoint.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/push_payload.js

+18-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/push_payload.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/endpoints/file_upload/send_file.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)