Commit graph

23 commits

Author SHA1 Message Date
Slava
207a0a13bd don't dispatch ping to store (#188) 2019-02-13 12:37:23 +03:00
Slava
6d5c7983d1 move string concatenation out of loop (#189) 2019-02-13 12:37:02 +03:00
Nikita Umnov
4322054bfd FIX: receiving staticEvents messages (#181)
* FIX: receiving staticEvents messages
* return space :)
2019-01-25 09:20:17 +03:00
Metin Seylan
176c060356 update mixin for https://github.com/MetinSeylan/Vue-Socket.io/issues/168 2018-11-26 20:19:11 +03:00
nodegin
1f33e87192
Fix #166 2018-11-25 07:20:30 +08:00
Vinicius Rebel
496e88b196 Fix vuex modules 2018-11-19 14:03:13 -03:00
Metin Seylan
6de5990456 added vuex support
added actions & mutations prefix
updated gitignore & added npmignore file
2018-10-28 18:56:16 +03:00
Metin Seylan
991cc956d2 first raw dirty commit 2018-10-27 23:08:29 +03:00
Metin Seylan
4c6625e18b
Merge branch 'master' into fix/actions 2018-04-04 18:52:27 +03:00
lastmirage
ffbf48ee28 indent 2018-03-19 15:15:41 +09:00
lastmirage
ec192d89b9
Support multiple packet data argument 2018-03-09 00:42:22 +09:00
Sergey Stotskiy
ce541e7da9 fix(actions): properly transform action to store action 2018-01-30 15:56:39 +02:00
Sergey Stotskiy
34561d8d03 fix(observer): lowercased event name before translation
Fixes #99
2017-11-20 14:12:00 +02:00
Nicolas Coden
b0993481f7 Fix: propagate event to Socket 2017-06-17 18:44:10 +02:00
Jasper Staats
5cb889fd72 Multiple arguments added for emitting to store
This solves issue #51.
2017-05-02 10:53:51 +02:00
Michgeek
8709b16a78 Add support to native events
Native event was passed capitalized which cause unexpected camelCase
conversion.

Event is now passed without uppercasing and save string transformations

e.g.
SOCKET_CONNECT       => `socket_cONNECT`      instead of `socket_connect`
SOCKET_CONNECT_ERROR => `socket_cONNECTERROR` instead of `socket_connectError`
2017-03-29 16:10:27 +11:00
Michgeek
3a86a906d5 Add support for namespaced Vuex actions 2017-03-21 07:40:42 +11:00
Michgeek
7abefc3bad Add namespaced mutation for Vuex 2017-03-19 23:37:00 +11:00
Pieter Jan De Smedt
0edf7322e6 fix: add listeners to custom socket functions on the created hook instead of beforeCreate hook in the mixin lifecycle 2017-01-03 16:30:46 +01:00
metinseylan
8e0100be09 2.1.0 2016-12-31 01:18:10 +03:00
Metin Seylan
b0df13186c missing events & build 2016-11-23 13:59:51 +03:00
Metin Seylan
77a06779dc Added Missing Events
Added Missing Events
2016-11-23 13:55:37 +03:00
Metin Seylan
7f5fac27d0 v2 2016-10-29 00:47:04 +03:00