Commit Graph

22 Commits (master)

Author SHA1 Message Date
lju 3337d43298
Add basic Vue 3 compatibility (#289) 3 years ago
MetinSeylan 35d8f66d44 revert changes & delete issues folder 4 years ago
Metin Seylan f770882eb5 Revert "version upgrade"
This reverts commit 3d04f310a3.
4 years ago
Metin Seylan 3d04f310a3 version upgrade 4 years ago
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
5 years ago
Metin Seylan f77564b41e version upgrade 5 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
5 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
Metin Seylan 4b7c282d0c hotfix for socket.io-client instance 6 years ago
Metin Seylan 73a0d32d36 hotfix for build 6 years ago
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