Releases: sandros94/nuxt-ws
Releases · sandros94/nuxt-ws
v0.0.3
🩹 Fixes
- send: Correctly typing optional payloads (70ae8d8)
useWS: Always buffer messages that are sent usingsend(ff35d39)- Use more consistent naming for
defineWSHandler(8cf24e0) wsSafeValidateMessage: Return type (0de5515)- Don't automatically subscribe user's to any topic (37b653e)
📖 Documentation
- Init (06c700b)
- Configuration (abf38c0)
- Fix
routeconfig (e01b3a4) - Document functionalities (9f48a45)
- Integrate demo (d49688f)
🤖 CI
- Fix missing pnpm files (8dc517b)
❤️ Contributors
- Sandro Circi (@sandros94)
v0.0.2
🩹 Fixes
- payload type as single element of array #2
📖 Documentation
- Update readme (5949fd1)
❤️ Contributors
- Sandro Circi (@sandros94)
v0.0.1
🚀 Enhancements
wsParseMessage: New util (c2025a1)- New message parsing utils (ceacc04)
- Improve message validation and docs (612c2de)
- Re-enable reactive topic subscription (2fe4888)
🩹 Fixes
- Redundant hook (68203e9)
- Don't subscribe automatically to any topic (4f4612f)
- Remove upstream workaround (4101ed5)
- Build types (f4e7dd1)
useWS: Populatedataonly with non-parsed messages (2df5708)- Validation utils (bd16c3c)
- Simplify reactive states (e14d329)
- Reuse nitro to run hooks (6e1a420)
📖 Documentation
- Init (d10c22e)
🏡 Chore
- Init (a416103)
❤️ Contributors
- Sandro Circi (@sandros94)