2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-17 06:29:39 +03:00

30 Commits

Author SHA1 Message Date
Viktor a265da66e9 build 2.1.0 2022-07-25 18:52:03 +03:00
nsano-rururu 0a8d53a5e3 babel 6 to 7, webpack 3 to 5 etc 2022-07-19 00:24:36 +09:00
Viktor c7c54f86c9 2.0.15 2021-08-02 15:55:48 +03:00
Viktor Shcheglov 4298712873 bump version v2.0.13 2020-01-27 18:01:25 +03:00
Viktor Shcheglov 64c858f61d update build 2019-04-05 13:51:21 +03:00
Viktor Scheglov 38c49c13ae bumb version 2018-09-26 13:46:03 +03:00
sharkykh 967f58f317 Fix custom mutations feature + test 2018-09-13 03:52:03 +03:00
Viktor Scheglov 6891ca2e81 release 10 2018-09-12 16:46:12 +03:00
Alexander Mikhailian 379143d3c9 Check for Proxy before using it 2018-09-11 22:41:21 +02:00
Viktor Scheglov 2d4e4dfa29 fix reconnection ws instance 2018-08-27 18:37:45 +03:00
Joshua Morris 38eecfda57 Bind the local context to the default pass to store handler 2018-06-05 17:02:18 -06:00
Joshua Morris 4d8bf21ab4 Add custom pass to store handler 2018-06-05 11:34:25 -06:00
Viktor Scheglov 649485e28b update build 2018-04-18 11:02:35 +03:00
Will McNaughton d6c6333740 Build package for distribution 2018-04-02 15:11:06 -05:00
Viktor Shcheglov a3b33dd5f3 fixed minor bags 2018-01-08 20:17:34 +03:00
n5leon f30c155298 Fixed context for events calback 2017-11-18 17:02:08 +01:00
nathan 699372468d changelog and build 2.0.4 2017-11-13 09:11:19 -08:00
Viktor 07328e1548 Add reconnect (#25)
* add ws reconnect

* added in readme text about reconnect
2017-11-13 08:52:29 -08:00
nathan bbecee4ed5 build it 2017-07-27 08:11:41 -07:00
Mark Macneil 55aa4a75aa Fixes for empty sub-protocol and missing action names (#8)
* 1. Fixed DOMException: Failed to construct 'WebSocket': The subprotocol '' is invalid. in Chrome when empty protocol arg passed in WS ctor.  2.  Action name was never being set/executed on incoming messages.

* upated docs
2017-07-10 09:09:10 -07:00
Nathan 46e251dcbc Api updates (#7)
* move all instantiation options into the opts hash

* 2.0.0
2017-07-07 09:47:01 -07:00
Aaron Chen 93e17ffe0f support websocket protocol, this is optional option. 2017-06-29 15:31:50 +08:00
nathan db15356be6 webpack, yarn and dist 2017-05-16 22:58:40 -07:00
Michgeek 8709b16a78 Add support to native events
Native event was passed capitalized which cause unexpected camelCase
conversion.

Event is now passed without uppercasing and save string transformations

e.g.
SOCKET_CONNECT       => `socket_cONNECT`      instead of `socket_connect`
SOCKET_CONNECT_ERROR => `socket_cONNECTERROR` instead of `socket_connectError`
2017-03-29 16:10:27 +11:00
Michgeek 3a86a906d5 Add support for namespaced Vuex actions 2017-03-21 07:40:42 +11:00
Michgeek 7abefc3bad Add namespaced mutation for Vuex 2017-03-19 23:37:00 +11:00
Pieter Jan De Smedt 0edf7322e6 fix: add listeners to custom socket functions on the created hook instead of beforeCreate hook in the mixin lifecycle 2017-01-03 16:30:46 +01:00
metinseylan 8e0100be09 2.1.0 2016-12-31 01:18:10 +03:00
Metin Seylan b0df13186c missing events & build 2016-11-23 13:59:51 +03:00
Metin Seylan 7f5fac27d0 v2 2016-10-29 00:47:04 +03:00