Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

76 lines (46 loc) · 3.03 KB

Changelog

v0.0.3

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

compare changes

📖 Documentation

❤️ Contributors

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

📖 Documentation

🏡 Chore

❤️ Contributors