2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-20 11:30:35 +03:00
This commit is contained in:
nathan
2017-07-27 08:08:57 -07:00
parent 38b6b8b124
commit bbecee4ed5
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -2,11 +2,12 @@
This package is [semantic versioned](http://semver.org/)
## 2.0.2
## 2.0.3
- [bugfix]: handle json responses that do not include a `.mutation` value
- note that the 2.0.2 npm publish did not include built library and is identical to 2.0.1, 2.0.3 fixes and includes the change above
## 2.0.1
## 2.0.1, 2.0.3
- [bugfix]: call `new WebSocket` constructor without an empty sub-protocol string (throws on Chrome w/o this fix)
- [docs]: update action `json` `action` documentation