Skip to content

Commit 90487c5

Browse files
4.16.0
1 parent 17eb783 commit 90487c5

38 files changed

+1298
-823
lines changed

.pubnub.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: javascript
2-
version: 4.15.1
2+
version: 4.16.0
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.16.0
10+
date: 10-09-2017
11+
changes:
12+
- type: feature
13+
text: support delete messages from history
14+
- type: improvement
15+
text: swap uuid generator with support for IE9 and IE10
916
- version: v4.15.1
1017
date:
1118
changes:

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## [v4.16.0](https://github.com/pubnub/javascript/tree/v4.16.0)
3+
4+
5+
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.15.1...v4.16.0)
6+
7+
8+
- ⭐support delete messages from history
9+
10+
- ⭐swap uuid generator with support for IE9 and IE10
11+
12+
13+
214
## [v4.15.1](https://github.com/pubnub/javascript/tree/v4.15.1)
315

416

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
1919
- If you **need help** or have a **general question**, contact <[email protected]>
2020

2121
## CDN Links
22-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.15.1.min.js
23-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.15.1.js
22+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.0.min.js
23+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.0.js

0 commit comments

Comments
 (0)