Commit graph

50 commits

Author SHA1 Message Date
David Vezzani
e84ac8ce71 corrects published documentation
Yes, the code actually needs to be fixed, but in the mean time, for
those new to this project, this correction will get you running.

See https://github.com/MetinSeylan/Vue-Socket.io/issues/85#issuecomment-328351693
2018-01-15 08:49:31 -07: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
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
Metin Seylan
6f16d6c0b4 Merge pull request #23 from Gacnt/master
Update README.md
2016-12-31 10:04:42 +02:00
Donovan
d5ff9b1403 Update README.md
few grammar fixes
2016-12-31 00:02:25 -07:00
metinseylan
0c778d661f readme 2016-12-31 01:21:01 +03:00
metinseylan
8e0100be09 2.1.0 2016-12-31 01:18:10 +03:00
Metin Seylan
c7491fc762 Merge pull request #15 from whitekkk/master
add import vue in readme
2016-11-28 09:37:24 +03:00
whitekkk
f21cb5dfa6 add import vue in readme 2016-11-28 08:53:05 +07:00
Metin Seylan
a172f0219a Update package.json
minor version
2016-11-23 14:06:56 +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
Metin Seylan
88d8479209 Update README.md 2016-10-26 09:49:51 +03:00
Metin Seylan
803798a199 Update README.md 2016-08-31 14:12:41 +03:00
Metin Seylan
858c189a4d Update README.md 2016-08-20 19:07:39 +03:00
Metin Seylan
4200fd3799 Update server.js
user list bug fix
2016-05-11 13:23:27 +03:00
Metin Seylan
4652f6eec0 Update README.md 2016-05-10 01:23:45 +03:00
Metin Seylan
4608340bb1 Update README.md 2016-05-10 01:23:20 +03:00
Metin Seylan
29ee0ea722 Update README.md 2016-05-10 01:15:34 +03:00
Metin Seylan
bec25b3ab4 example update 2016-05-10 00:39:16 +03:00
Metin Seylan
bfdac9ab09 Create README.md 2016-05-09 23:41:17 +03:00
Metin
e3b6da9d6e version update 2016-05-09 19:28:25 +03:00
Metin
8c220ad076 okay 2016-05-09 19:22:55 +03:00
Metin
fcf4b1bf39 example 2016-05-09 19:02:10 +03:00
Metin
16fd63cb0a minify 2016-05-09 16:36:06 +03:00
Metin
c738bf3841 bower init & minify 2016-05-09 16:17:18 +03:00
Metin
dbc09e970d okay? 2016-05-09 16:08:49 +03:00
Metin
aac02ac050 okay? 2016-05-09 16:07:09 +03:00
Metin Seylan
e9536b6108 package.json update 2016-05-08 23:46:28 +03:00
Metin Seylan
f01fdebdd1 not finish yet testing 2016-05-08 23:41:03 +03:00
Metin
928da551cf ilk kan 2016-05-06 16:54:19 +03:00