Skip to content

Commit 73fa5dd

Browse files
ManuelFernandoMaxPresman
authored andcommitted
Develop (#103)
* swap uuid generator with support for IE9 and IE10 * add delete_messages (#102) * 4.16.0
1 parent c3a88ee commit 73fa5dd

Some content is hidden

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

52 files changed

+7141
-6575
lines changed

.pubnub.yml

Lines changed: 8 additions & 1 deletion
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: 2017-08-21
1118
changes:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)