Leonardo E. Dominguez
8988085bef
Handle more than one namespace ( #207 )
...
* add: handle more than one namespace
* Revert "[FIX] Adjusting SocketIO client lib import (#202 )"
This reverts commit ee1e7ed1ee
.
* add: handle more than one namespace
* change: move useConnectionNamespace inside options object
* update: readme
* add: support namespace listeners in components
* update build files
* add: namespace name property to options object
* update build files
6 years ago
Arie Miller
5cbf41a399
Update listener.js ( #199 )
...
VueSocketIOListenler -> VueSocketIOListener
6 years ago
Evan bechtol
f1e03525c0
Add options parameter to Constructor ( #195 )
...
* Fix Spelling
- Rename `Listenler` to `Listener`
* Add Options to Connection
- Add options which can be passed to connection string for `SocketIO`
* Build New Version
* Fix spelling in Package.json
- Change `implemantation` to `implementation`
- Change `vuejs` to `Vue.js`
- Change `vuex` to `VueX`
* Updates to index.js
- Add `options` to JSDocs for constructor
- Fix spelling for JSDoc on `install` and `connect` methods
6 years ago
Slava
207a0a13bd
don't dispatch ping to store ( #188 )
6 years ago
Slava
6d5c7983d1
move string concatenation out of loop ( #189 )
6 years ago
Nikita Umnov
4322054bfd
FIX: receiving staticEvents messages ( #181 )
...
* FIX: receiving staticEvents messages
* return space :)
6 years ago
Metin Seylan
176c060356
update mixin for https://github.com/MetinSeylan/Vue-Socket.io/issues/168
6 years ago
nodegin
1f33e87192
Fix #166
6 years ago
Vinicius Rebel
496e88b196
Fix vuex modules
6 years ago
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
8 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