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

126 Commits

Author SHA1 Message Date
Viktor Shcheglov 4298712873 bump version v2.0.13 v2.0.14 2020-01-27 18:01:25 +03:00
Viktor ff14755517 Merge pull request #90 from dennisreimann/patch-1
Fix connection URL when resolving the scheme
2020-01-27 17:41:33 +03:00
Dennis Reimann 962958ae37 Fix connection URL when resolving the scheme
In case the `connectionUrl` already starts with `//` the `//` in the concatination is redundant.

This might be related to #87.
2019-05-09 16:10:51 +02:00
Viktor Shcheglov 64c858f61d update build 2019-04-05 13:51:21 +03:00
Viktor Shcheglov f1403c7912 bump version 2019-04-05 13:49:41 +03:00
Viktor 4cba717ffc Merge pull request #84 from kawais/master
dev: fix when manually connect and reconnect
2019-04-05 13:48:29 +03:00
Lyndon 9a4762f8a6 dev: fix when manually connect and reconnect 2019-02-22 13:29:36 +08:00
Viktor c44d62b7a3 Merge pull request #74 from dengdan99/patch-1
when the false hasProxy, the sockets need addListener tnx @dengdan99
2018-11-08 17:54:53 +03:00
Leo Deng 42a44ccd25 Update Main.js
when not hasProxy, the sockets need addListener
2018-11-02 10:33:19 +08:00
Viktor Scheglov 38c49c13ae bumb version 2018-09-26 13:46:03 +03:00
Viktor e21518fbd0 Updated manual connect to accept alternative connection
Updated manual connect to accept alternative connection
2018-09-26 13:34:50 +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 94c131ecfe Connection URL/Opts update with default values
Added the `connectionUrl` & `connectionOpts` parameters with default values, to the manual `connect` function
2018-09-26 11:28:34 +02:00
Philip Marais 3ea1a54c77 Update README.md 2018-09-26 07:28:03 +02:00
Philip Marais 684ddfd78d Added connection variable for manual-connect
Added the option to connect to a connection other than the connections dictated in the instantiation.

Can be used as usual with `this.$connect()`, or alternatively `this.$connect('ws://localhost:port/foo/')` to specify a different socket endpoint/channel.
2018-09-26 07:25:25 +02:00
Viktor Scheglov d77cb655e2 add badge 2018-09-17 14:45:25 +03:00
Viktor Scheglov 234b1fa47b release v2.0.11 v2.0.11 2018-09-13 11:02:01 +03:00
Viktor 3a566cbe10 Merge pull request #70 from sharkykh/bugfix/custom-mutations
Fix custom mutation names feature + test
2018-09-13 10:59:46 +03:00
sharkykh 967f58f317 Fix custom mutations feature + test 2018-09-13 03:52:03 +03:00
Viktor Scheglov 05b80e9426 bumb version 2018-09-12 16:50:43 +03:00
Viktor Scheglov f42d16aa6d add npm-shrinkwrap 2018-09-12 16:49:45 +03:00
Viktor 0f995dfc53 Merge pull request #69 from nathantsoi/feature/release-10
Release 10
v2.0.10
2018-09-12 16:46:42 +03:00
Viktor Scheglov 6891ca2e81 release 10 2018-09-12 16:46:12 +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
Viktor 432b1de0fa Merge pull request #66 from gbtux/vuex_socket
Vuex socket
2018-09-12 15:57:16 +03:00
Viktor 4420299865 Merge pull request #68 from mikhailian/master
Check for Proxy before using it
2018-09-12 15:56:28 +03:00
Viktor 8376ad1d8e Merge pull request #53 from denzow/master
Feature handle skip scheme ws url
2018-09-12 15:56:15 +03:00
Alexander Mikhailian 379143d3c9 Check for Proxy before using it 2018-09-11 22:41:21 +02: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 b7f3a454b2 Merge pull request #65 from weglov/feature/fix-reconnection
Fix reconnection ws instance
v2.0.9
2018-08-29 18:52:32 +03:00
Viktor Scheglov dad451d864 change changelog 2018-08-28 11:10:38 +03:00
Viktor Scheglov 2d4e4dfa29 fix reconnection ws instance 2018-08-27 18:37:45 +03: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
Viktor 60a80f877f Merge pull request #57 from justerror/master
Update README.md
2018-06-08 20:13:54 +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
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
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 Scheglov 649485e28b update build 2018-04-18 11:02:35 +03:00
Viktor 45c763f0eb Merge pull request #48 from saspallow/master
Fix typo
2018-04-18 10:58:24 +03:00
Surasak Phothiphiphit 79625aa32f Fix wrong word 2018-04-12 12:32:23 +07:00
Viktor 34ab4c2bec Merge pull request #47 from NaughtyMC/master
Improvement: Allow user to manually connect and disconnect
v2.0.7
2018-04-03 17:57:46 +03:00
Will McNaughton caa1dd6a44 Increment package version to 2.0.7 and update CHANGELOG.md 2018-04-03 09:54:36 -05:00
Will McNaughton 0494c1388a Convert $connect and $disconnect to arrow functions 2018-04-03 09:54:24 -05:00
Will McNaughton 0341c1ca03 Merge feature/manually-connect-and-disconnect into master 2018-04-02 15:36:29 -05:00
Will McNaughton c2653bb6db Update README.md 2018-04-02 15:35:46 -05:00
Will McNaughton d6c6333740 Build package for distribution 2018-04-02 15:11:06 -05:00
Will McNaughton f448e98479 Perform null checks in function 2018-04-02 15:10:51 -05:00