mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-06-21 19:40:35 +03:00
release v2.0.11
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
This package is [semantic versioned](http://semver.org/)
|
This package is [semantic versioned](http://semver.org/)
|
||||||
|
|
||||||
|
## 2.0.11
|
||||||
|
- [bugfix]: custom mutation name. tnx [@sharkykh](https://github.com/sharkykh)
|
||||||
|
|
||||||
## 2.0.10
|
## 2.0.10
|
||||||
- [bugfix]: check Proxy for old browsers. tnx [@mikhailian](https://github.com/mikhailian)
|
- [bugfix]: check Proxy for old browsers. tnx [@mikhailian](https://github.com/mikhailian)
|
||||||
- [feature]: Handle skip scheme ws url. tnx [@denzow](https://github.com/denzow)
|
- [feature]: Handle skip scheme ws url. tnx [@denzow](https://github.com/denzow)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-native-websocket",
|
"name": "vue-native-websocket",
|
||||||
"version": "2.0.10",
|
"version": "2.0.11",
|
||||||
"description": "native websocket implemantation for vuejs and vuex",
|
"description": "native websocket implemantation for vuejs and vuex",
|
||||||
"main": "dist/build.js",
|
"main": "dist/build.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user