Skip to content

Commit

Permalink
Develop (#103)
Browse files Browse the repository at this point in the history
* swap uuid generator with support for IE9 and IE10

* add delete_messages (#102)

* 4.16.0
  • Loading branch information
ManuelFernando authored and MaxPresman committed Oct 12, 2017
1 parent c3a88ee commit 73fa5dd
Show file tree
Hide file tree
Showing 52 changed files with 7,141 additions and 6,575 deletions.
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 <support@pubnub.com>

## 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

0 comments on commit 73fa5dd

Please sign in to comment.