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
Will McNaughton
738397a278
Make manually connection configurable
2018-04-02 14:54:20 -05:00
Will McNaughton
4a6a39009a
Add connect and disconnect functions
2018-04-02 13:55:59 -05:00
nathan
868c6e33d2
changelog + v2.0.6
v2.0.6
2018-03-19 10:58:08 -07:00
Nathan
214a2ff1f7
Merge pull request #38 from Vankerkom/master
...
Fix #29 function name typos in README.md
2018-03-19 10:54:06 -07:00
Nathan
27958d9eb3
Merge pull request #35 from weglov/feature/fix-vue-native
...
Fixed minor bugs and added tests for reconnection feature.
2018-03-19 10:53:08 -07:00
Daan Vankerkom
57f0228a6d
Fix #29 function name typos in README.md
2018-01-15 20:14:51 +01:00
Viktor Shcheglov
a3b33dd5f3
fixed minor bags
2018-01-08 20:17:34 +03:00
nathan
3551355f2b
add test step to PUBLISH.md
2017-11-18 12:15:23 -08:00
nathan
06fecdd060
changelog and build 2.0.5
v2.0.5
2017-11-18 12:12:47 -08:00
Nathan
e4a67ad63d
Merge pull request #26 from n5leon/emitter-context
...
Fixed context for events callback
2017-11-18 12:08:57 -08:00
n5leon
f30c155298
Fixed context for events calback
2017-11-18 17:02:08 +01:00