Commit Graph

11 Commits (67c5f97bbcdf24920e54c263f3b5b1de6d337879)

Author SHA1 Message Date
Metin Seylan 67c5f97bbc small changes and logo 6 years ago
Metin Seylan 7266731212 webpack & package configration 6 years ago
Metin Seylan 991cc956d2 first raw dirty commit 6 years ago
Metin Seylan 8951667903 2.1.1-b build 7 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`
7 years ago
Michgeek 3a86a906d5 Add support for namespaced Vuex actions 7 years ago
Michgeek 7abefc3bad Add namespaced mutation for Vuex 7 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 7f5fac27d0 v2 8 years ago