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

7 Commits

Author SHA1 Message Date
Viktor Shcheglov dd31ce2793 New version 2.1.0 2022-07-25 14:17:02 +03:00
sharkykh 967f58f317 Fix custom mutations feature + test 2018-09-13 03:52:03 +03:00
denzow c0f0209fe0 Feature handle skip scheme ws url
if skip scheme url, like ` //localhost:8080` ,  add `ws` or
`wss` .
2018-05-07 21:39:44 +09:00
Viktor Shcheglov a3b33dd5f3 fixed minor bags 2018-01-08 20:17:34 +03:00
ThomasKlessen 782d400953 namespace support for actions (#24)
* namespace support for actions

* renamed existing tests

* added tests for store-actions with/without namespace

* removed commit parts in action/dispatch tests

* bugfixed failed test runs;
2017-11-13 08:52:01 -08: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
Nathan b62cc5a27c Specs (#6)
* wire up specs

* tests + fixes for #1

* travis
2017-07-07 09:27:32 -07:00