- 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)
- Init (06c700b)
- Configuration (abf38c0)
- Fix
route
config (e01b3a4) - Document functionalities (9f48a45)
- Integrate demo (d49688f)
- Fix missing pnpm files (8dc517b)
- Sandro Circi (@sandros94)
- Update readme (5949fd1)
- Sandro Circi (@sandros94)
wsParseMessage
: New util (c2025a1)- New message parsing utils (ceacc04)
- Improve message validation and docs (612c2de)
- Re-enable reactive topic subscription (2fe4888)
- Redundant hook (68203e9)
- Don't subscribe automatically to any topic (4f4612f)
- Remove upstream workaround (4101ed5)
- Build types (f4e7dd1)
useWS
: Populatedata
only with non-parsed messages (2df5708)- Validation utils (bd16c3c)
- Simplify reactive states (e14d329)
- Reuse nitro to run hooks (6e1a420)
- Init (d10c22e)
- Init (a416103)
- Sandro Circi (@sandros94)