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

38 Commits

Author SHA1 Message Date
Anatoly Tarnavsky 8874a37abd Update README.md
I guess it was a typo, changed `send` => `sendObj` in store's action.
2020-05-17 20:08:34 +03:00
Philip Marais 0ec586b4d5 Readme update for manual connect
`vm.$connect(connectionURL, connectionOpts)` example in the `Readme`
2018-09-26 11:31:41 +02:00
Philip Marais 3ea1a54c77 Update README.md 2018-09-26 07:28:03 +02:00
Viktor Scheglov d77cb655e2 add badge 2018-09-17 14:45:25 +03:00
sharkykh 967f58f317 Fix custom mutations feature + test 2018-09-13 03:52:03 +03:00
Viktor 2835a4b79a Merge pull request #59 from OmgImAlexis/master
add support for custom mutation name
2018-09-12 16:37:13 +03:00
guillaume 690b6ca870 typo
but online ;)
2018-08-31 01:31:31 +02:00
guillaume 156f42b45d more documentation to send a WS message with VueX
more doc.
this save my file today ;)
2018-08-31 01:29:33 +02:00
Viktor a31cb5efb0 Merge pull request #58 from joshuamorris3/master
Optional custom 'passToStore' code
2018-06-27 15:28:46 +03:00
Alexis Tyler a5e3c863a5 add support for custom mutation name 2018-06-12 15:46:29 +09:30
Joshua Morris 4d8bf21ab4 Add custom pass to store handler 2018-06-05 11:34:25 -06:00
Ruslan Tursunov 4f9acd05f9 Update README.md
Message from socket now will be saved in proper object field.
2018-05-30 18:19:57 +03:00
Will McNaughton c2653bb6db Update README.md 2018-04-02 15:35:46 -05:00
Viktor Shcheglov a3b33dd5f3 fixed minor bags 2018-01-08 20:17:34 +03:00
Viktor 07328e1548 Add reconnect (#25)
* add ws reconnect

* added in readme text about reconnect
2017-11-13 08:52:29 -08:00
nathan ef8a327c70 v2.0.1 2017-07-10 09:14:01 -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 49d7229ee3 Update README. 2017-06-29 16:09:36 +08:00
Aaron Chen b9b1bee5c0 Update README. 2017-06-29 16:08:49 +08:00
Aaron Chen ca24960b05 Update README 2017-06-29 16:07:44 +08:00
nathan fd5d4a6a59 readme typo, fixes #3 2017-06-01 08:24:55 -07:00
nathan 0b27e5218b readme updates 2017-05-16 23:08:54 -07:00
nathan ace980d539 native websocket with json parsing, vuex integration and namespacing 2017-05-16 22:58:01 -07:00
Michgeek 3a86a906d5 Add support for namespaced Vuex actions 2017-03-21 07:40:42 +11:00
Sumit Kumar 4b7ec2f83e added import of library to usage section 2017-02-04 21:36:28 +01:00
Donovan d5ff9b1403 Update README.md
few grammar fixes
2016-12-31 00:02:25 -07:00
metinseylan 0c778d661f readme 2016-12-31 01:21:01 +03:00
metinseylan 8e0100be09 2.1.0 2016-12-31 01:18:10 +03:00
whitekkk f21cb5dfa6 add import vue in readme 2016-11-28 08:53:05 +07:00
Metin Seylan 7f5fac27d0 v2 2016-10-29 00:47:04 +03:00
Metin Seylan 88d8479209 Update README.md 2016-10-26 09:49:51 +03:00
Metin Seylan 803798a199 Update README.md 2016-08-31 14:12:41 +03:00
Metin Seylan 858c189a4d Update README.md 2016-08-20 19:07:39 +03:00
Metin Seylan 4652f6eec0 Update README.md 2016-05-10 01:23:45 +03:00
Metin Seylan 4608340bb1 Update README.md 2016-05-10 01:23:20 +03:00
Metin Seylan 29ee0ea722 Update README.md 2016-05-10 01:15:34 +03:00
Metin Seylan bfdac9ab09 Create README.md 2016-05-09 23:41:17 +03:00