Skip to content

Releases: sandros94/nuxt-ws

v0.0.3

16 Mar 19:45
1e5c173

Choose a tag to compare

compare changes

🩹 Fixes

  • send: Correctly typing optional payloads (70ae8d8)
  • useWS: Always buffer messages that are sent using send (ff35d39)
  • Use more consistent naming for defineWSHandler (8cf24e0)
  • wsSafeValidateMessage: Return type (0de5515)
  • Don't automatically subscribe user's to any topic (37b653e)

📖 Documentation

🤖 CI

❤️ Contributors

v0.0.2

15 Mar 03:05
d45955f

Choose a tag to compare

compare changes

🩹 Fixes

  • payload type as single element of array #2

📖 Documentation

❤️ Contributors

v0.0.1

15 Mar 01:34
e3ddaf1

Choose a tag to compare

🚀 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: Populate data only with non-parsed messages (2df5708)
  • Validation utils (bd16c3c)
  • Simplify reactive states (e14d329)
  • Reuse nitro to run hooks (6e1a420)

📖 Documentation

🏡 Chore

❤️ Contributors