Skip to content

Develop #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 12, 2017
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