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

134 Commits

Author SHA1 Message Date
Viktor 332d2e5268 Merge pull request #139 from nathantsoi/dependabot/npm_and_yarn/handlebars-4.7.7
Bump handlebars from 4.0.10 to 4.7.7
2021-08-02 15:49:00 +03:00
Viktor 29da4b8674 Merge pull request #137 from nathantsoi/dependabot/npm_and_yarn/y18n-3.2.2
Bump y18n from 3.2.1 to 3.2.2
2021-08-02 15:48:53 +03:00
Viktor e0b5c2445b Merge pull request #136 from nathantsoi/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.4.0 to 6.5.4
2021-08-02 15:48:45 +03:00
Viktor 9a28ce41c8 Merge pull request #133 from nathantsoi/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.4 to 1.3.7
2021-08-02 15:48:33 +03:00
dependabot[bot] 19fea01aa9 Bump handlebars from 4.0.10 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.10...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 22:00:43 +00:00
dependabot[bot] 1b0eaa6e81 Bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 14:43:28 +00:00
dependabot[bot] 0e444d2838 Bump elliptic from 6.4.0 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 21:50:46 +00:00
dependabot[bot] f9def3a4a2 Bump ini from 1.3.4 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.4...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 02:19:45 +00:00
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