2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-30 11:54:05 +03:00
Commit Graph

93 Commits

Author SHA1 Message Date
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
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
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
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
Nathan b62cc5a27c Specs (#6)
* wire up specs

* tests + fixes for #1

* travis
2017-07-07 09:27:32 -07:00
Nathan 57a33ebae5 Merge pull request #4 from owlran/master
Add WebSocket sub-protocol support
2017-06-29 09:34:45 -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
Aaron Chen 96eb7bbfdc fix wrong parameter. 2017-06-29 15:41:05 +08:00
Aaron Chen 93e17ffe0f support websocket protocol, this is optional option. 2017-06-29 15:31:50 +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 db15356be6 webpack, yarn and dist 2017-05-16 22:58:40 -07:00