Commit graph

80 commits

Author SHA1 Message Date
Metin Seylan
d275ccdbf6 added old documentation for ^2.0.0 2018-11-22 16:47:27 +03:00
Metin Seylan
723743227f upgrade version 2018-11-20 15:50:14 +03:00
Metin Seylan
0c737b3b5e
Merge pull request #161 from viniciusrebel/fix-vuex-modules
Fix Vuex modules #39
2018-11-20 15:48:46 +03:00
Vinicius Rebel
496e88b196 Fix vuex modules 2018-11-19 14:03:13 -03:00
Metin Seylan
e0b37e30bd
Merge pull request #160 from eyaylagul/master
Typo fixed
2018-11-19 15:01:39 +03:00
Emre Yaylagül
87dc58e685
Merge pull request #1 from eyaylagul/eyaylagul-patch-1
Update README.md
2018-11-19 14:11:54 +03:00
Emre Yaylagül
e2bbc8ef8e
Update README.md 2018-11-19 14:10:32 +03:00
Metin Seylan
e843ab394e
Update README.md 2018-11-18 21:33:42 +03:00
Metin Seylan
f48326e55c
Update README.md 2018-11-18 18:24:03 +03:00
Metin Seylan
b8cea1d589 cat added 2018-11-18 17:55:39 +03:00
Metin Seylan
cb5055d51a added vuex docs 2018-11-18 17:31:51 +03:00
Metin Seylan
c5a6889176 added dynamic listenler docs 2018-11-18 17:15:14 +03:00
Metin Seylan
b59f1a4a60 readme changes 2018-11-18 15:17:16 +03:00
Metin Seylan
63235b346c component level usage added 2018-11-18 15:08:41 +03:00
Metin Seylan
36870b3d31 added required fields table 2018-11-18 15:00:18 +03:00
Metin Seylan
ff2063b3be installation object table 2018-11-18 14:47:25 +03:00
Metin Seylan
b41e878cf8 installation added 2018-11-18 14:35:36 +03:00
Metin Seylan
92ee7c0291 installation added 2018-11-18 14:31:54 +03:00
Metin Seylan
15400d5b52 readme changes 2018-11-18 14:23:49 +03:00
Metin Seylan
bc0e84bdb3 update badges 2018-11-18 14:10:09 +03:00
Metin Seylan
a613d631cf readme title 2018-11-18 14:00:07 +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
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
9e6a586423
Merge pull request #118 from stalniy/fix/actions
fix(actions): properly transform action to store action
2018-04-04 18:52:37 +03:00
Metin Seylan
4c6625e18b
Merge branch 'master' into fix/actions 2018-04-04 18:52:27 +03:00
Metin Seylan
99810e131a
Merge pull request #125 from lastmirage/master
Support multiple packet data argument
2018-03-23 11:59:54 +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
Metin Seylan
8951667903 2.1.1-b build 2018-01-15 14:51:11 +03:00
Metin Seylan
1e2702b912
Merge pull request #100 from stalniy/master
fix(observer): lowercased event name before translation
2018-01-12 20:33:02 +03:00
Sergey Stotskiy
34561d8d03 fix(observer): lowercased event name before translation
Fixes #99
2017-11-20 14:12:00 +02:00
Metin Seylan
57887ea0a1 Merge pull request #89 from abdulmueid/socket.io-2.0.0
Updated Socket.io client version to 2.x
2017-10-14 14:51:54 +03:00
Abdul Mueid Akhtar
0cda8cde27 Updated Socket.io version to 2.x branch 2017-10-07 19:30:56 +02:00
Metin Seylan
d3c8d11f9e Merge pull request #67 from ncoden/fix/event-inheritance
Fix: propagate event to Socket
2017-08-15 07:43:47 +03:00
Nicolas Coden
b0993481f7 Fix: propagate event to Socket 2017-06-17 18:44:10 +02:00
Metin Seylan
d44a480584 Merge pull request #52 from jeystaats/patch-1
Multiple arguments added for emitting to store
2017-05-02 11:56:01 +03:00
Jasper Staats
5cb889fd72 Multiple arguments added for emitting to store
This solves issue #51.
2017-05-02 10:53:51 +02:00
Metin Seylan
682fbbc147 Update package.json 2017-03-29 10:28:45 +03:00
Metin Seylan
058001f869 Update package.json 2017-03-29 10:25:24 +03:00
Metin Seylan
1d662700bf Merge pull request #40 from michgeek/master
Add support for namespaced Vuex actions
2017-03-29 09:49:53 +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
Metin Seylan
8589bbfb65 Merge pull request #39 from michgeek/master
Add namespaced mutation for Vuex
2017-03-19 20:53:46 +02:00
Michgeek
7abefc3bad Add namespaced mutation for Vuex 2017-03-19 23:37:00 +11:00
Metin Seylan
51f5a95014 Merge pull request #31 from codeofsumit/patch-1
added import of library to usage section
2017-02-06 09:06:05 +02:00
Sumit Kumar
4b7ec2f83e added import of library to usage section 2017-02-04 21:36:28 +01:00
Metin Seylan
2f17ac9a17 Merge pull request #27 from pieterjandesmedt/master
fix: add listeners to custom socket functions on the `created` hook
2017-01-04 09:09:43 +02:00