Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: javascript
version: 4.15.1
version: 4.16.0
schema: 1
scm: github.com/pubnub/javascript
files:
- dist/web/pubnub.js
- dist/web/pubnub.min.js
changelog:
- version: v4.16.0
date: 10-09-2017
changes:
- type: feature
text: support delete messages from history
- type: improvement
text: swap uuid generator with support for IE9 and IE10
- version: v4.15.1
date: 2017-08-21
changes:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## [v4.16.0](https://github.com/pubnub/javascript/tree/v4.16.0)


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


- ⭐support delete messages from history

- ⭐swap uuid generator with support for IE9 and IE10



## [v4.15.1](https://github.com/pubnub/javascript/tree/v4.15.1)


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.15.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.15.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.16.0.js
Loading