Commit graph

16 commits

Author SHA1 Message Date
eevabec
59ff5848a8 Build New Version 2019-03-06 09:45:31 -06: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
Metin Seylan
4b7c282d0c hotfix for socket.io-client instance 2018-11-25 21:34:19 +03:00
Metin Seylan
73a0d32d36 hotfix for build 2018-11-23 18:29:29 +03:00
Metin Seylan
67c5f97bbc small changes and logo 2018-11-18 13:44:07 +03:00
Metin Seylan
7266731212 webpack & package configration 2018-10-28 22:29:13 +03:00
Metin Seylan
991cc956d2 first raw dirty commit 2018-10-27 23:08:29 +03:00
Metin Seylan
8951667903 2.1.1-b build 2018-01-15 14:51:11 +03: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
7f5fac27d0 v2 2016-10-29 00:47:04 +03:00