Commit Graph

94 Commits (381cb5fdd014a369ab473c69ac817cc7f1e40efc)
 

Author SHA1 Message Date
Evan bechtol 381cb5fdd0 README.MD Example Usage Updates (#198)
* 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

* Update README.MD

- Add example of connecting using socket.io-client instance

* Update README.MD

- Add options example using connection string

* Update README.MD

- Add options example using connection string

* Remove unnecessary white space
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
Slava 207a0a13bd don't dispatch ping to store (#188) 5 years ago
Slava 6d5c7983d1 move string concatenation out of loop (#189) 5 years ago
Metin Seylan 60d38b78bc build 3.0.5 6 years ago
Nikita Umnov 4322054bfd FIX: receiving staticEvents messages (#181)
* FIX: receiving staticEvents messages
* return space :)
6 years ago
Metin Seylan fb8e1f96c1
Update README.md 6 years ago
Metin Seylan 6c837e002f Update issue templates 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 de3092cceb
Merge pull request #167 from nodegin/patch-1
Fix #166
6 years ago
nodegin 1f33e87192
Fix #166 6 years ago
Metin Seylan 73a0d32d36 hotfix for build 6 years ago
Metin Seylan 513f6d5cb6
Update README.md 6 years ago
Metin Seylan d275ccdbf6 added old documentation for ^2.0.0 6 years ago
Metin Seylan 723743227f upgrade version 6 years ago
Metin Seylan 0c737b3b5e
Merge pull request #161 from viniciusrebel/fix-vuex-modules
Fix Vuex modules #39
6 years ago
Vinicius Rebel 496e88b196 Fix vuex modules 6 years ago
Metin Seylan e0b37e30bd
Merge pull request #160 from eyaylagul/master
Typo fixed
6 years ago
Emre Yaylagül 87dc58e685
Merge pull request #1 from eyaylagul/eyaylagul-patch-1
Update README.md
6 years ago
Emre Yaylagül e2bbc8ef8e
Update README.md 6 years ago
Metin Seylan e843ab394e
Update README.md 6 years ago
Metin Seylan f48326e55c
Update README.md 6 years ago
Metin Seylan b8cea1d589 cat added 6 years ago
Metin Seylan cb5055d51a added vuex docs 6 years ago
Metin Seylan c5a6889176 added dynamic listenler docs 6 years ago
Metin Seylan b59f1a4a60 readme changes 6 years ago
Metin Seylan 63235b346c component level usage added 6 years ago
Metin Seylan 36870b3d31 added required fields table 6 years ago
Metin Seylan ff2063b3be installation object table 6 years ago
Metin Seylan b41e878cf8 installation added 6 years ago
Metin Seylan 92ee7c0291 installation added 6 years ago
Metin Seylan 15400d5b52 readme changes 6 years ago
Metin Seylan bc0e84bdb3 update badges 6 years ago
Metin Seylan a613d631cf readme title 6 years ago
Metin Seylan 67c5f97bbc small changes and logo 6 years ago
Metin Seylan 7266731212 webpack & package configration 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 9e6a586423
Merge pull request #118 from stalniy/fix/actions
fix(actions): properly transform action to store action
6 years ago
Metin Seylan 4c6625e18b
Merge branch 'master' into fix/actions 6 years ago
Metin Seylan 99810e131a
Merge pull request #125 from lastmirage/master
Support multiple packet data argument
6 years ago
lastmirage ffbf48ee28 indent 6 years ago
lastmirage ec192d89b9
Support multiple packet data argument 6 years ago
Sergey Stotskiy ce541e7da9 fix(actions): properly transform action to store action 7 years ago
Metin Seylan 8951667903 2.1.1-b build 7 years ago
Metin Seylan 1e2702b912
Merge pull request #100 from stalniy/master
fix(observer): lowercased event name before translation
7 years ago
Sergey Stotskiy 34561d8d03 fix(observer): lowercased event name before translation
Fixes #99
7 years ago
Metin Seylan 57887ea0a1 Merge pull request #89 from abdulmueid/socket.io-2.0.0
Updated Socket.io client version to 2.x
7 years ago
Abdul Mueid Akhtar 0cda8cde27 Updated Socket.io version to 2.x branch 7 years ago