-
-
Notifications
You must be signed in to change notification settings - Fork 35
Feature/event name mapping #480
Conversation
Any news about merging ? |
@amiceli That's a good idea. Few nuances though:
Will fix and merge tomorrow morning if you don't have time to deal with it |
@probil I will check it today. |
Codecov Report
@@ Coverage Diff @@
## master #480 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 128 131 +3
Branches 20 21 +1
=========================================
+ Hits 128 131 +3
Continue to review full report at Codecov.
|
@probil Everything seems to be ok. |
@amiceli Could you apply this small suggestion regarding types? |
Co-authored-by: Max Lyashuk <m_lyashuk@ukr.net>
@probil done. |
🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 5.0.0-alpha.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It adds an option
eventMapping
like eventToActionTransformer who allow to map event name from socket io event data.An example :
And in vue component :
You're welcome if you have any feedbacks.