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

105 Commits

Author SHA1 Message Date
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
Nathan ce215a109e Update CHANGELOG.md
hyperlink contributors
2017-11-13 09:15:50 -08:00
Nathan f38071d998 Update CHANGELOG.md
markdown doesnt love () after []
2017-11-13 09:14:05 -08:00
nathan 699372468d changelog and build 2.0.4 v2.0.4 2017-11-13 09:11:19 -08:00
Viktor 07328e1548 Add reconnect (#25)
* add ws reconnect

* added in readme text about reconnect
2017-11-13 08:52:29 -08: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 8ea77c55d7 package publishing notes... so i remember to do all the right things when publishing 2017-07-27 08:16:48 -07:00
nathan bbecee4ed5 build it v2.0.3 2017-07-27 08:11:41 -07:00
nathan 38b6b8b124 v2.0.2 v2.0.2 2017-07-24 14:46:54 -07:00
Nicolas Meylan ace2bf5d91 Fix observer mutation name when format: json is used (#9)
According to the documentation: "If there is a .mutation value in the
response data, the corresponding mutation is called with the name
SOCKET_[mutation value]"

However when event data does not contains .mutation value mutation is
null, so the mutation is not find in the store.
2017-07-24 12:49:43 -07:00
nathan ef8a327c70 v2.0.1 v2.0.1 2017-07-10 09:14:01 -07:00