Commit Graph

17 Commits (72667312124855b26761b5aef761e1bd50743a3d)

Author SHA1 Message Date
Metin Seylan 6de5990456 added vuex support
added actions & mutations prefix
updated gitignore & added npmignore file
6 years ago
Metin Seylan 991cc956d2 first raw dirty commit 6 years ago
Metin Seylan 4c6625e18b
Merge branch 'master' into fix/actions 7 years ago
lastmirage ffbf48ee28 indent 7 years ago
lastmirage ec192d89b9
Support multiple packet data argument 7 years ago
Sergey Stotskiy ce541e7da9 fix(actions): properly transform action to store action 7 years ago
Sergey Stotskiy 34561d8d03 fix(observer): lowercased event name before translation
Fixes #99
7 years ago
Nicolas Coden b0993481f7 Fix: propagate event to Socket 7 years ago
Jasper Staats 5cb889fd72 Multiple arguments added for emitting to store
This solves issue #51.
8 years ago
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`
8 years ago
Michgeek 3a86a906d5 Add support for namespaced Vuex actions 8 years ago
Michgeek 7abefc3bad Add namespaced mutation for Vuex 8 years ago
Pieter Jan De Smedt 0edf7322e6 fix: add listeners to custom socket functions on the `created` hook instead of `beforeCreate` hook in the mixin lifecycle 8 years ago
metinseylan 8e0100be09 2.1.0 8 years ago
Metin Seylan b0df13186c missing events & build 8 years ago
Metin Seylan 77a06779dc Added Missing Events
Added Missing Events
8 years ago
Metin Seylan 7f5fac27d0 v2 8 years ago