File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 66 - dist/web/pubnub.js
77 - dist/web/pubnub.min.js
88changelog :
9- - version : v4.13 .0
9+ - version : v4.15 .0
1010 date :
1111 changes :
1212 - type : improvement
13- text : fix issue with where now and invalid server response
13+ text : Support optional message deduping via the dedupeOnSubscribe config
1414 - type : improvement
15- text : fix issue with here now and invalid server response
15+ text : Do not issue leave events if the channel mix is empty.
1616 - version : v4.14.0
1717 date :
1818 changes :
@@ -23,6 +23,10 @@ changelog:
2323 changes :
2424 - type : improvement
2525 text : patch up 503 reporting
26+ - type : improvement
27+ text : fix issue with where now and invalid server response
28+ - type : improvement
29+ text : fix issue with here now and invalid server response
2630 - version : v4.12.0
2731 date :
2832 changes :
Original file line number Diff line number Diff line change 11
2+ ## [ v4.15.0] ( https://github.com/pubnub/javascript/tree/v4.15.0 )
3+
4+
5+ [ Full Changelog] ( https://github.com/pubnub/javascript/compare/v4.14.0...v4.15.0 )
6+
7+
8+ - ⭐Support optional message deduping via the dedupeOnSubscribe config
9+
10+
11+ - ⭐Do not issue leave events if the channel mix is empty.
12+
13+
14+
215## [ v4.14.0] ( https://github.com/pubnub/javascript/tree/v4.14.0 )
316
417
1831- ⭐patch up 503 reporting
1932
2033
34+ - ⭐fix issue with where now and invalid server response
35+
36+
37+ - ⭐fix issue with here now and invalid server response
38+
39+
2140
2241## [ v4.12.0] ( https://github.com/pubnub/javascript/tree/v4.12.0 )
2342
Original file line number Diff line number Diff line change 9090 "engine" : {
9191 "node" : " >=0.8"
9292 }
93- }
93+ }
You can’t perform that action at this time.
0 commit comments